feat: implement more registers

This commit is contained in:
2021-01-17 21:13:59 -06:00
parent 70de3b9142
commit c0b8b8bda2
6 changed files with 106 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
mod bus;
mod cartridge;
pub mod cpu;
mod high_ram;
mod instruction;
mod interrupt;
mod ppu;