d_megadrive: s3compes (#1861)

updated to 1.0a (Solved hidden palace bug? *).

*Tails (and sometimes Sonic) get stucked in hidden palace because knuckles jumps out screen instead hit eggman's ship. So game cutscene don't advance...
This commit is contained in:
Igor-Arabe 2024-08-31 01:29:37 -03:00 committed by GitHub
parent 8777bb5312
commit d48d09f07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -47465,10 +47465,10 @@ struct BurnDriver BurnDrvmd_s3comp = {
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};
// Sonic the Hedgehog 3 Complete - Emerald Safari (Hack)
// Sonic the Hedgehog 3 Complete - Emerald Safari (Hack, v1.0a)
// https://www.romhacking.net/hacks/8242/
static struct BurnRomInfo md_s3compesRomDesc[] = {
{ "Sonic 3 Complete - Emerald Safari (2023)(BillyTime! Games).bin", 3932160, 0xaf6088b1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
{ "Sonic 3 Complete - Emerald Safari v1.0a (2023)(BillyTime! Games).bin", 3932160, 0x9df80fed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};
STD_ROM_PICK(md_s3compes)
@ -47476,7 +47476,7 @@ STD_ROM_FN(md_s3compes)
struct BurnDriver BurnDrvmd_s3compes = {
"md_s3compes", "md_sks3", NULL, NULL, "2023",
"Sonic the Hedgehog 3 Complete - Emerald Safari (Hack)\0", NULL, "BillyTime! Games", "Sega Megadrive",
"Sonic the Hedgehog 3 Complete - Emerald Safari (Hack, v1.0a)\0", NULL, "BillyTime! Games", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE | BDF_HACK, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_FRAM, GBF_PLATFORM, FBF_SONIC,
MegadriveGetZipName, md_s3compesRomInfo, md_s3compesRomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,