mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-30 16:33:01 +00:00
More docs
This commit is contained in:
parent
b96ad65d58
commit
16d7cd3320
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
cat.systems.push_back(FurnaceGUISysDef(
|
cat.systems.push_back(FurnaceGUISysDef(
|
||||||
"MSX + SIMPL", {
|
"MSX + SIMPL", {
|
||||||
DIV_SYSTEM_AY8910, 64, 0, 16,
|
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
|
0
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue