unofficial NOPs removed

This commit is contained in:
Daniel Bauer
2019-12-24 12:03:09 +01:00
parent 59508ac489
commit f2f4d49cc7
2 changed files with 2 additions and 30 deletions

View File

@@ -439,7 +439,7 @@ impl CPU {
}
fn op_NOP<T: Bus>(&mut self, bus: &T, val: Word) {
unimplemented!()
// does nothing
}
fn op_ORA<T: Bus>(&mut self, bus: &T, val: Word) {