diff options
author | Determinant <[email protected]> | 2017-11-25 00:07:37 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2017-11-25 00:07:37 -0500 |
commit | 6aa7a3da39bef2692a70f487d2997061c336616e (patch) | |
tree | 41c05ffa16826dea03f66599311fc6a05b194904 | |
parent | 5be0d9084b4e10a82caec8f6ca86c2d56856ce0e (diff) |
init work for apu
-rw-r--r-- | src/bin.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ use sdl2::keyboard::Keycode; mod memory; #[macro_use] mod mos6502; mod ppu; +mod apu; mod cartridge; mod mapper; mod controller; |