mirror of
https://github.com/lindbergh-loader/lindbergh-loader.git
synced 2026-09-22 22:48:03 +03:00
Added MJ4 Rev. F patches to resolution.c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user