Added MJ4 Rev. F patches to resolution.c

This commit is contained in:
SBH
2026-01-05 05:18:21 -07:00
parent a0e504c4c9
commit 01c2c5b765
+7
View File
@@ -2445,6 +2445,13 @@ int initResolutionPatches()
patchMemoryFromString(0x080531fa, "b803000000"); // Skips resolution set by the Dip Switches.
}
break;
case MJ4_REVF:
{
patchMemoryFromString(0x080522e1, "01"); // Enable Anti Alias
patchMemoryFromString(0x080522da, "03"); // Force 1024x768
patchMemoryFromString(0x0805346a, "b803000000"); // Skips resolution set by the Dip Switches.
}
break;
case MJ4_REVG:
{
patchMemoryFromString(0x080524a1, "01"); // Enable Anti Alias