mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 20:35:06 +00:00
Input clock is too high for these chips
This commit is contained in:
parent
25af023dc6
commit
66f3f0e678
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue