lgblgblgb / xemu

Emulations (running on Linux/Unix/Windows/macOS, utilizing SDL2) of some - mainly - 8 bit machines, including the Commodore LCD, Commodore 65, and the MEGA65 as well.
https://github.com/lgblgblgb/xemu/wiki
GNU General Public License v2.0
201 stars 31 forks source link

MEGA65: Upper 4 bits fgcolor NCM fix #328 #330

Closed ki-bo closed 2 years ago

ki-bo commented 2 years ago

Respecting palette(16) pointer in case fgcolor is selected

This fix selects the correct NCM 16col palette in case fgcolor is selected for a pixel.

ki-bo commented 2 years ago

Sorry, just saw you created a new issue #329 for tackling this problem. I will change the commit to reflect the new issue #

lgblgblgb commented 2 years ago

@ki-bo Thanks! Note, that usually I don't accept PR for a branch like hyppo since there is no direct merge path back, that's a playground. Anyway, I try to git cherry-pick the commit though into next, to preserve the original commit-author/contribution information to be fair.