Skip to content

Commit

Permalink
add aztec challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Dec 26, 2024
1 parent 20d225b commit cdd8694
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/burn/drv/coleco/d_coleco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11246,3 +11246,22 @@ struct BurnDriver BurnDrvcv_TimePilot = {
272, 228, 4, 3
};

// Aztec Challenge

static struct BurnRomInfo cv_AztecchalRomDesc[] = {
{ "Aztec Challenge (2024)(Dragonfly Amusement).rom", 32768, 0xb931416a, BRF_ESS | BRF_PRG },
};

STDROMPICKEXT(cv_Aztecchal, cv_Aztecchal, cv_coleco)
STD_ROM_FN(cv_Aztecchal)

struct BurnDriver BurnDrvcv_Aztecchal = {
"cv_aztecchal", NULL, "cv_coleco", NULL, "2024",
"Aztec Challenge (HB)\0", NULL, "Dragonfly Amusement", "ColecoVision",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_COLECO, GBF_MISC, 0,
CVGetZipName, cv_AztecchalRomInfo, cv_AztecchalRomName, NULL, NULL, NULL, NULL, ColecoInputInfo, ColecoDIPInfo,
DrvInit, DrvExit, DrvFrame, TMS9928ADraw, DrvScan, NULL, TMS9928A_PALETTE_SIZE,
272, 228, 4, 3
};

0 comments on commit cdd8694

Please sign in to comment.