mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2026-08-05 17:50:04 -04:00
Start modeling graphics
This commit is contained in:
@@ -1716,7 +1716,6 @@ impl CPU {
|
||||
self.registers.increment(Register::PC, 2);
|
||||
},
|
||||
Opcode::NOP => self.registers.increment(Register::PC, 1),
|
||||
// _ => println!("Illegal instruction"),
|
||||
Opcode::IllegalInstruction => {panic!("Illegal instruction");},
|
||||
_ => {panic!("Illegal instruction");},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user