diff --git a/src/burn/drv/megadrive/d_megadrive.cpp b/src/burn/drv/megadrive/d_megadrive.cpp index e36b3add7..78f6dd0a9 100644 --- a/src/burn/drv/megadrive/d_megadrive.cpp +++ b/src/burn/drv/megadrive/d_megadrive.cpp @@ -7573,7 +7573,7 @@ struct BurnDriver BurnDrvmd_comix = { "Comix Zone (Euro)\0", NULL, "Sega", "Sega Megadrive", NULL, NULL, NULL, NULL, 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, &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", NULL, NULL, NULL, NULL, 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, &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", NULL, NULL, NULL, NULL, 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, &bMegadriveRecalcPalette, 0x100, 320, 223, 4, 3 }; diff --git a/whatsnew.html b/whatsnew.html index b7c0c922b..ae887e612 100644 --- a/whatsnew.html +++ b/whatsnew.html @@ -110,6 +110,7 @@
  • Fixed sound in Shaolins Road driver [dink]
  • Fixed collisions in Zero Team [gamez fan, dink]
  • Note: Zero Team, Raiden II and Raiden DX need the insert-coin button to be held down a little longer than usual
  • +
  • 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]
  • Fixed bug with incomplete translation templates [barry]