feat: implement Joypad register

This commit is contained in:
2021-03-20 21:11:45 -05:00
parent fc303b6265
commit 36e572b783
3 changed files with 167 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ mod cpu;
mod high_ram;
mod instruction;
mod interrupt;
mod joypad;
mod ppu;
mod serial;
mod sound;