Skip to content

Release 20251110

Latest

Choose a tag to compare

@ivop ivop released this 10 Nov 01:28
· 7 commits to master since this release

Major error handling bug fix.

Due to a 6502 bug, it was possible to periodically crash on a BASIC error condition because the BRK instruction would end up in the NMI handler. Handling that in said handler would be very costly, especially for display list interrupts, so all usage of the BRK instruction has been removed and replaced with a normal subroutine call.