summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/seta/speedatk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/seta/speedatk.cpp')
-rw-r--r--src/mame/seta/speedatk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/seta/speedatk.cpp b/src/mame/seta/speedatk.cpp
index e02040f78d2..f4451ccfe26 100644
--- a/src/mame/seta/speedatk.cpp
+++ b/src/mame/seta/speedatk.cpp
@@ -551,7 +551,7 @@ static INPUT_PORTS_START( speedatk )
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) )
PORT_DIPSETTING( 0x80, DEF_STR( 1C_2C ) )
PORT_DIPSETTING( 0x40, DEF_STR( 1C_5C ) )
- PORT_DIPSETTING( 0xc0, "1 Coin/10 Credits" )
+ PORT_DIPSETTING( 0xc0, DEF_STR( 1C_10C ) )
PORT_START("P1_ROW0")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED )