Fix AY VGM output, Fix presets

This commit is contained in:
cam900 2022-05-15 00:58:00 +09:00
parent 8e50ad8c90
commit f62f6ed77b
2 changed files with 35 additions and 3 deletions

View file

@ -647,11 +647,12 @@ void FurnaceGUI::initSystemPresets() {
"MSX + Darky", {
DIV_SYSTEM_AY8910, 64, 0, 16,
DIV_SYSTEM_AY8930, 64, 0, 139, // 3.58MHz
DIV_SYSTEM_AY8930, 64, 0, 140, // 3.58MHz or 3.6MHz selectable via register
DIV_SYSTEM_AY8930, 64, 0, 139, // 3.58MHz or 3.6MHz selectable via register
// per-channel mixer (soft panning, post processing) isn't emulated at all
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"MSX + SCC", {
DIV_SYSTEM_AY8910, 64, 0, 16,
DIV_SYSTEM_SCC, 64, 0, 0,