aboutsummaryrefslogtreecommitdiff
path: root/include/ppu.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-09-16 22:34:56 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-09-16 22:34:56 +0200
commit70a801a43c16fd7a5f61e8d876e5d5c2db48ebe8 (patch)
treef1836f8facd9dc69429ab5693afec8d4d326025d /include/ppu.s
downloadbtree.nes-70a801a43c16fd7a5f61e8d876e5d5c2db48ebe8.tar.gz
btree.nes-70a801a43c16fd7a5f61e8d876e5d5c2db48ebe8.zip
Initial commitHEADmain
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'include/ppu.s')
-rw-r--r--include/ppu.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ppu.s b/include/ppu.s
new file mode 100644
index 0000000..dbef40e
--- /dev/null
+++ b/include/ppu.s
@@ -0,0 +1,6 @@
+.scope PPU
+ m_control = $2000
+ m_mask = $2001
+ m_status = $2002
+ m_scroll = $2005
+.endscope