From: Waccoon <105848526+Waccoon@users.noreply.github.com> Date: Tue, 24 May 2022 09:05:11 +0000 (-0400) Subject: Update memory.cpp X-Git-Tag: 41000~234^2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=848d6f10e8c0f25c000ad4d34f241b14d7b920bb;p=francis%2Fwinuae.git Update memory.cpp Removes Amethyst16 hack to once again be compatible with mainline. --- 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++)