More docs

This commit is contained in:
cam900 2022-08-21 14:08:14 +09:00
parent b96ad65d58
commit 16d7cd3320
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
));