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 R47 relocation of kernal signature #109

Closed mooinglemur closed 4 months ago

mooinglemur commented 4 months ago

In order to remove the conflict for the emulated COP vector for the ROM's 65C816 support, the MIST signature was moved from $fff6 to $c008. x16-emulator has been updated to support both for now.

indigodarkwolf commented 4 months ago

Thanks!