summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2024-12-13 19:52:21 +0100
committer Roberto Fresca <robbie@robertofresca.com>2024-12-13 19:52:21 +0100
commit008f85b7e201d6502e2403f4f9997cf5d3609080 (patch)
treef823b46cfdee0f095a66c7ad794bf7d86439ea01 /src
parent290a0aea85d4dfdd5ee6bb0c8599808c1fd51d1e (diff)
Jack Potten's poker with Fever: Added coinage DSW.
Diffstat (limited to 'src')
-rw-r--r--src/mame/misc/goldnpkr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/misc/goldnpkr.cpp b/src/mame/misc/goldnpkr.cpp
index 02014f1cf42..3edac386368 100644
--- a/src/mame/misc/goldnpkr.cpp
+++ b/src/mame/misc/goldnpkr.cpp
@@ -4476,9 +4476,9 @@ static INPUT_PORTS_START( glfever )
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:2")
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:3")
- PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x00, DEF_STR( On ) )
+ PORT_DIPNAME( 0x40, 0x40, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:3")
+ PORT_DIPSETTING( 0x40, "Coin In: 1c-5c; Note In: 1n-50c" )
+ PORT_DIPSETTING( 0x00, "Coin In: 1c-1c; Note In: 1n-10c" )
PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:4")
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )