]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Update memory.cpp
authorWaccoon <105848526+Waccoon@users.noreply.github.com>
Tue, 24 May 2022 09:05:11 +0000 (05:05 -0400)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 09:05:11 +0000 (05:05 -0400)
Removes Amethyst16 hack to once again be compatible with mainline.

memory.cpp

index c4a40041e237e393371b9be13d895aa2024135ce..14394f5019685069d1726e8eec679ad7d795f03b 100644 (file)
@@ -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++)