diff options
Diffstat (limited to 'include/ppu.s')
| -rw-r--r-- | include/ppu.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ppu.s b/include/ppu.s new file mode 100644 index 0000000..fa0df19 --- /dev/null +++ b/include/ppu.s @@ -0,0 +1,8 @@ +.scope PPU + CONTROL = $2000 + MASK = $2001 + STATUS = $2002 + SCROLL = $2005 + ADDRESS = $2006 + DATA = $2007 +.endscope |
