mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2026-08-05 17:50:04 -04:00
moonoeye if_ie_registers test
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ impl PPU {
|
||||
|
||||
pub fn do_cycles(&mut self, bus: &mut Bus, cycles: Cycles, frame_buffer: &mut [u8]) {
|
||||
let mut count = 0;
|
||||
while count < cycles.0 {
|
||||
while count < cycles.to_t() {
|
||||
self.cycle(bus, frame_buffer);
|
||||
count += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user