diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 52806aa70..5e9b81b95 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -1137,7 +1137,7 @@ void DivEngine::registerSystems() { sysDefs[DIV_SYSTEM_PCSPKR]=new DivSysDef( "PC Speaker", NULL, 0x93, 0, 1, false, true, 0, false, 0, - "good luck!", + "good luck! you get one square and no volume control.", {"Square"}, {"SQ"}, {DIV_CH_PULSE}, @@ -1146,7 +1146,7 @@ void DivEngine::registerSystems() { sysDefs[DIV_SYSTEM_PONG]=new DivSysDef( "Pong", NULL, 0xfc, 0, 1, false, true, 0, false, 0, - "LOL", + "please don't use this chip. it was added as a joke.", {"Square"}, {"SQ"}, {DIV_CH_PULSE}, @@ -1890,7 +1890,7 @@ void DivEngine::registerSystems() { sysDefs[DIV_SYSTEM_C140]=new DivSysDef( "Namco C140", NULL, 0xce, 0, 24, false, true, 0x161, false, (1U<