Square -> Pulse
This commit is contained in:
parent
b619580b4b
commit
301c473413
|
@ -1171,8 +1171,8 @@ void DivEngine::registerSystems() {
|
||||||
sysDefs[DIV_SYSTEM_POKEMINI]=new DivSysDef(
|
sysDefs[DIV_SYSTEM_POKEMINI]=new DivSysDef(
|
||||||
"Pokémon Mini", NULL, 0x99, 0, 1, false, true, 0, false, 0,
|
"Pokémon Mini", NULL, 0x99, 0, 1, false, true, 0, false, 0,
|
||||||
"this one is like PC Speaker but has duty cycles.",
|
"this one is like PC Speaker but has duty cycles.",
|
||||||
{"Square"},
|
{"Pulse"},
|
||||||
{"SQ"},
|
{"P"},
|
||||||
{DIV_CH_PULSE},
|
{DIV_CH_PULSE},
|
||||||
{DIV_INS_POKEMINI}
|
{DIV_INS_POKEMINI}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue