Input clock is too high for these chips

This commit is contained in:
cam900 2022-06-17 14:34:00 +09:00
parent 25af023dc6
commit 66f3f0e678
1 changed files with 2 additions and 2 deletions

View File

@ -260,13 +260,13 @@ void FurnaceGUI::initSystemPresets() {
));
cat.systems.push_back(FurnaceGUISysDef(
"TI SN94624", {
DIV_SYSTEM_SMS, 64, 0, 0x80,
DIV_SYSTEM_SMS, 64, 0, 0x182,
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"TI SN76494", {
DIV_SYSTEM_SMS, 64, 0, 0x84,
DIV_SYSTEM_SMS, 64, 0, 0x186,
0
}
));