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/apu.s | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/apu.s (limited to 'include/apu.s') 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 -- cgit v1.2.3