Skip to content

Commit

Permalink
GUI: fix X68000 preset
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Sep 13, 2023
1 parent 8cac04d commit 41e93cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/presets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 41e93cf

Please sign in to comment.