22
« Last post by Igor_Arabe on November 23, 2023, 10:30:05 AM »
current 'md_sonic3ces' is a rom corrupted.
Patch's page induces to error, isn't to apply patch on 's&k+s3' rom directly!
correct romset is:
// Sonic 3 Complete - Emerald Safari (Hack)
// https://www.romhacking.net/hacks/8242/
static struct BurnRomInfo md_sonic3cesRomDesc[] = {
{ "Sonic 3 Complete - Emerald Safari (2023)(BillyTime! Games).bin", 3932160, 0xaf6088b1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};
STD_ROM_PICK(md_sonic3ces)
STD_ROM_FN(md_sonic3ces)
struct BurnDriver BurnDrvmd_sonic3ces = {
"md_sonic3ces", "md_sonic3", NULL, NULL, "2023",
"Sonic 3 Complete - Emerald Safari (Hack)\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_sonic3cesRomInfo, md_sonic3cesRomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};
How to obtain? Apply 'emerald safari' patch over 'sonic 3 complete (s3comp)' hack as on 'Sonic 3 Complete - Emerald Safari Readme.txt' inside patch zipfile.