mirror of
https://github.com/FranLMSP/snes.git
synced 2026-08-03 08:30:01 -04:00
unimplemented brk instruction
This commit is contained in:
@@ -334,6 +334,8 @@ impl CPU {
|
||||
0x10 => self.bpl(bus),
|
||||
// BRA
|
||||
0x80 => self.bra(bus),
|
||||
// BRK
|
||||
0x00 => unimplemented!("BRK instruction not implemented yet"),
|
||||
// BRL
|
||||
0x82 => self.brl(bus),
|
||||
// BVC
|
||||
|
||||
Reference in New Issue
Block a user