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

BRK needs to assert VP #92

Closed mooinglemur closed 1 year ago

mooinglemur commented 1 year ago

Mirrors change in https://github.com/X16Community/x16-emulator/pull/114

We broke the BRK instruction, particularly with the MONITOR after merging https://github.com/X16Community/x16-rom/pull/122 without having this change in too.