From b66435d06b62b32a1b26dbe8b53f7f4060c3b176 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Mon, 13 Sep 2021 15:10:11 +0200 Subject: [PATCH] Fix EasyFlash switch_hirom (fixes #121) --- include/c64_easyflash.mfk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/c64_easyflash.mfk b/include/c64_easyflash.mfk index 08d68075..a23be8e2 100644 --- a/include/c64_easyflash.mfk +++ b/include/c64_easyflash.mfk @@ -2,7 +2,7 @@ import err inline asm void switch_hirom(byte register(a) bank) { ? and #$3F - ! sta $DE01 + ! sta $DE00 ? rts }