Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Feb 17, 2025
2 parents 466dec8 + 669c97e commit 4f94d79
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/burn/drv/spectrum/d_spectrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43640,7 +43640,7 @@ struct BurnDriver BurnSpecMoonrangerv2 = {
// MoonRN (48K) (HB)

static struct BurnRomInfo SpecMoonrnRomDesc[] = {
{ "MoonRN 48K-AY (2025)(Snauts).tap", 20171, 0xa7f3238c, BRF_ESS | BRF_PRG },
{ "MoonRN 48K-AY (2025)(Snauts).tap", 22900, 0xeb41580e, BRF_ESS | BRF_PRG },
};

STDROMPICKEXT(SpecMoonrn, SpecMoonrn, Spectrum)
Expand All @@ -43652,25 +43652,6 @@ struct BurnDriver BurnSpecMoonrn = {
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_SPECTRUM, GBF_ACTION, 0,
SpectrumGetZipName, SpecMoonrnRomInfo, SpecMoonrnRomName, NULL, NULL, NULL, NULL, SpecInputInfo, SpecDIPInfo,
SpecSlowTAPInit, SpecExit, SpecFrame, SpecDraw, SpecScan,
&SpecRecalc, 0x10, 288, 224, 4, 3
};

// MoonRN (48K) (HB, v2)

static struct BurnRomInfo SpecMoonrnaltRomDesc[] = {
{ "MoonRN 48K-AY v2 (2025)(Snauts).tap", 22900, 0xeb41580e, BRF_ESS | BRF_PRG },
};

STDROMPICKEXT(SpecMoonrnalt, SpecMoonrnalt, Spectrum)
STD_ROM_FN(SpecMoonrnalt)

struct BurnDriver BurnSpecMoonrnalt = {
"spec_moonrnalt", "spec_moonrn", "spec_spectrum", NULL, "2025",
"MoonRN (48K) (HB, v2)\0", "AY Sound supported", "Snauts", "ZX Spectrum",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HOMEBREW, 1, HARDWARE_SPECTRUM, GBF_ACTION, 0,
SpectrumGetZipName, SpecMoonrnaltRomInfo, SpecMoonrnaltRomName, NULL, NULL, NULL, NULL, SpecInputInfo, SpecDIPInfo,
SpecInit, SpecExit, SpecFrame, SpecDraw, SpecScan,
&SpecRecalc, 0x10, 288, 224, 4, 3
};
Expand Down

0 comments on commit 4f94d79

Please sign in to comment.