feat: create timer struct and stub 0xff07

This commit is contained in:
2021-01-03 01:21:19 -06:00
committed by Rekai Musuka
parent 911f0f9c86
commit e693ad8a3c
3 changed files with 80 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ mod cartridge;
pub mod cpu;
mod instruction;
mod ppu;
mod timer;
mod work_ram;