Fix BRK implementation
brianbennett opened this issue · comments
Brian Bennett commented
As implemented, BRK currently halts the machine for examination by NesDBG instead of causing an IRQ interrupt. Fix this, and update all tests to use one of the unofficial HLT opcodes instead of BRK.