From cb854722b9890c171f7d0600812a7e9a3a2a25c9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 7 Nov 2023 14:14:55 +0100 Subject: basics: Add an example on UNROM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- basics/persist.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'basics/persist.s') diff --git a/basics/persist.s b/basics/persist.s index 392797f..430654f 100644 --- a/basics/persist.s +++ b/basics/persist.s @@ -11,6 +11,10 @@ ;; Last but not least, all of this is done thanks to the MMC1 chip. Thus, this ;; file is also a minimalistic example on how to configure it, even if it ;; doesn't take full advantage of it (e.g. we are not doing any bank switching). +;; Because of this, note that we are not using a proper linker configuration for +;; it (I'm using cc65's default, which is tailored for NROM chips). Thus, bank +;; switching will actually never work under this setup. Bank switching is +;; covered through other examples like `basics/unrom.s`. .segment "HEADER" .byte 'N', 'E', 'S', $1A -- cgit v1.2.3