diff options
author | 2025-02-23 12:48:24 +0100 | |
---|---|---|
committer | 2025-02-23 12:48:24 +0100 | |
commit | 7fd5d31a790854cbb87e9115f3896db46f5cce83 (patch) | |
tree | 1cabcc626e00c3e30d138a54f2b291bef38fd350 | |
parent | c28dccddba1734d7475f53a59f13504f4a140bb8 (diff) |
misc/gms.cpp: added a couple more inputs for baile
-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 ef821d96b99..b762f9e6671 100644 --- a/src/mame/misc/gms.cpp +++ b/src/mame/misc/gms.cpp @@ -1312,11 +1312,11 @@ static INPUT_PORTS_START( baile ) PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME( "Tie Bet" ) - PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNKNOWN ) + PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_GAMBLE_D_UP ) PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME( "Player Bet" ) PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME( "Banker Bet" ) PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME( "Bet Modifier" ) - PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_UNKNOWN ) + PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_NAME( "Flip Card / Show Odds" ) PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_POKER_CANCEL ) PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_UNKNOWN ) |