From 0aefffacb5cb08202f7ba53b6e3b9a7303b1d66e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Jan 2025 13:57:45 +0100 Subject: Use custom configurations everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moreover, I have introduced a linker configuration for MMC1 as well, so to properly implement the `basics/persist.s` example. Signed-off-by: Miquel Sabaté Solà --- space/src/space.s | 2 -- 1 file changed, 2 deletions(-) (limited to 'space/src/space.s') diff --git a/space/src/space.s b/space/src/space.s index 675aaa2..1d39e7a 100644 --- a/space/src/space.s +++ b/space/src/space.s @@ -28,8 +28,6 @@ .segment "CHARS" .incbin "../../assets/space.chr" -.segment "STARTUP" - .segment "CODE" .include "../include/apu.s" -- cgit v1.2.3