summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toaplan1.c')
-rw-r--r--src/mame/drivers/toaplan1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toaplan1.c b/src/mame/drivers/toaplan1.c
index 2a0e3d3d10a..ce321be3395 100644
--- a/src/mame/drivers/toaplan1.c
+++ b/src/mame/drivers/toaplan1.c
@@ -1104,7 +1104,7 @@ static INPUT_PORTS_START( hellfire )
PORT_START("DSWB")
TOAPLAN_DIFFICULTY
PORT_DIPNAME( 0x0c, 0x00, DEF_STR( Bonus_Life ) ) /* table at 0x00390e ('hellfire') */
- PORT_DIPSETTING( 0x00, "70k 270k 200k+" ) /* / 0x0030f0 ('hellfire1') */
+ PORT_DIPSETTING( 0x00, "70k 270k 200k+" ) /* / 0x0030f0 ('hellfire1') */
PORT_DIPSETTING( 0x04, "100k 350k 250k+" ) /* / 0x003aac ('hellfire2a') */
PORT_DIPSETTING( 0x08, "100k Only" ) /* / 0x00329c ('hellfire1a') */
PORT_DIPSETTING( 0x0c, "200k Only" )