From c4f2090b48607c1773b748b0e0cacd8b51004262 Mon Sep 17 00:00:00 2001 From: cam900 Date: Thu, 3 Mar 2022 13:07:16 +0900 Subject: [PATCH] Deflemask compatibility --- src/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 5b4fc813..dd2349c2 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -6655,7 +6655,7 @@ FurnaceGUI::FurnaceGUI(): )); cat.systems.push_back(FurnaceGUISysDef( "Arcade (YM2151 and SegaPCM)", { - DIV_SYSTEM_YM2151, 64, 0, 2, + DIV_SYSTEM_YM2151, 64, 0, 0, DIV_SYSTEM_SEGAPCM_COMPAT, 64, 0, 0, 0 }