diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs index aab80c8333..1af66ded8e 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs @@ -643,6 +643,10 @@ namespace BizHawk.Emulation.Common [VSystemID.Raw.SAT] = new() { ["Smpc Reset"] = 's', + ["St-V Test"] = 'T', + ["St-V Service"] = 'V', + ["St-V Pause"] = 'P', + ["Insert Coin"] = 'c', ["D-Pad Up"] = 'U', ["D-Pad Down"] = 'D', ["D-Pad Left"] = 'L',