More PAL auto-detect fail megadrive games
This commit is contained in:
parent
7dfd087cf7
commit
556effe1d2
|
@ -7573,7 +7573,7 @@ struct BurnDriver BurnDrvmd_comix = {
|
||||||
"Comix Zone (Euro)\0", NULL, "Sega", "Sega Megadrive",
|
"Comix Zone (Euro)\0", NULL, "Sega", "Sega Megadrive",
|
||||||
NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL,
|
||||||
BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
|
BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
|
||||||
MegadriveGetZipName, md_comixRomInfo, md_comixRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
|
MegadriveGetZipName, md_comixRomInfo, md_comixRomName, NULL, NULL, MegadriveInputInfo, MegadrivePALDIPInfo,
|
||||||
MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
|
MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
|
||||||
&bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3
|
&bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3
|
||||||
};
|
};
|
||||||
|
@ -15439,7 +15439,7 @@ struct BurnDriver BurnDrvmd_jimmywws = {
|
||||||
"Jimmy White's Whirlwind Snooker (Euro)\0", NULL, "Virgin Games", "Sega Megadrive",
|
"Jimmy White's Whirlwind Snooker (Euro)\0", NULL, "Virgin Games", "Sega Megadrive",
|
||||||
NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL,
|
||||||
BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
|
BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
|
||||||
MegadriveGetZipName, md_jimmywwsRomInfo, md_jimmywwsRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
|
MegadriveGetZipName, md_jimmywwsRomInfo, md_jimmywwsRomName, NULL, NULL, MegadriveInputInfo, MegadrivePALDIPInfo,
|
||||||
MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
|
MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
|
||||||
&bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3
|
&bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3
|
||||||
};
|
};
|
||||||
|
@ -25990,7 +25990,7 @@ struct BurnDriver BurnDrvmd_roboterm = {
|
||||||
"RoboCop versus The Terminator (Euro)\0", NULL, "Virgin Interactive", "Sega Megadrive",
|
"RoboCop versus The Terminator (Euro)\0", NULL, "Virgin Interactive", "Sega Megadrive",
|
||||||
NULL, NULL, NULL, NULL,
|
NULL, NULL, NULL, NULL,
|
||||||
BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
|
BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0,
|
||||||
MegadriveGetZipName, md_robotermRomInfo, md_robotermRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
|
MegadriveGetZipName, md_robotermRomInfo, md_robotermRomName, NULL, NULL, MegadriveInputInfo, MegadrivePALDIPInfo,
|
||||||
MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
|
MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan,
|
||||||
&bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3
|
&bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3
|
||||||
};
|
};
|
||||||
|
|
|
@ -110,6 +110,7 @@
|
||||||
<li>Fixed sound in Shaolins Road driver [dink]</li>
|
<li>Fixed sound in Shaolins Road driver [dink]</li>
|
||||||
<li>Fixed collisions in Zero Team [gamez fan, dink]</li>
|
<li>Fixed collisions in Zero Team [gamez fan, dink]</li>
|
||||||
<li>Note: Zero Team, Raiden II and Raiden DX need the insert-coin button to be held down a little longer than usual</li>
|
<li>Note: Zero Team, Raiden II and Raiden DX need the insert-coin button to be held down a little longer than usual</li>
|
||||||
|
<li>Fixed some Megadrive where PAL auto-detection fails, if you already have settings saved for these games, then set dips to default in the dialog (Comix Zone, Jimmy White's Whirlwind Snooker, and Robocop v Termininator) [barry]</li>
|
||||||
<li>Fixed bug with incomplete translation templates [barry]</li>
|
<li>Fixed bug with incomplete translation templates [barry]</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue