Fix YM2151 clock in CPS-1

This commit is contained in:
cam900 2022-06-21 06:54:18 +09:00 committed by GitHub
parent df21621ce7
commit b3201853bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1405,7 +1405,7 @@ void FurnaceGUI::initSystemPresets() {
));
cat.systems.push_back(FurnaceGUISysDef(
"Capcom CPS-1", {
DIV_SYSTEM_YM2151, 64, 0, 2,
DIV_SYSTEM_YM2151, 64, 0, 0, // 3.58MHz
DIV_SYSTEM_MSM6295, 64, 0, 0,
0
}