Skip to content

Commit

Permalink
d_nes: marioadventure3 (#1900)
Browse files Browse the repository at this point in the history
updated to version 1.9.8
  • Loading branch information
Igor-Arabe authored Oct 24, 2024
1 parent c5bb2ce commit d3ce1b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/burn/drv/nes/d_nes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27925,18 +27925,18 @@ struct BurnDriver BurnDrvnes_marioadventure = {
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};

// Mario Adventure 3 (Hack, v1.6.8)
// Mario Adventure 3 (Hack, v1.9.8)
// https://marioadventure3.com/
static struct BurnRomInfo nes_marioadventure3RomDesc[] = {
{ "Mario Adventure 3 v1.6.8 (2024)(ScarlettVixen).nes", 786448, 0x70b5aa2d, BRF_ESS | BRF_PRG },
{ "Mario Adventure 3 v1.9.8 (2024)(ScarlettVixen).nes", 786448, 0x494115ef, BRF_ESS | BRF_PRG },
};

STD_ROM_PICK(nes_marioadventure3)
STD_ROM_FN(nes_marioadventure3)

struct BurnDriver BurnDrvnes_marioadventure3 = {
"nes_marioadventure3", "nes_smb3", NULL, NULL, "2024",
"Mario Adventure 3 (Hack, v1.6.8)\0", NULL, "ScarlettVixen", "Miscellaneous",
"Mario Adventure 3 (Hack, v1.9.8)\0", NULL, "ScarlettVixen", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 1, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_marioadventure3RomInfo, nes_marioadventure3RomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
Expand Down

0 comments on commit d3ce1b9

Please sign in to comment.