chore: rename Cycles newtype to Cycle

This commit is contained in:
2021-03-27 12:10:18 -05:00
parent bce14348f8
commit 2b05571c49
8 changed files with 171 additions and 171 deletions

View File

@@ -1,5 +1,5 @@
pub use cpu::Cpu as LR35902;
pub use instruction::Cycles;
pub use instruction::Cycle;
pub const GB_WIDTH: usize = 160;
pub const GB_HEIGHT: usize = 144;