marioballano / emudore

emudore, a Commodore 64 emulator
Apache License 2.0
303 stars 21 forks source link

Extended background color mode #9

Open xlar54 opened 6 years ago

xlar54 commented 6 years ago

vic.zip

This mode lets you have different background colors for characters 0-63. There were a number of changes needed to support it, including a new method that needs to also be added to the header file:

inline void draw_ext_backcolor_char(int x, int y, uint8_t data, uint8_t color, uint8_t c);

You may want to run a diff, but i think otherwise we are pretty much still in sync.

capture