index
:
runes
No-std NES emulator library and minimal emulator written purely in Rust.
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
src
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Determinant <ted.sybil@gmail.com>
2017-11-25 00:07:37 -0500
committer
Determinant <ted.sybil@gmail.com>
2017-11-25 00:07:37 -0500
commit
6aa7a3da39bef2692a70f487d2997061c336616e
(
patch
)
tree
41c05ffa16826dea03f66599311fc6a05b194904
/
src
parent
5be0d9084b4e10a82caec8f6ca86c2d56856ce0e
(
diff
)
init work for apu
Diffstat
(limited to 'src')
-rw-r--r--
src/bin.rs
1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin.rs b/src/bin.rs
index 76ef5c9..beb41d9 100644
--- a/
src/bin.rs
+++ b/
src/bin.rs
@@ -18,6 +18,7 @@ use sdl2::keyboard::Keycode;
mod memory;
#[macro_use] mod mos6502;
mod ppu;
+mod apu;
mod cartridge;
mod mapper;
mod controller;