brianbennett/fpga_nes

Fix BRK implementation

Closed this issue · 0 comments

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.