summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/majorpkr.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-09-16 16:37:22 +1000
committer Vas Crabb <vas@vastheman.com>2020-09-16 16:37:22 +1000
commitb1f32927f352db803325c7534a6824d778481648 (patch)
treeb119370bcc02da6d4dd0568926089eaa857a5b48 /src/mame/drivers/majorpkr.cpp
parentcfd3c1fac6cb64b500663d2dab1cf4ea2965a336 (diff)
Cleaned up inputs a little.
Removed the IPT_POKER_BET, replacing it with IPT_GAMBLE_BET. Re-organised the order of input types in the source and the documentation to better reflect how they're logically grouped or organised on a mahjong or gambling control panel. Made the blackjack, poker and slots documentation headings subheadings under the gambling heading. Cleaned up inputs for a number of gambling games.
Diffstat (limited to 'src/mame/drivers/majorpkr.cpp')
-rw-r--r--src/mame/drivers/majorpkr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/majorpkr.cpp b/src/mame/drivers/majorpkr.cpp
index ebdab3e6aba..6eb75578519 100644
--- a/src/mame/drivers/majorpkr.cpp
+++ b/src/mame/drivers/majorpkr.cpp
@@ -841,7 +841,7 @@ static INPUT_PORTS_START( majorpkr )
PORT_BIT( 0xfd, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_START("IN1")
- PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_POKER_BET )
+ PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_GAMBLE_BET )
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_GAMBLE_DEAL )
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_GAMBLE_D_UP )
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_GAMBLE_TAKE )