m176: Always enable wram for ines-headered roms

This commit is contained in:
negativeExponent
2020-10-12 11:12:07 +08:00
parent 547bd25709
commit 658370fa90

View File

@@ -521,6 +521,9 @@ void BMCFK23C_Init(CartInfo *info) {
* size when battery is set */
if (info->battery)
WRAMSIZE = 32 * 1024;
else
/* Always enable WRAM for ines-headered roms, lets see who complains */
WRAMSIZE = 8 * 1024;
}
GenBMCFK23C_Init(info);