From 47c5fcc39e83f18ef88062f44b798d616e48f05e Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Thu, 11 Nov 2021 20:54:40 -0500 Subject: [PATCH] SMS: foix pop breaker --- src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.Input.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.Input.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.Input.cs index 416125132d..92240f1294 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.Input.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.Input.cs @@ -184,7 +184,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem _lagged = false; - byte value = 0xFF; + byte value = 0xC0; if ((_controller.IsPressed("Pause") && !IsGameGear) || (_controller.IsPressed("P1 Start") && IsGameGear_C)) {