diff options
author | 2025-02-23 14:51:16 +0100 | |
---|---|---|
committer | 2025-02-23 14:51:16 +0100 | |
commit | b6c653f663d4c03f1271caf6eeb33aa708e35fb2 (patch) | |
tree | b41ac22343a03bc88c15cd9ab9553a8959d0a10b | |
parent | 7fd5d31a790854cbb87e9115f3896db46f5cce83 (diff) |
misc/gms.cpp: added a couple more inputs for sscs
-rw-r--r-- | src/mame/misc/gms.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/misc/gms.cpp b/src/mame/misc/gms.cpp index b762f9e6671..4a99032366d 100644 --- a/src/mame/misc/gms.cpp +++ b/src/mame/misc/gms.cpp @@ -1093,8 +1093,8 @@ static INPUT_PORTS_START( sscs ) PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME( "Open card" ) PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_NAME( "1 key" ) // also used for up in the 'secret' test mode PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_BUTTON6 ) // used for down in the 'secret' test mode - PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_UNKNOWN ) + PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) + PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_GAMBLE_BET ) PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME( "Abandon" ) PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME( "Look at the card" ) |