diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-12 22:38:12 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-12 22:38:12 +0100 |
| commit | 2627b459d9a19ce7f1b7f3a359dca3b30b66b34e (patch) | |
| tree | b03e7972050d1efac8b3103036bdad2f081c2b03 /include/apu.s | |
| download | jetpac.nes-2627b459d9a19ce7f1b7f3a359dca3b30b66b34e.tar.gz jetpac.nes-2627b459d9a19ce7f1b7f3a359dca3b30b66b34e.zip | |
Start with a skeleton for the project
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'include/apu.s')
| -rw-r--r-- | include/apu.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apu.s b/include/apu.s new file mode 100644 index 0000000..65d9876 --- /dev/null +++ b/include/apu.s @@ -0,0 +1,4 @@ +.scope APU + DMC = $4010 + FRAME_COUNTER = $4017 +.endscope |
