From 593ad6a07e7fcf355d7847b6c89a697a6fe658b5 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 22 Apr 2024 14:32:27 -0500 Subject: [PATCH] try again --- src/engine/sysDef.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 03211fae9..0a537f4a6 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)", NULL, 0x47, 0x47, 3, false, true, 0, false, 0, 0, 0, + "Commodore 64 (SID 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)", NULL, 0x07, 0x07, 3, false, true, 0, false, 0, 0, 0, + "Commodore 64 (SID 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"}, @@ -899,7 +899,7 @@ void DivEngine::registerSystems() { ); sysDefs[DIV_SYSTEM_TIA]=new DivSysDef( - "Atari 2600", NULL, 0x84, 0, 2, false, true, 0, false, 0, 0, 0, + "Atari TIA", NULL, 0x84, 0, 2, false, true, 0, false, 0, 0, 0, "it's a challenge to make music on this chip which barely has musical capabilities...", {"Channel 1", "Channel 2"}, {"CH1", "CH2"},