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à --- basics/flicker.s | 1 - 1 file changed, 1 deletion(-) (limited to 'basics/flicker.s') diff --git a/basics/flicker.s b/basics/flicker.s index 34fc312..25f1d33 100644 --- a/basics/flicker.s +++ b/basics/flicker.s @@ -18,7 +18,6 @@ .segment "CHARS" .incbin "../assets/diskun.chr" -.segment "STARTUP" .segment "CODE" .include "../shared/diskun.s" -- cgit v1.2.3