parent
5ce8c8790c
commit
7767ed6fb9
|
@ -55,7 +55,7 @@ DFB20211EF127B605849ABFD85300AFC Captain America and the Avengers (UE) GG Marve
|
||||||
3072B95CAFF526A8A7A7B7F9A23F9383 Casino Funpak (U) GG Card Game USA
|
3072B95CAFF526A8A7A7B7F9A23F9383 Casino Funpak (U) GG Card Game USA
|
||||||
096E525C29AF9F5A0A0DDD8B67DD8FBF Chakan (UE) GG USA;Europe
|
096E525C29AF9F5A0A0DDD8B67DD8FBF Chakan (UE) GG USA;Europe
|
||||||
4E50AB4ACE12827B73AC23C47AAF9B85 Championship Hockey (E) GG Sports;Hockey Europe
|
4E50AB4ACE12827B73AC23C47AAF9B85 Championship Hockey (E) GG Sports;Hockey Europe
|
||||||
C72556C76D431B545DD56BDCC536A89F Chase H.Q. (U) GG Racing USA
|
C72556C76D431B545DD56BDCC536A89F Chase H.Q. (U) GG Racing GG_in_SMS USA
|
||||||
63AF90497BDAC40CE4217C5133037A51 Cheese Cat-Astrophe Starring Speedy Gonzales (E) (En,Fr,De,Es) GG Europe
|
63AF90497BDAC40CE4217C5133037A51 Cheese Cat-Astrophe Starring Speedy Gonzales (E) (En,Fr,De,Es) GG Europe
|
||||||
B24D5C5548ACB3B35AAF02802B3BB7D5 The Chessmaster (UE) GG Board Game USA;Europe
|
B24D5C5548ACB3B35AAF02802B3BB7D5 The Chessmaster (UE) GG Board Game USA;Europe
|
||||||
A51438E3BA8C78DF665DF05B6310A38A Chicago Syndicate (UE) GG USA;Europe
|
A51438E3BA8C78DF665DF05B6310A38A Chicago Syndicate (UE) GG USA;Europe
|
||||||
|
|
|
@ -62,7 +62,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
|
||||||
{
|
{
|
||||||
Cpu.NonMaskableInterrupt = controller.IsPressed("Pause");
|
Cpu.NonMaskableInterrupt = controller.IsPressed("Pause");
|
||||||
}
|
}
|
||||||
else
|
else if (!IsGameGear && IsGameGear_C)
|
||||||
{
|
{
|
||||||
Cpu.NonMaskableInterrupt = controller.IsPressed("P1 Start");
|
Cpu.NonMaskableInterrupt = controller.IsPressed("P1 Start");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue