d_megadrive.cpp: force md_mightmax to PAL so it boots
This commit is contained in:
parent
3cfdcc058b
commit
46e835f8b9
|
@ -415,7 +415,7 @@ struct BurnDriver BurnDrvmd_mightmax = {
|
|||
"The Adventures of Mighty Max (Euro)\0", NULL, "Ocean", "Sega Megadrive",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
|
||||
MegadriveGetZipName, md_mightmaxRomInfo, md_mightmaxRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
|
||||
MegadriveGetZipName, md_mightmaxRomInfo, md_mightmaxRomName, NULL, NULL, MegadriveInputInfo, MegadrivePALDIPInfo,
|
||||
MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
|
||||
&bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue