From 2627b459d9a19ce7f1b7f3a359dca3b30b66b34e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 12 Mar 2025 22:38:12 +0100 Subject: Start with a skeleton for the project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- include/ppu.s | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/ppu.s (limited to 'include/ppu.s') 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 -- cgit v1.2.3