Basic joypad implementation

This commit is contained in:
2021-10-31 21:02:09 -05:00
parent b5bb582c54
commit 292c7d1507
5 changed files with 190 additions and 6 deletions
+1
View File
@@ -4,5 +4,6 @@ pub mod ppu;
pub mod timer;
pub mod rom;
pub mod bus;
pub mod joypad;
pub mod emulator;
pub mod render;