Skip to content

Commit

Permalink
msx update from gab75
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Dec 23, 2024
1 parent 887d548 commit 95c4eea
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions src/burn/drv/msx/d_msx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28738,6 +28738,25 @@ struct BurnDriver BurnDrvMSX_cat = {
272, 228, 4, 3
};

// Catbox (HB, v1.3)

static struct BurnRomInfo MSX_catboxRomDesc[] = {
{ "Catbox v1.3 (2024)(Gamecast Ent.).rom", 753664, 0x11e3133a, BRF_PRG | BRF_ESS },
};

STDROMPICKEXT(MSX_catbox, MSX_catbox, msx_msx)
STD_ROM_FN(MSX_catbox)

struct BurnDriver BurnDrvMSX_catbox = {
"msx_catbox", NULL, "msx_msx", NULL, "2024",
"Catbox (HB, v1.3)\0", NULL, "Gamecast Entertainment", "MSX",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 2, HARDWARE_MSX | HARDWARE_MSX_MAPPER_KONAMI_SCC, GBF_ACTION | GBF_MAZE, 0,
MSXGetZipName, MSX_catboxRomInfo, MSX_catboxRomName, NULL, NULL, NULL, NULL, MSXInputInfo, MSXJoyCursor60hzDIPInfo,
DrvInit, DrvExit, DrvFrame, TMS9928ADraw, DrvScan, NULL, 0x10,
272, 228, 4, 3
};

// CatsPots (HB, v1.2)

static struct BurnRomInfo MSX_catspotsRomDesc[] = {
Expand Down Expand Up @@ -29612,6 +29631,25 @@ struct BurnDriver BurnDrvMSX_drinkit = {
272, 228, 4, 3
};

// Drop of Abu-Cymbel, The (English) (HB)

static struct BurnRomInfo MSX_dropabucymbelRomDesc[] = {
{ "Drop of Abu-Cymbel, The (2024)(joesg).rom", 32768, 0x1b20ae22, BRF_PRG | BRF_ESS },
};

STDROMPICKEXT(MSX_dropabucymbel, MSX_dropabucymbel, msx_msx)
STD_ROM_FN(MSX_dropabucymbel)

struct BurnDriver BurnDrvMSX_dropabucymbel = {
"msx_dropabucymbel", NULL, "msx_msx", NULL, "2024",
"Drop of Abu-Cymbel, The (English) (HB)\0", "Redefine Keys to use controller", "joesg", "MSX",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_MSX, GBF_PLATFORM, 0,
MSXGetZipName, MSX_dropabucymbelRomInfo, MSX_dropabucymbelRomName, NULL, NULL, NULL, NULL, MSXInputInfo, MSXJoyCursor60hzDIPInfo,
DrvInit, DrvExit, DrvFrame, TMS9928ADraw, DrvScan, NULL, 0x10,
272, 228, 4, 3
};

// Duckstroma (HB, v1.03)

static struct BurnRomInfo MSX_duckstromaRomDesc[] = {
Expand Down Expand Up @@ -29973,6 +30011,25 @@ struct BurnDriver BurnDrvMSX_frogadvs = {
272, 228, 4, 3
};

// Gota de Abu-Cymbel, La (Spanish) (HB)

static struct BurnRomInfo MSX_gotaabucymbelRomDesc[] = {
{ "Gota de Abu-Cymbel, La (2024)(joesg).rom", 32768, 0x51c192e6, BRF_PRG | BRF_ESS },
};

STDROMPICKEXT(MSX_gotaabucymbel, MSX_gotaabucymbel, msx_msx)
STD_ROM_FN(MSX_gotaabucymbel)

struct BurnDriver BurnDrvMSX_gotaabucymbel = {
"msx_gotaabucymbel", "msx_dropabucymbel", "msx_msx", NULL, "2024",
"Gota de Abu-Cymbel, La (Spanish) (HB)\0", "Redefine Keys to use controller", "joesg", "MSX",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HOMEBREW, 1, HARDWARE_MSX, GBF_PLATFORM, 0,
MSXGetZipName, MSX_gotaabucymbelRomInfo, MSX_gotaabucymbelRomName, NULL, NULL, NULL, NULL, MSXInputInfo, MSXJoyCursor60hzDIPInfo,
DrvInit, DrvExit, DrvFrame, TMS9928ADraw, DrvScan, NULL, 0x10,
272, 228, 4, 3
};

// Gelatino - To Rescue The Bubbles (English) (HB)

static struct BurnRomInfo msx_gelatinoRomDesc[] = {
Expand Down Expand Up @@ -33431,6 +33488,25 @@ struct BurnDriver BurnDrvMSX_snowboard = {
272, 228, 4, 3
};

// Sorcerer Kid Adventure (HB, v1.02)

static struct BurnRomInfo MSX_sorkidadvRomDesc[] = {
{ "Sorcerer Kid Adventure v1.02 (2024)(VidaExtraRetro).rom", 49152, 0x52747abb, BRF_PRG | BRF_ESS },
};

STDROMPICKEXT(MSX_sorkidadv, MSX_sorkidadv, msx_msx)
STD_ROM_FN(MSX_sorkidadv)

struct BurnDriver BurnDrvMSX_sorkidadv = {
"msx_sorkidadv", NULL, "msx_msx", NULL, "2024",
"Sorcerer Kid Adventure (HB, v1.02)\0", NULL, "VidaExtraRetro", "MSX",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_MSX, GBF_PLATFORM, 0,
MSXGetZipName, MSX_sorkidadvRomInfo, MSX_sorkidadvRomName, NULL, NULL, NULL, NULL, MSXInputInfo, MSXDIPInfo,
DrvInit, DrvExit, DrvFrame, TMS9928ADraw, DrvScan, NULL, 0x10,
272, 228, 4, 3
};

// Soukoban Pocket Edition (HB)

static struct BurnRomInfo MSX_sokobanpeRomDesc[] = {
Expand Down

0 comments on commit 95c4eea

Please sign in to comment.