diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 0b30b7eb7..0cec489d6 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -1171,8 +1171,8 @@ void DivEngine::registerSystems() { sysDefs[DIV_SYSTEM_POKEMINI]=new DivSysDef( "Pokémon Mini", NULL, 0x99, 0, 1, false, true, 0, false, 0, "this one is like PC Speaker but has duty cycles.", - {"Square"}, - {"SQ"}, + {"Pulse"}, + {"P"}, {DIV_CH_PULSE}, {DIV_INS_POKEMINI} );