chore: stub vram, start work on ppu, fix set_register bug

This commit is contained in:
2020-12-23 21:24:27 -06:00
parent 2a234f4d14
commit 677a584ba7
4 changed files with 104 additions and 9 deletions

View File

@@ -2,3 +2,4 @@ mod bus;
mod cartridge;
pub mod cpu;
mod instruction;
mod ppu;