mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 02:50:29 +00:00
add Voyage - A Sorceress' Vacation homebrew (AKIMW hack) to SMS, get rom patch etc https://www.smspower.org/forums/17753-VoyageASorceressVacationAKiMWTotalConversionFormerlyKnowAsMaKaiQuest
This commit is contained in:
parent
9d09fa65b5
commit
6d11e6ad1f
@ -27683,3 +27683,21 @@ struct BurnDriver BurnDrvsms_novdmvdp = {
|
||||
256, 192, 4, 3
|
||||
};
|
||||
|
||||
// Voyage - A Sorceress Vacation v1.0 (build 684)
|
||||
|
||||
static struct BurnRomInfo sms_voyageRomDesc[] = {
|
||||
{ "Voyage - A Sorceress Vacation v1.0 (build 684).sms", 0x80000, 0x80afc57a, BRF_PRG | BRF_ESS },
|
||||
};
|
||||
|
||||
STD_ROM_PICK(sms_voyage)
|
||||
STD_ROM_FN(sms_voyage)
|
||||
|
||||
struct BurnDriver BurnDrvsms_voyage = {
|
||||
"sms_voyage", NULL, NULL, NULL, "2019",
|
||||
"Voyage - A Sorceress Vacation (v1.0 build 684)\0", NULL, "SNAGS", "Sega Master System",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING, 2, HARDWARE_SEGA_MASTER_SYSTEM, GBF_MISC, 0,
|
||||
SMSGetZipName, sms_voyageRomInfo, sms_voyageRomName, NULL, NULL, NULL, NULL, SMSInputInfo, SMSDIPInfo,
|
||||
SMSInit, SMSExit, SMSFrame, SMSDraw, SMSScan, &SMSPaletteRecalc, 0x1E00,
|
||||
256, 192, 4, 3
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user