From 16d7cd33202797868ef766fc212b3a71aaffec93 Mon Sep 17 00:00:00 2001 From: cam900 Date: Sun, 21 Aug 2022 14:08:14 +0900 Subject: [PATCH] More docs --- src/gui/presets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 18bcc5097..04049bdfc 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -885,7 +885,7 @@ void FurnaceGUI::initSystemPresets() { cat.systems.push_back(FurnaceGUISysDef( "MSX + SIMPL", { DIV_SYSTEM_AY8910, 64, 0, 16, - DIV_SYSTEM_PCM_DAC, 64, 0, 55929|(7<<16), // variable rate, DAC + DIV_SYSTEM_PCM_DAC, 64, 0, 55929|(7<<16), // variable rate, Mono DAC 0 } ));