brianbennett / fpga_nes

FPGA-based Nintendo Entertainment System Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix BRK implementation

brianbennett opened this issue · 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.