indigodarkwolf / box16

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

handle new keyboard encoding #90

Closed mooinglemur closed 1 year ago

mooinglemur commented 1 year ago

These changes are needed to support the current x16-rom build.

This mirrors the changes done by

https://github.com/X16Community/x16-emulator/pull/98

Which is in turn emulation for changes done in the SMC code itself

https://github.com/X16Community/x16-smc/pull/3

Which are all supported by ROM changes here

https://github.com/X16Community/x16-rom/pull/53