PPU timings

This commit is contained in:
2021-10-28 19:38:30 -05:00
parent 6ad3f9f29b
commit 7f9fdc9935
5 changed files with 117 additions and 32 deletions
-2
View File
@@ -806,8 +806,6 @@ pub enum Opcode {
PrefixCB(Box<Opcode>),
IllegalInstruction,
}
// Frequency un Hz
const FREQUENCY: f64 = 4194.304;
// Store cycles in M
#[derive(Debug, Copy, Clone)]