Timer implement

This commit is contained in:
2021-10-30 09:13:31 -05:00
parent abbd46ebed
commit 61db367f31
6 changed files with 68 additions and 11 deletions
+1
View File
@@ -1,6 +1,7 @@
pub mod utils;
pub mod cpu;
pub mod ppu;
pub mod timer;
pub mod rom;
pub mod bus;
pub mod emulator;