feat: implement cpu timing for emulator

When running the GB Boot ROM, a garbled Nin***** logo will appear
This commit is contained in:
2021-03-20 19:56:26 -05:00
parent d76b3b6101
commit 0f4dec8a38
2 changed files with 38 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
pub use instruction::Cycles;
mod bus;
mod cartridge;
pub mod cpu;