From ba0cf9e5293f258c58ced1fcc47f558e7419dae4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 10 Mar 2025 22:55:41 +0100 Subject: Provide an example on multiscreen scrolling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- scroll/include/all.s | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 scroll/include/all.s (limited to 'scroll/include/all.s') diff --git a/scroll/include/all.s b/scroll/include/all.s new file mode 100644 index 0000000..e9f059d --- /dev/null +++ b/scroll/include/all.s @@ -0,0 +1,18 @@ +;;; Instead of figuring out the includes for all the examples, simply include +;;; this one and run with it. + +.include "apu.s" +.include "oam.s" +.include "ppu.s" +.include "../../shared/asm.s" +.include "../../shared/joypad.s" + +.include "reset.s" +.include "palettes.s" +.include "metatile.s" +.include "globals.s" +.include "collision.s" +.include "buffer.s" +.include "background.s" +.include "player.s" +.include "driver.s" -- cgit v1.2.3