From 1e891e5e5f57aca6fbdae2ffa76b41bd20d39511 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 29 Jan 2025 04:12:01 -0500 Subject: [PATCH] aaaaaaaaaaa --- src/engine/sysDef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 59b295aa5..49522fac4 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -2078,7 +2078,7 @@ void DivEngine::registerSystems() { _("NEC μPD1771C-017 (tone mode)"), NULL, 0xe5, 0, 4, false, true, 0, false, 0, 0, 0, _("a microcontroller which has been used as a sound generator in the Super Cassette Vision. this is the tone mode."), {_("Square 1"), _("Square 2"), _("Square 3"), _("Noise")}, - {"W"}, + {"S1", "S2", "S3", "NO"}, {DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_NOISE}, {DIV_INS_BEEPER, DIV_INS_BEEPER, DIV_INS_BEEPER, DIV_INS_UPD1771C}, {},