diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 500c26bed..03211fae9 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -791,7 +791,7 @@ void DivEngine::registerSystems() { ); sysDefs[DIV_SYSTEM_C64_6581]=new DivSysDef( - "Commodore 64 (6581 SID)", NULL, 0x47, 0x47, 3, false, true, 0, false, 0, 0, 0, + "Commodore 64 (6581)", NULL, 0x47, 0x47, 3, false, true, 0, false, 0, 0, 0, "this computer is powered by the SID chip, which had synthesizer features like a filter and ADSR.", {"Channel 1", "Channel 2", "Channel 3"}, {"CH1", "CH2", "CH3"}, @@ -803,7 +803,7 @@ void DivEngine::registerSystems() { ); sysDefs[DIV_SYSTEM_C64_8580]=new DivSysDef( - "Commodore 64 (8580 SID)", NULL, 0x07, 0x07, 3, false, true, 0, false, 0, 0, 0, + "Commodore 64 (8580)", NULL, 0x07, 0x07, 3, false, true, 0, false, 0, 0, 0, "this computer is powered by the SID chip, which had synthesizer features like a filter and ADSR.\nthis is the newer revision of the chip.", {"Channel 1", "Channel 2", "Channel 3"}, {"CH1", "CH2", "CH3"}, @@ -834,7 +834,7 @@ void DivEngine::registerSystems() { sysDefs[DIV_SYSTEM_YM2610_EXT]=new DivSysDef( "Neo Geo CD Extended Channel 2", NULL, 0x49, 0x49, 16, true, true, 0x151, false, (1U<