indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 18 forks source link

port proposed t256 bit reuse feature for tile mode palette #106

Closed mooinglemur closed 10 months ago

mooinglemur commented 10 months ago

This change mirrors that of https://github.com/X16Community/x16-emulator/pull/197 and is an emulated implementation of this change https://github.com/X16Community/vera-module/pull/23

indigodarkwolf commented 10 months ago

Looks good. Thanks!

indigodarkwolf commented 10 months ago

Oh, I see this is a draft. Let me know when you think this is ready to pull.

mooinglemur commented 10 months ago

That it affects bitmap mode is merely a side effect of the Verilog since that code is common to both there.

I plan to keep it as a draft until the Verilog is merged. Thanks :)