Fix configuration description

This commit is contained in:
cam900 2022-05-05 15:43:59 +09:00
parent 9109d2c64f
commit 96f303ac9f
2 changed files with 3 additions and 3 deletions

View file

@ -257,7 +257,7 @@ void FurnaceGUI::initSystemPresets() {
cat.systems.push_back(FurnaceGUISysDef(
"NES with Sunsoft 5B", {
DIV_SYSTEM_NES, 64, 0, 0,
DIV_SYSTEM_AY8910, 64, 0, 38,
DIV_SYSTEM_AY8910, 64, 0, 32,
0
}
));