Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
fbalpha
Commits
e44c98d6
Commit
e44c98d6
authored
Apr 27, 2019
by
barbudreadmon
Browse files
Merge branch 'master' of
https://github.com/barry65536/FBAlpha
into barry65536-master
parents
4c80a879
97919c64
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/burn/drv/coleco/d_coleco.cpp
View file @
e44c98d6
...
...
@@ -5206,7 +5206,6 @@ struct BurnDriver BurnDrvcv_frostbite = {
272
,
228
,
4
,
3
};
// Cold Blood
static
struct
BurnRomInfo
cv_coldbloodRomDesc
[]
=
{
...
...
@@ -5225,3 +5224,22 @@ struct BurnDriver BurnDrvcv_coldblood = {
DrvInitSGM
,
DrvExit
,
DrvFrame
,
TMS9928ADraw
,
DrvScan
,
NULL
,
TMS9928A_PALETTE_SIZE
,
272
,
228
,
4
,
3
};
// Buck Rogers (SGM)
static
struct
BurnRomInfo
cv_buckrogsgmRomDesc
[]
=
{
{
"buck_rogers_super_game_colecovision_sgm"
,
0x40000
,
0xc4f1a85a
,
BRF_PRG
|
BRF_ESS
},
};
STDROMPICKEXT
(
cv_buckrogsgm
,
cv_buckrogsgm
,
cv_coleco
)
STD_ROM_FN
(
cv_buckrogsgm
)
struct
BurnDriver
BurnDrvcv_buckrogsgm
=
{
"cv_buckrogsgm"
,
NULL
,
"cv_coleco"
,
NULL
,
"2013"
,
"Buck Rogers SGM
\0
"
,
NULL
,
"Coleco"
,
"ColecoVision"
,
NULL
,
NULL
,
NULL
,
NULL
,
BDF_GAME_WORKING
,
2
,
HARDWARE_COLECO
,
GBF_MISC
,
0
,
CVGetZipName
,
cv_buckrogsgmRomInfo
,
cv_buckrogsgmRomName
,
NULL
,
NULL
,
NULL
,
NULL
,
ColecoInputInfo
,
ColecoDIPInfo
,
DrvInitSGM
,
DrvExit
,
DrvFrame
,
TMS9928ADraw
,
DrvScan
,
NULL
,
TMS9928A_PALETTE_SIZE
,
272
,
228
,
4
,
3
};
src/burn/drv/msx/d_msx.cpp
View file @
e44c98d6
...
...
@@ -18946,18 +18946,18 @@ struct BurnDriver BurnDrvMSX_cowabduct = {
272, 228, 4, 3
};
// Deep Dungeon
// Deep Dungeon
Adventure
static struct BurnRomInfo MSX_deepdunRomDesc[] = {
{ "
DDUNGEON.ROM
", 0x0
8
000, 0x
012e13d3
, BRF_PRG | BRF_ESS },
{ "
deepdung.rom
", 0x0
c
000, 0x
96bd10ee
, BRF_PRG | BRF_ESS },
};
STDROMPICKEXT(MSX_deepdun, MSX_deepdun, msx_msx)
STD_ROM_FN(MSX_deepdun)
struct BurnDriver BurnDrvMSX_deepdun = {
"msx_deepdun", NULL, "msx_msx", NULL, "20
08
",
"Deep Dungeon\0", NULL, "Trilobyte", "MSX",
"msx_deepdun", NULL, "msx_msx", NULL, "20
13
",
"Deep Dungeon
Adventure
\0", NULL, "Trilobyte", "MSX",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING, 2, HARDWARE_MSX, GBF_MISC, 0,
MSXGetZipName, MSX_deepdunRomInfo, MSX_deepdunRomName, NULL, NULL, NULL, NULL, MSXInputInfo, MSXDIPInfo,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment