Fix #1026 (StarTropics/NES mapper 4.1)

This commit is contained in:
Ancyker 2024-09-14 15:11:09 -04:00
parent 3143148987
commit a226a3cb97
No known key found for this signature in database
GPG Key ID: 841A6B28CD25A744

View File

@ -611,8 +611,10 @@ void printDataLine_NES(void* entry) {
// Identify variant for use across multiple functions
if (mapper == 4) { // Check for MMC6/MMC3
checkMMC6();
if (mmc6)
ram = 1; // 1K
if (mmc6) {
ram = 1; // 1K
ramsize = 1; // Must be a non-zero value
}
}
printNESSettings();
}
@ -1627,8 +1629,10 @@ void checkStatus_NES() {
// Identify variant for use across multiple functions
if (mapper == 4) { // Check for MMC6/MMC3
checkMMC6();
if (mmc6)
ram = 1; // 1K
if (mmc6) {
ram = 1; // 1K
ramsize = 1; // Must be a non-zero value
}
} else if (mapper == 30) { // Check for Flashable/Non-Flashable
#if defined(ENABLE_FLASH)
NESmaker_ID(); // Flash ID