nes update from gab75

This commit is contained in:
dinkc64 2024-05-25 01:19:43 -04:00
parent 1112dccdbf
commit 81789e88df

View File

@ -12300,6 +12300,7 @@ struct BurnDriver BurnDrvfds_dokidokipanic = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Donkey Kong (Japan)
static struct BurnRomInfo fds_donkeykongRomDesc[] = {
{ "Donkey Kong (Japan).fds", 65516, 0x6c0740e9, BRF_ESS | BRF_PRG },
};
@ -12317,6 +12318,7 @@ struct BurnDriver BurnDrvfds_donkeykong = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Donkey Kong Jr. (Japan)
static struct BurnRomInfo fds_donkeykongjrRomDesc[] = {
{ "Donkey Kong Jr. (Japan).fds", 65516, 0x3046966a, BRF_ESS | BRF_PRG },
};
@ -12334,6 +12336,7 @@ struct BurnDriver BurnDrvfds_donkeykongjr = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Doremikko (Japan)
static struct BurnRomInfo fds_doremikkoRomDesc[] = {
{ "Doremikko (Japan)(1987)(Konami).fds", 131000, 0xbee7a47b, BRF_ESS | BRF_PRG },
};
@ -12351,6 +12354,7 @@ struct BurnDriver BurnDrvfds_doremikko = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Dr. Chaos - Jigoku no Tobira (Japan)
static struct BurnRomInfo fds_drchaRomDesc[] = {
{ "Dr. Chaos - Jigoku no Tobira (Japan).fds", 131000, 0x7954bd8f, BRF_ESS | BRF_PRG },
};
@ -12368,6 +12372,7 @@ struct BurnDriver BurnDrvfds_drcha = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Dracula II - Noroi no Fuuin (Japan)
static struct BurnRomInfo fds_dracuiiRomDesc[] = {
{ "Dracula II - Noroi no Fuuin (Japan).fds", 131016, 0x2d1ec77c, BRF_ESS | BRF_PRG },
};
@ -12385,6 +12390,7 @@ struct BurnDriver BurnDrvfds_dracuii = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Druid - Kyoufu no Tobira (Japan)
static struct BurnRomInfo fds_druidRomDesc[] = {
{ "Druid - Kyoufu no Tobira (Japan).fds", 131016, 0xb5d4e955, BRF_ESS | BRF_PRG },
};
@ -12402,6 +12408,7 @@ struct BurnDriver BurnDrvfds_druid = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Druid - The Gate of Fear (Hack, English)
// http://www.romhacking.net/translations/6470/
static struct BurnRomInfo fds_druidenRomDesc[] = {
{ "Druid - Kyoufu no Tobira (T-Eng)(2022)(BlackPaladin).fds", 131000, 0x1e9dc522, BRF_ESS | BRF_PRG },
@ -12420,6 +12427,7 @@ struct BurnDriver BurnDrvfds_druiden = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Egger Land (Japan)
static struct BurnRomInfo fds_eggerlandRomDesc[] = {
{ "Egger Land (Japan).fds", 131016, 0x84f75912, BRF_ESS | BRF_PRG },
};
@ -12437,6 +12445,7 @@ struct BurnDriver BurnDrvfds_eggerland = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Egger Land - Souzouhe no Tabidachi (Japan)
static struct BurnRomInfo fds_eggerlansouenotaRomDesc[] = {
{ "Egger Land - Souzouhe no Tabidachi (Japan).fds", 131016, 0x2441b3b9, BRF_ESS | BRF_PRG },
};
@ -12454,6 +12463,7 @@ struct BurnDriver BurnDrvfds_eggerlansouenota = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Electrician (Japan)
static struct BurnRomInfo fds_electrician1RomDesc[] = {
{ "Electrician (Japan).fds", 131016, 0x9c37e289, BRF_ESS | BRF_PRG },
};
@ -12471,6 +12481,8 @@ struct BurnDriver BurnDrvfds_electrician1 = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Electrician (Hack, English)
// https://www.romhacking.net/translations/5/
static struct BurnRomInfo fds_electricianRomDesc[] = {
{ "Electrician (T-eng).fds", 131016, 0x4aa51f48, BRF_ESS | BRF_PRG },
};
@ -12488,6 +12500,7 @@ struct BurnDriver BurnDrvfds_electrician = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Esper Dream (Japan).fds
static struct BurnRomInfo fds_esperdreamjRomDesc[] = {
{ "Esper Dream (Japan).fds", 131000, 0x1d40f83f, BRF_ESS | BRF_PRG },
};
@ -12505,6 +12518,8 @@ struct BurnDriver BurnDrvfds_esperdreamj = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Esper Dream (Hack, English)
// https://www.romhacking.net/translations/656
static struct BurnRomInfo fds_esperdreamRomDesc[] = {
{ "Esper Dream (T-Eng).fds", 131000, 0x51d8c9f1, BRF_ESS | BRF_PRG },
};
@ -12522,6 +12537,7 @@ struct BurnDriver BurnDrvfds_esperdream = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Exciting Soccer - Konami Cup (Japan)
static struct BurnRomInfo fds_excitsocRomDesc[] = {
{ "Exciting Soccer - Konami Cup (Japan).fds", 131016, 0x43ccd4ba, BRF_ESS | BRF_PRG },
};
@ -13213,7 +13229,7 @@ struct BurnDriver BurnDrvfds_jikaishometmag = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Kaettekita Mario Brothers (Japan)
// Kaettekita Mario Bros. (Japan)
static struct BurnRomInfo fds_kaettmarbroRomDesc[] = {
{ "Kaettekita Mario Brothers (Japan).fds", 131016, 0x12358ded, BRF_ESS | BRF_PRG },
};
@ -13222,15 +13238,17 @@ STDROMPICKEXT(fds_kaettmarbro, fds_kaettmarbro, fds_fdsbios)
STD_ROM_FN(fds_kaettmarbro)
struct BurnDriver BurnDrvfds_kaettmarbro = {
"fds_kaettmarbro", NULL, "fds_fdsbios", NULL, "1988",
"Kaettekita Mario Brothers (Japan)\0", NULL, "Nintendo", "Miscellaneous",
"fds_kaettmarbro", "fds_returnmarbro", "fds_fdsbios", NULL, "1988",
"Kaettekita Mario Bros. (Japan)\0", NULL, "Nintendo", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING, 2, HARDWARE_FDS, GBF_ACTION, 0,
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_FDS, GBF_PLATFORM, 0,
NESGetZipName, fds_kaettmarbroRomInfo, fds_kaettmarbroRomName, NULL, NULL, NULL, NULL, NESFDSInputInfo, NESFDSDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Kalin no Tsurugi (Japan)
static struct BurnRomInfo fds_kalinnotsurugijRomDesc[] = {
{ "Kalin no Tsurugi (Japan).fds", 131000, 0xc63a0059, BRF_ESS | BRF_PRG },
@ -13542,6 +13560,7 @@ struct BurnDriver BurnDrvfds_linknobouj = {
};
// Link no Bouken - The Legend of Zelda 2 (Hack, English)
// https://www.romhacking.net/translations/3177/
static struct BurnRomInfo fds_linknobouRomDesc[] = {
{ "Link no Bouken - The Legend of Zelda 2 (T-Eng).fds", 131000, 0x359d3f2b, BRF_ESS | BRF_PRG },
};
@ -14006,6 +14025,7 @@ struct BurnDriver BurnDrvfds_radicbomjirkun = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Reflect World (Japan)
static struct BurnRomInfo fds_reflectworldRomDesc[] = {
{ "Reflect World (Japan).fds", 131016, 0x2c24cd2d, BRF_ESS | BRF_PRG },
};
@ -14042,6 +14062,7 @@ struct BurnDriver BurnDrvfds_relics = {
};
// Relics - The Dark Fortress (Hack, English)
// https://www.romhacking.net/translations/7086/
static struct BurnRomInfo fds_relicsenRomDesc[] = {
{ "Relics - Ankoku Yousai T-Eng (2023)(BlackPaladin).fds", 131000, 0x389a10ad, BRF_ESS | BRF_PRG },
};
@ -14077,6 +14098,25 @@ struct BurnDriver BurnDrvfds_replicart = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Return of Mario Bros. (Hack, English)
// https://www.romhacking.net/translations/6364/
static struct BurnRomInfo fds_returnmarbroRomDesc[] = {
{ "Return of Mario Bros. T-Eng (2021)(FCandChill).fds", 131000, 0xc3c31d57, BRF_ESS | BRF_PRG },
};
STDROMPICKEXT(fds_returnmarbro, fds_returnmarbro, fds_fdsbios)
STD_ROM_FN(fds_returnmarbro)
struct BurnDriver BurnDrvfds_returnmarbro = {
"fds_returnmarbro", NULL, "fds_fdsbios", NULL, "2021",
"Return of Mario Bros. (Hack, English)\0", NULL, "FCandChill", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HACK, 2, HARDWARE_FDS, GBF_PLATFORM, 0,
NESGetZipName, fds_returnmarbroRomInfo, fds_returnmarbroRomName, NULL, NULL, NULL, NULL, NESFDSInputInfo, NESFDSDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Roger Rabbit (Japan)
static struct BurnRomInfo fds_rogerrabbitRomDesc[] = {
{ "Roger Rabbit (Japan).fds", 131016, 0xb43f9b16, BRF_ESS | BRF_PRG },
@ -14703,7 +14743,8 @@ struct BurnDriver BurnDrvfds_youkaiyashikij = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Youkai Yashiki (Hack, English)
// Youkai Yashiki ~ Ghost Manor (Hack, English)
// https://www.romhacking.net/translations/1308/
static struct BurnRomInfo fds_youkaiyashikiRomDesc[] = {
{ "Youkai Yashiki (T-Eng).fds", 131000, 0x546589ab, BRF_ESS | BRF_PRG },
};
@ -14713,7 +14754,7 @@ STD_ROM_FN(fds_youkaiyashiki)
struct BurnDriver BurnDrvfds_youkaiyashiki = {
"fds_youkaiyashiki", NULL, "fds_fdsbios", NULL, "2008",
"Youkai Yashiki (Hack, English)\0", NULL, "KingMike's Translations", "Miscellaneous",
"Youkai Yashiki ~ Ghost Manor (Hack, English)\0", NULL, "KingMike's Translations", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HACK, 1, HARDWARE_FDS, GBF_PLATFORM, 0,
NESGetZipName, fds_youkaiyashikiRomInfo, fds_youkaiyashikiRomName, NULL, NULL, NULL, NULL, NESFDSInputInfo, NESFDSDIPInfo,
@ -14775,7 +14816,8 @@ struct BurnDriver BurnDrvfds_zeldanodenj = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Zelda no Densetsu - The Hyrule Fantasy (Hack, English)
// Zelda no Densetsu - The Hyrule Fantasy (Hack, English v1.1)
// https://www.romhacking.net/translations/2958/
static struct BurnRomInfo fds_zeldanodenRomDesc[] = {
{ "Zelda no Densetsu - The Hyrule Fantasy (T-Eng).fds", 131016, 0xee11aa63, BRF_ESS | BRF_PRG },
};
@ -14785,7 +14827,7 @@ STD_ROM_FN(fds_zeldanoden)
struct BurnDriver BurnDrvfds_zeldanoden = {
"fds_zeldanoden", NULL, "fds_fdsbios", NULL, "2016",
"Zelda no Densetsu - The Hyrule Fantasy (Hack, English)\0", NULL, "Jordiway73", "Miscellaneous",
"Zelda no Densetsu - The Hyrule Fantasy (Hack, English v1.1)\0", NULL, "Jordiway73", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HACK, 1, HARDWARE_FDS, GBF_ACTION | GBF_ADV, 0,
NESGetZipName, fds_zeldanodenRomInfo, fds_zeldanodenRomName, NULL, NULL, NULL, NULL, NESFDSInputInfo, NESFDSDIPInfo,
@ -22795,7 +22837,7 @@ STD_ROM_FN(nes_8bitmusic)
struct BurnDriver BurnDrvnes_8bitmusic = {
"nes_8bitmusic", NULL, NULL, NULL, "2017",
"8-bit Music Power (HB)\0", NULL, "RiKi", "Miscellaneous",
"8-bit Music Power (HB)\0", NULL, "RiKi - Columbus Circle", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_MISC, 0,
NESGetZipName, nes_8bitmusicRomInfo, nes_8bitmusicRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
@ -22821,6 +22863,24 @@ struct BurnDriver BurnDrvnes_8bitmusice = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// 8-Bit Rhythm Land (HB)
static struct BurnRomInfo nes_8bitrhylanRomDesc[] = {
{ "8-Bit Rhythm Land (2018)(Columbus Circle).nes", 786448, 0x48859a73, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_8bitrhylan)
STD_ROM_FN(nes_8bitrhylan)
struct BurnDriver BurnDrvnes_8bitrhylan = {
"nes_8bitrhylan", NULL, NULL, NULL, "2018",
"8-Bit Rhythm Land (HB)\0", NULL, "Columbus Circle", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_ACTION, 0,
NESGetZipName, nes_8bitrhylanRomInfo, nes_8bitrhylanRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// 8-bit XMAS 2017 (HB)
static struct BurnRomInfo nes_8bitxmas17RomDesc[] = {
{ "8-bit XMAS 2017 (2017)(RetroUSB).nes", 2097168, 0x330da716, BRF_ESS | BRF_PRG },
@ -23001,6 +23061,24 @@ struct BurnDriver BurnDrvnes_akairingo = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Alfonzo's Arctic Adventure (HB)
static struct BurnRomInfo nes_alfonsarcadvRomDesc[] = {
{ "Alfonzo's Arctic Adventure (2018)(Spoony Bard Productions).nes", 262160, 0xcd2ada76, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_alfonsarcadv)
STD_ROM_FN(nes_alfonsarcadv)
struct BurnDriver BurnDrvnes_alfonsarcadv = {
"nes_alfonsarcadv", NULL, NULL, NULL, "2018",
"Alfonzo's Arctic Adventure (HB)\0", NULL, "Spoony Bard Productions", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_alfonsarcadvRomInfo, nes_alfonsarcadvRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Almika The Star Rider Densetsu Gaiden (HB)
static struct BurnRomInfo nes_almikaRomDesc[] = {
{ "Almika The Star Rider Densetsu Gaiden (2021)(Mouse Spirit).nes", 524304, 0x3b5a7745, BRF_ESS | BRF_PRG },
@ -24281,6 +24359,42 @@ struct BurnDriver BurnDrvnes_chickenfarm = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Chrono Knight (HB)
static struct BurnRomInfo nes_chknightRomDesc[] = {
{ "Chrono Knight (2020)(Artix Games).nes", 524304, 0x88a47918, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_chknight)
STD_ROM_FN(nes_chknight)
struct BurnDriver BurnDrvnes_chknight = {
"nes_chknight", NULL, NULL, NULL, "2020",
"Chrono Knight (HB)\0", NULL, "Artix Games", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_RUNGUN, 0,
NESGetZipName, nes_chknightRomInfo, nes_chknightRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Chumlee's Adventure - The Quest for Pinky (HB)
static struct BurnRomInfo nes_chumleeadvRomDesc[] = {
{ "Chumlee Adventure (2020)(Khan Games).nes", 131088, 0x0f81f876, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_chumleeadv)
STD_ROM_FN(nes_chumleeadv)
struct BurnDriver BurnDrvnes_chumleeadv = {
"nes_chumleeadv", NULL, NULL, NULL, "2020",
"Chumlee's Adventure - The Quest for Pinky (HB)\0", NULL, "Khan Games", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_SCRFIGHT, 0,
NESGetZipName, nes_chumleeadvRomInfo, nes_chumleeadvRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Coin World (HB)
static struct BurnRomInfo nes_coinworldRomDesc[] = {
{ "Coin World (2021)(CMYKSoft).nes", 40976, 0x6775b5d1, BRF_ESS | BRF_PRG },
@ -24335,9 +24449,27 @@ struct BurnDriver BurnDrvnes_convoy = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Courier (HB)
static struct BurnRomInfo nes_courierRomDesc[] = {
{ "Courier (2024)(Khan Games).nes", 262160, 0x6e4284ac, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_courier)
STD_ROM_FN(nes_courier)
struct BurnDriver BurnDrvnes_courier = {
"nes_courier", NULL, NULL, NULL, "2024",
"Courier (HB)\0", NULL, "Khan Games", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_ACTION | GBF_ADV, 0,
NESGetZipName, nes_courierRomInfo, nes_courierRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Cowlitz Gamers 2nd Adventure (HB)
static struct BurnRomInfo nes_cowligam2ndadvRomDesc[] = {
{ "Cowlitz Gamers 2nd Adventure (HB).nes", 131088, 0x0db2dd59, BRF_ESS | BRF_PRG },
{ "Cowlitz Gamers 2nd Adventure (2017)(Cowlitz).nes", 131088, 0x0db2dd59, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_cowligam2ndadv)
@ -24355,7 +24487,7 @@ struct BurnDriver BurnDrvnes_cowligam2ndadv = {
// Cowlitz Gamers Adventure (HB)
static struct BurnRomInfo nes_cowligamadvRomDesc[] = {
{ "Cowlitz Gamers Adventure (HB).nes", 32784, 0x0ae2354b, BRF_ESS | BRF_PRG },
{ "Cowlitz Gamers Adventure (2016)(Cowlitz).nes", 32784, 0x0ae2354b, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_cowligamadv)
@ -24425,9 +24557,27 @@ struct BurnDriver BurnDrvnes_crapjob = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Crater Song (HB, v1.03)
static struct BurnRomInfo nes_cratersongRomDesc[] = {
{ "Crater Song v1.03 (2024)(John Vanderhoef).nes", 524304, 0x48df7653, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_cratersong)
STD_ROM_FN(nes_cratersong)
struct BurnDriver BurnDrvnes_cratersong = {
"nes_cratersong", NULL, NULL, NULL, "2024",
"Crater Song (HB, v1.03)\0", NULL, "John Vanderhoef", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_ACTION, 0,
NESGetZipName, nes_cratersongRomInfo, nes_cratersongRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Creepy Brawlers (HB)
static struct BurnRomInfo nes_creepybrawlersRomDesc[] = {
{ "Creepy Brawlers (HB).nes", 524304, 0xc8f05be4, BRF_ESS | BRF_PRG },
{ "Creepy Brawlers (2017)(Mega Cat Studios).nes", 524304, 0xc8f05be4, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_creepybrawlers)
@ -25815,6 +25965,24 @@ struct BurnDriver BurnDrvnes_hollowkgg = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Indivisible (HB)
static struct BurnRomInfo nes_indivisibleRomDesc[] = {
{ "Indivisible (2017)(Lab Zero Games).nes", 262160, 0x9f304e88, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_indivisible)
STD_ROM_FN(nes_indivisible)
struct BurnDriver BurnDrvnes_indivisible = {
"nes_indivisible", NULL, NULL, NULL, "2017",
"Indivisible (HB)\0", NULL, "Lab Zero Games", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_indivisibleRomInfo, nes_indivisibleRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Interglactic Transmissing (HB)
static struct BurnRomInfo nes_inttransRomDesc[] = {
{ "Interglactic Transmissing (2018)(GGJ).nes", 40976, 0xe13adc0c, BRF_ESS | BRF_PRG },
@ -28636,6 +28804,24 @@ struct BurnDriver BurnDrvnes_squirchaser = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Squirrel Domino (HB)
static struct BurnRomInfo nes_squirdominoRomDesc[] = {
{ "Squirrel Domino (2024)(NovaSquirrel).nes", 24592, 0x08d49a13, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_squirdomino)
STD_ROM_FN(nes_squirdomino)
struct BurnDriver BurnDrvnes_squirdomino = {
"nes_squirdomino", NULL, NULL, NULL, "2024",
"Squirrel Domino (HB)\0", NULL, "NovaSquirrel", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_PUZZLE, 0,
NESGetZipName, nes_squirdominoRomInfo, nes_squirdominoRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Star Evil (HB)
static struct BurnRomInfo nes_starevilRomDesc[] = {
{ "Star Evil (2018)(PDRoms).nes", 40976, 0xfbd4ce1c, BRF_ESS | BRF_PRG },
@ -28692,6 +28878,24 @@ struct BurnDriver BurnDrvnes_starlightmariou = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Star Versus (HB)
static struct BurnRomInfo nes_starversusRomDesc[] = {
{ "Star Versus (2015)(Dustmop).nes", 196624, 0x33e83fa5, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_starversus)
STD_ROM_FN(nes_starversus)
struct BurnDriver BurnDrvnes_starversus = {
"nes_starversus", NULL, NULL, NULL, "2015",
"Star Versus (HB)\0", NULL, "Dustmop", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_SHOOT, 0,
NESGetZipName, nes_starversusRomInfo, nes_starversusRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Steel Moons (HB)
static struct BurnRomInfo nes_steelmoonsRomDesc[] = {
{ "Steel Moons (2022)(Mazionach).nes", 65552, 0x3dc97b51, BRF_ESS | BRF_PRG },
@ -28710,6 +28914,24 @@ struct BurnDriver BurnDrvnes_steelmoons = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Steins Gate (HB)
static struct BurnRomInfo nes_steinsgateRomDesc[] = {
{ "Steins Gate (2018)(Chiyomaru Studio).nes", 786448, 0x547c4f1d, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_steinsgate)
STD_ROM_FN(nes_steinsgate)
struct BurnDriver BurnDrvnes_steinsgate = {
"nes_steinsgate", NULL, NULL, NULL, "2018",
"Steins Gate (HB)\0", NULL, "Chiyomaru Studio", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_ADV, 0,
NESGetZipName, nes_steinsgateRomInfo, nes_steinsgateRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// STING (HB)
static struct BurnRomInfo nes_stingRomDesc[] = {
{ "STING (2008)(smkdan).nes", 40976, 0xf0c8191b, BRF_ESS | BRF_PRG },
@ -29871,7 +30093,7 @@ struct BurnDriver BurnDrvnes_wxniao = {
// Yeah Yeah Beebiss II (HB)
// https://store.steampowered.com/app/1871700/Yeah_Yeah_Beebiss_II/
static struct BurnRomInfo nes_yybeebissiiRomDesc[] = {
{ "Yeah Yeah Beebiss II (2022).nes", 65552, 0x4a8eed90, BRF_ESS | BRF_PRG },
{ "Yeah Yeah Beebiss II (2022)(Rigg'd Games).nes", 65552, 0x4a8eed90, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_yybeebissii)
@ -29887,6 +30109,24 @@ struct BurnDriver BurnDrvnesnes_yybeebissii = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Yun R5 (HB)
static struct BurnRomInfo nes_yunr5RomDesc[] = {
{ "Yun R5 (2018)(The Mojon Twins).nes", 65552, 0x04940713, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_yunr5)
STD_ROM_FN(nes_yunr5)
struct BurnDriver BurnDrvnes_yunr5 = {
"nes_yunr5", NULL, NULL, NULL, "2018",
"Yun R5 (HB)\0", NULL, "The Mojon Twins", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_yunr5RomInfo, nes_yunr5RomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Za! Yukigassen (HB, v1.02)
static struct BurnRomInfo nes_zayukiRomDesc[] = {
{ "Za! Yukigassen v1.02 (2021)(Takenoko Games).nes", 40976, 0xfb8ca245, BRF_ESS | BRF_PRG },
@ -30015,57 +30255,6 @@ struct BurnDriver BurnDrvnes_zoomisec = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_starversusRomDesc[] = {
{ "Star Versus (2015)(Dustmop).nes", 196624, 0x33e83fa5, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_starversus)
STD_ROM_FN(nes_starversus)
struct BurnDriver BurnDrvnes_starversus = {
"nes_starversus", NULL, NULL, NULL, "2015",
"Star Versus (HB)\0", NULL, "Dustmop", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_SHOOT, 0,
NESGetZipName, nes_starversusRomInfo, nes_starversusRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_chknightRomDesc[] = {
{ "Chrono Knight (2020)(Artix Games).nes", 524304, 0x88a47918, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_chknight)
STD_ROM_FN(nes_chknight)
struct BurnDriver BurnDrvnes_chknight = {
"nes_chknight", NULL, NULL, NULL, "2020",
"Chrono Knight (HB)\0", NULL, "Artix Games", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_RUNGUN, 0,
NESGetZipName, nes_chknightRomInfo, nes_chknightRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_chumleeadvRomDesc[] = {
{ "Chumlee Adventure (2020)(Khan Games).nes", 131088, 0x0f81f876, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_chumleeadv)
STD_ROM_FN(nes_chumleeadv)
struct BurnDriver BurnDrvnes_chumleeadv = {
"nes_chumleeadv", NULL, NULL, NULL, "2020",
"Chumlee's Adventure - the quest for Pinky (HB)\0", NULL, "Khan Games", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_SCRFIGHT, 0,
NESGetZipName, nes_chumleeadvRomInfo, nes_chumleeadvRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_galfRomDesc[] = {
{ "Galf (2018)(Limited Run Games).nes", 262160, 0x52340070, BRF_ESS | BRF_PRG },
};
@ -30136,23 +30325,6 @@ struct BurnDriver BurnDrvnes_celestemario = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_yunr5RomDesc[] = {
{ "yun r5 (2018)(mojon twins).nes", 65552, 0x04940713, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_yunr5)
STD_ROM_FN(nes_yunr5)
struct BurnDriver BurnDrvnes_yunr5 = {
"nes_yunr5", NULL, NULL, NULL, "2018",
"Yun R5 (HB)\0", NULL, "The Mojon Twins", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_yunr5RomInfo, nes_yunr5RomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_demondistrictRomDesc[] = {
{ "Demon District (HB).nes", 319504, 0x33e22dcb, BRF_ESS | BRF_PRG },
};
@ -30391,23 +30563,6 @@ struct BurnDriver BurnDrvnes_mrsplash = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_steinsgateRomDesc[] = {
{ "Steins Gate (HB).nes", 786448, 0x547c4f1d, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_steinsgate)
STD_ROM_FN(nes_steinsgate)
struct BurnDriver BurnDrvnes_steinsgate = {
"nes_steinsgate", NULL, NULL, NULL, "2018",
"Steins Gate (HB)\0", NULL, "Chiyomaru", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_NES, GBF_RPG, 0,
NESGetZipName, nes_steinsgateRomInfo, nes_steinsgateRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_novasquRomDesc[] = {
{ "Nova the Squirrel (HB).nes", 262160, 0x0b752bee, BRF_ESS | BRF_PRG },
};
@ -30511,40 +30666,6 @@ struct BurnDriver BurnDrvnes_espitundherpim = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_8bitrhylanRomDesc[] = {
{ "8-Bit Rhythm Land (HB).nes", 786448, 0x48859a73, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_8bitrhylan)
STD_ROM_FN(nes_8bitrhylan)
struct BurnDriver BurnDrvnes_8bitrhylan = {
"nes_8bitrhylan", NULL, NULL, NULL, "2018",
"8-Bit Rhythm Land (HB)\0", NULL, "Columbus Circle", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_MISC, 0,
NESGetZipName, nes_8bitrhylanRomInfo, nes_8bitrhylanRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_alfonsarcadvRomDesc[] = {
{ "Alfonzo's Arctic Adventure (HB).nes", 262160, 0xcd2ada76, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_alfonsarcadv)
STD_ROM_FN(nes_alfonsarcadv)
struct BurnDriver BurnDrvnes_alfonsarcadv = {
"nes_alfonsarcadv", NULL, NULL, NULL, "2018",
"Alfonzo's Arctic Adventure (HB)\0", NULL, "Spoony Bard Productions", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_alfonsarcadvRomInfo, nes_alfonsarcadvRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_almostheroRomDesc[] = {
{ "Almost Hero (HB).nes", 262160, 0x2419f370, BRF_ESS | BRF_PRG },
};
@ -30817,23 +30938,6 @@ struct BurnDriver BurnDrvnes_superbatpun = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_indivisibleRomDesc[] = {
{ "Indivisible (HB).nes", 262160, 0x9f304e88, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_indivisible)
STD_ROM_FN(nes_indivisible)
struct BurnDriver BurnDrvnes_indivisible = {
"nes_indivisible", NULL, NULL, NULL, "201x",
"Indivisible (HB)\0", NULL, "Lab Zero Games", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_indivisibleRomInfo, nes_indivisibleRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
static struct BurnRomInfo nes_citytroubleRomDesc[] = {
{ "City Trouble (HB).nes", 40976, 0x2481be7e, BRF_ESS | BRF_PRG },
};
@ -46404,6 +46508,7 @@ struct BurnDriver BurnDrvnes_madcity = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Mad Max (USA)
static struct BurnRomInfo nes_madmaxRomDesc[] = {
{ "Mad Max (USA).nes", 262160, 0x28fd4957, BRF_ESS | BRF_PRG },
};
@ -46421,6 +46526,7 @@ struct BurnDriver BurnDrvnes_madmax = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Mafat Conspiracy - Golgo 13 (USA)
static struct BurnRomInfo nes_mafatconRomDesc[] = {
{ "Mafat Conspiracy - Golgo 13 (USA).nes", 262160, 0xa0973444, BRF_ESS | BRF_PRG },
};
@ -46986,12 +47092,30 @@ struct BurnDriver BurnDrvnes_mariobros = {
"nes_mariobros", NULL, NULL, NULL, "1983",
"Mario Bros. (World)\0", NULL, "Nintendo", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING, 2, HARDWARE_NES, GBF_ACTION, 0,
BDF_GAME_WORKING, 2, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_mariobrosRomInfo, nes_mariobrosRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Mario Bros. (Euro, MC-0 Classic Series)
static struct BurnRomInfo nes_mariobrosmc0RomDesc[] = {
{ "Mario Bros. (Euro)(MC-0, Classic Series)(1993)(Nintendo).nes", 40976, 0x643702d9, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_mariobrosmc0)
STD_ROM_FN(nes_mariobrosmc0)
struct BurnDriver BurnDrvnes_mariobrosmc0 = {
"nes_mariobrosmc0", "nes_mariobros", NULL, NULL, "1993",
"Mario Bros. (Euro, MC-0 Classic Series)\0", NULL, "Nintendo", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_mariobrosmc0RomInfo, nes_mariobrosmc0RomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT_PAL, SCREEN_WIDTH, SCREEN_HEIGHT_PAL
};
// Mashin Eiyuu Den Wataru Gaiden (Japan)
static struct BurnRomInfo nes_mashieiydenwatgajRomDesc[] = {
{ "Mashin Eiyuu Den Wataru Gaiden (Japan).nes", 262160, 0xb563981f, BRF_ESS | BRF_PRG },
@ -48642,6 +48766,7 @@ struct BurnDriver BurnDrvnes_mysteryquest = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Namco Classic (Japan)
static struct BurnRomInfo nes_namcoclassicRomDesc[] = {
{ "Namco Classic (Japan).nes", 524304, 0x6b7015f3, BRF_ESS | BRF_PRG },
};
@ -48659,6 +48784,7 @@ struct BurnDriver BurnDrvnes_namcoclassic = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Namco Classic II (Japan)
static struct BurnRomInfo nes_namcoclassiciiRomDesc[] = {
{ "Namco Classic II (Japan).nes", 524304, 0x4f630a61, BRF_ESS | BRF_PRG },
};