gardners / c65gs

FPGA-based C64 Accelerator / C65 like computer
83 stars 23 forks source link

palette registers not writeable #16

Closed gardners closed 10 years ago

gardners commented 10 years ago

Palette needs to be reimplemented as dual-port block ram so that fastio side can write to it. Also consider making palette 1024 entries, with some bits to select the palette to use. Also consider allowing sprites to pull from a different such "palette bank" to the character/bitmap display.

gardners commented 10 years ago

Fixed. Palette is now writeable. Also $D090 now works for selecting active palette bank and which palette bank is mapped in $D100 - $D3FF.