Square -> Pulse

This commit is contained in:
tildearrow 2022-12-15 00:48:11 -05:00
parent b619580b4b
commit 301c473413

View file

@ -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}
); );