d_nes: update Celeste Mario's Zap & Dash DELUXE! v2.00c (Hack)

v2.00 -> v2.00c
This commit is contained in:
taoenwen 2025-07-26 09:34:59 +08:00
parent 46fb677957
commit e1003acf41
1 changed files with 3 additions and 3 deletions

View File

@ -14176,10 +14176,10 @@ struct BurnDriver BurnDrvnes_celestemario = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};
// Celeste Mario's Zap & Dash DELUXE! v2.00 (Hack)
// Celeste Mario's Zap & Dash DELUXE! v2.00c (Hack)
// https://www.romhacking.net/hacks/9044/
static struct BurnRomInfo nes_celestemariodlRomDesc[] = {
{ "Celeste Mario's Zap & Dash DELUXE! v2.00 (2025)(w7n).nes", 655376, 0x3a8afc37, BRF_ESS | BRF_PRG },
{ "Celeste Mario's Zap & Dash DELUXE! v2.00c (2025)(w7n).nes", 655376, 0x387485d3, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_celestemariodl)
@ -14187,7 +14187,7 @@ STD_ROM_FN(nes_celestemariodl)
struct BurnDriver BurnDrvnes_celestemariodl = {
"nes_celestemariodl", "nes_smb", NULL, NULL, "2025",
"Celeste Mario's Zap & Dash DELUXE! v2.00 (Hack)\0", NULL, "w7n", "NES / Famicom",
"Celeste Mario's Zap & Dash DELUXE! v2.00c (Hack)\0", NULL, "w7n", "NES / Famicom",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 1, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_celestemariodlRomInfo, nes_celestemariodlRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,