chore: move LR35902_CLOCK_SPEED to lib.rs

This commit is contained in:
2021-03-21 02:10:56 -05:00
parent b548610fdb
commit 4db6f1de6e
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ pub use instruction::Cycles;
pub const GB_WIDTH: usize = 160;
pub const GB_HEIGHT: usize = 144;
pub const LR35902_CLOCK_SPEED: u32 = 4194304; // Hz | 4.194304Mhz
mod bus;
mod cartridge;