Skip to content

Commit

Permalink
colecovision update from gab75
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Dec 26, 2024
1 parent cdd8694 commit 26b35d2
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions src/burn/drv/coleco/d_coleco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5755,6 +5755,25 @@ struct BurnDriver BurnDrvcv_astorm = {
272, 228, 4, 3
};

// Aztec Challenge (HB)

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_ACTION, 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
};

// Bagman (HB)

static struct BurnRomInfo cv_bagmanRomDesc[] = {
Expand Down Expand Up @@ -10598,6 +10617,25 @@ struct BurnDriver BurnDrvcv_thexder = {
272, 228, 4, 3
};

// Time Pilot (SGM) (HB)

static struct BurnRomInfo cv_TimePilotRomDesc[] = {
{ "Time Pilot - SGM (2024)(Opcode Games).rom", 131072, 0xCF803DDC, BRF_ESS | BRF_PRG },
};

STDROMPICKEXT(cv_TimePilot, cv_TimePilot, cv_coleco)
STD_ROM_FN(cv_TimePilot)

struct BurnDriver BurnDrvcv_TimePilot = {
"cv_timepilot", NULL, "cv_coleco", NULL, "1982-2024",
"Time Pilot (SGM) (HB)\0", "SGM - Super Game Module", "Opcode Games - Konami", "ColecoVision",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_COLECO, GBF_SHOOT, 0,
CVGetZipName, cv_TimePilotRomInfo, cv_TimePilotRomName, NULL, NULL, NULL, NULL, ColecoInputInfo, ColecoDIPInfo,
DrvInitOCM, DrvExit, DrvFrame, TMS9928ADraw, DrvScan, NULL, TMS9928A_PALETTE_SIZE,
272, 228, 4, 3
};

// Track & Field (HB)

static struct BurnRomInfo cv_trackfldRomDesc[] = {
Expand Down Expand Up @@ -11227,41 +11265,3 @@ struct BurnDriver BurnDrvcv_yiearii = {
272, 228, 4, 3
};

// Time Pilot (SGM)

static struct BurnRomInfo cv_TimePilotRomDesc[] = {
{ "TimePilot - SGM (2024)(Opcode Games).rom", 131072, 0xCF803DDC, BRF_ESS | BRF_PRG },
};

STDROMPICKEXT(cv_TimePilot, cv_TimePilot, cv_coleco)
STD_ROM_FN(cv_TimePilot)

struct BurnDriver BurnDrvcv_TimePilot = {
"cv_timepilot", NULL, "cv_coleco", NULL, "1980-2024",
"TimePilot (SGM) (Konami)\0", "SGM - Super Game Module", "Opcode Games - Konami", "ColecoVision",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_COLECO, GBF_VERSHOOT, 0,
CVGetZipName, cv_TimePilotRomInfo, cv_TimePilotRomName, NULL, NULL, NULL, NULL, ColecoInputInfo, ColecoDIPInfo,
DrvInitOCM, DrvExit, DrvFrame, TMS9928ADraw, DrvScan, NULL, TMS9928A_PALETTE_SIZE,
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 26b35d2

Please sign in to comment.