From 70a801a43c16fd7a5f61e8d876e5d5c2db48ebe8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 16 Sep 2026 22:34:56 +0200 Subject: Initial commit 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..8a23c49 --- /dev/null +++ b/include/apu.s @@ -0,0 +1,4 @@ +.scope APU + m_dmc = $4010 + m_frame_counter = $4017 +.endscope -- cgit v1.2.3