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
208 stars 32 forks source link

MEGA65: add support for $D613/$D614 doing direct keyboard matrix scan #228

Closed lgblgblgb closed 3 years ago

lgblgblgb commented 3 years ago

Let's add support for $D613/$D614 doing direct keyboard matrix scan.

For now, let's add to 'hmw' branch as well to allow open-rom to run sanely (since it relies on VIC-IV features which are not there yet in the base Xemu branches).

lgblgblgb commented 3 years ago

Done for "hmw" already.

lgblgblgb commented 3 years ago

Maybe need some clarification about these registers: https://github.com/MEGA65/mega65-core/issues/356