Skip to content

Commit

Permalink
nes update from gab75
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 28, 2024
1 parent 6df3b71 commit 3ae7dde
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/burn/drv/nes/d_nes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22945,6 +22945,24 @@ struct BurnDriver BurnDrvnes_vanguard = {
// Aftermarket/Hack/Homebrew Games
// -------------------------------

// https://retrobro85.itch.io/hobo-albos-big-adventure
static struct BurnRomInfo nes_hoboalboRomDesc[] = {
{ "Hobo Albo's Big Adventure (2024)(retrobro85).nes", 524304, 0xd276c4db, BRF_ESS | BRF_PRG },
};

STD_ROM_PICK(nes_hoboalbo)
STD_ROM_FN(nes_hoboalbo)

struct BurnDriver BurnDrvnes_hoboalbo = {
"nes_hoboalbo", NULL, NULL, NULL, "2024",
"Hobo Albo's Big Adventure (HB)\0", NULL, "Nintendo", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_NES, GBF_PLATFORM, 0,
NESGetZipName, nes_hoboalboRomInfo, nes_hoboalboRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};


// 5-star Restaurant (HB)
static struct BurnRomInfo nes_5starRomDesc[] = {
Expand Down

0 comments on commit 3ae7dde

Please sign in to comment.