mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
GUI: fix X68000 preset
This commit is contained in:
parent
8cac04d917
commit
41e93cf9a7
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ void FurnaceGUI::initSystemPresets() {
|
|||
ENTRY(
|
||||
"Sharp X68000", {
|
||||
CH(DIV_SYSTEM_YM2151, 1.0f, 0, "clockSel=2"),
|
||||
CH(DIV_SYSTEM_MSM6258, 1.0f, 0, "")
|
||||
CH(DIV_SYSTEM_MSM6258, 1.0f, 0, "clockSel=2")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
|
|
Loading…
Reference in a new issue