SMS: add Rainbow Islands Over the Rainbow hack - restores the original arcade tune to the SMS version.
This commit is contained in:
parent
40d3c283f8
commit
30c531de3e
|
@ -7943,6 +7943,24 @@ struct BurnDriver BurnDrvsms_rbislandb = {
|
|||
256, 192, 4, 3
|
||||
};
|
||||
|
||||
// Rainbow Islands - The Story of Bubble Bobble 2 (Over the Rainbow Hack)
|
||||
|
||||
static struct BurnRomInfo sms_rbislandoRomDesc[] = {
|
||||
{ "rainbow islands - the story of bubble bobble 2 (over the rainbow hack).bin", 0x40000, 0x62AF2901, BRF_PRG | BRF_ESS },
|
||||
};
|
||||
|
||||
STD_ROM_PICK(sms_rbislando)
|
||||
STD_ROM_FN(sms_rbislando)
|
||||
|
||||
struct BurnDriver BurnDrvsms_rbislando = {
|
||||
"sms_rbislando", "sms_rbisland", NULL, NULL, "1993",
|
||||
"Rainbow Islands - The Story of Bubble Bobble 2 (Over the Rainbow Hack)\0", NULL, "Sega", "Sega Master System",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 1, HARDWARE_SEGA_MASTER_SYSTEM, GBF_PLATFORM, 0,
|
||||
SMSGetZipName, sms_rbislandoRomInfo, sms_rbislandoRomName, NULL, NULL, NULL, NULL, SMSInputInfo, SMSDIPInfo,
|
||||
SMSInit, SMSExit, SMSFrame, SMSDraw, SMSScan, &SMSPaletteRecalc, 0x1E00,
|
||||
256, 192, 4, 3
|
||||
};
|
||||
|
||||
// Rambo - First Blood Part II (USA)
|
||||
|
||||
|
|
Loading…
Reference in New Issue