diff options
author | Determinant <[email protected]> | 2017-11-16 17:39:44 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2017-11-16 17:39:44 -0500 |
commit | 904c18222ec50929aa8f6b397ff0b90ec47d97a4 (patch) | |
tree | 545d5bf26b5e0902951f7778c0e452a3093d46f4 /src | |
parent | 1e648e94a810b6c7b629da9aee6286a8c254da2c (diff) |
reintroduce the cpu stall
Diffstat (limited to 'src')
-rw-r--r-- | src/ppu.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -179,11 +179,9 @@ impl<'a> PPU<'a> { self.oamaddr = self.oamaddr.wrapping_add(1); } } - /* cpu.cycle += 1; cpu.cycle += cpu.cycle & 1; cpu.cycle += 512; - */ } #[inline(always)] fn get_spritesize(&self) -> u8 {(self.ppuctl >> 5) & 1} |