From cee93625989b651cfe91387eabd0abd3f64a00df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 27 Nov 2023 10:31:03 +0100 Subject: scroll: Start with the scrolling examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is still work in progress but at least there's some basic structure to it. Signed-off-by: Miquel Sabaté Solà --- scroll/include/apu.s | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scroll/include/apu.s (limited to 'scroll/include/apu.s') diff --git a/scroll/include/apu.s b/scroll/include/apu.s new file mode 100644 index 0000000..32ccff2 --- /dev/null +++ b/scroll/include/apu.s @@ -0,0 +1,6 @@ +.segment "CODE" + +.scope APU + DMC = $4010 + FRAME_COUNTER = $4017 +.endscope -- cgit v1.2.3