replace AArt µPD1771C core with MAME
This commit is contained in:
parent
00ad4e4a46
commit
97402e6d41
20 changed files with 1126 additions and 380 deletions
|
|
@ -2061,8 +2061,8 @@ void DivEngine::registerSystems() {
|
|||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_UPD1771C]=new DivSysDef(
|
||||
_("NEC μPD1771C"), NULL, 0xe4, 0, 1, false, true, 0, false, 0, 0, 0,
|
||||
_("this was an SoC with some funky wavetable/noise hardware"),
|
||||
_("NEC μPD1771C-017 (wave mode)"), NULL, 0xe4, 0, 1, false, true, 0, false, 0, 0, 0,
|
||||
_("a microcontroller which has been used as a sound generator in the Super Cassette Vision. this is the waveform mode."),
|
||||
{_("Wave/Noise")},
|
||||
{"W"},
|
||||
{DIV_CH_NOISE},
|
||||
|
|
@ -2074,6 +2074,17 @@ void DivEngine::registerSystems() {
|
|||
}
|
||||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_UPD1771C_TONE]=new DivSysDef(
|
||||
_("NEC μPD1771C-017 (tone mode)"), NULL, 0xe5, 0, 4, false, true, 0, false, 0, 0, 0,
|
||||
_("a microcontroller which has been used as a sound generator in the Super Cassette Vision. this is the tone mode."),
|
||||
{_("Square 1"), _("Square 2"), _("Square 3"), _("Noise")},
|
||||
{"W"},
|
||||
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_NOISE},
|
||||
{DIV_INS_BEEPER, DIV_INS_BEEPER, DIV_INS_BEEPER, DIV_INS_UPD1771C},
|
||||
{},
|
||||
{}
|
||||
);
|
||||
|
||||
sysDefs[DIV_SYSTEM_SM8521]=new DivSysDef(
|
||||
_("Sharp SM8521"), NULL, 0xc8, 0, 3, false, true, 0, false, 0, 32, 16,
|
||||
_("a SoC with wavetable sound hardware."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue