fix small issue in remaining cycles
This commit is contained in:
parent
73c14ff893
commit
12c3f6f68a
|
@ -110,6 +110,8 @@ impl CPU
|
|||
}
|
||||
|
||||
self.execute();
|
||||
|
||||
self.cycle -= 1;
|
||||
}
|
||||
|
||||
fn execute(&mut self)
|
||||
|
|
Loading…
Reference in a new issue