From 848d6f10e8c0f25c000ad4d34f241b14d7b920bb Mon Sep 17 00:00:00 2001 From: Waccoon <105848526+Waccoon@users.noreply.github.com> Date: Tue, 24 May 2022 05:05:11 -0400 Subject: [PATCH] Update memory.cpp Removes Amethyst16 hack to once again be compatible with mainline. --- memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.cpp b/memory.cpp index c4a40041..14394f50 100644 --- a/memory.cpp +++ b/memory.cpp @@ -2501,7 +2501,7 @@ static void fill_ce_banks (void) } if (currprefs.cs_romisslow) { - if (aga_mode && !amy16_mode && !currprefs.cs_cd32cd) { + if (aga_mode && !currprefs.cs_cd32cd) { for (i = (0xe00000 >> 16); i < (0xe80000 >> 16); i++) ce_banktype[i] = CE_MEMBANK_CHIP32; for (i = (0xf80000 >> 16); i < (0x1000000 >> 16); i++) -- 2.47.3