diff options
Diffstat (limited to 'include/ppu.s')
| -rw-r--r-- | include/ppu.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ppu.s b/include/ppu.s index a9c0ed2..7882809 100644 --- a/include/ppu.s +++ b/include/ppu.s @@ -1,10 +1,10 @@ .scope PPU - CONTROL = $2000 - MASK = $2001 - STATUS = $2002 - SCROLL = $2005 - ADDRESS = $2006 - DATA = $2007 + m_control = $2000 + m_mask = $2001 + m_status = $2002 + m_scroll = $2005 + m_address = $2006 + m_data = $2007 ;; Shadow for the PPU::CONTROL value. Touch this value instead of accessing ;; the PPU register directly. |
