fix small issue in remaining cycles

This commit is contained in:
Lauchmelder 2022-08-23 22:21:28 +02:00
parent 73c14ff893
commit 12c3f6f68a

View file

@ -110,6 +110,8 @@ impl CPU
} }
self.execute(); self.execute();
self.cycle -= 1;
} }
fn execute(&mut self) fn execute(&mut self)