summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jrpacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jrpacman.c')
-rw-r--r--src/mame/drivers/jrpacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jrpacman.c b/src/mame/drivers/jrpacman.c
index b75df11aefe..1ce0d37299f 100644
--- a/src/mame/drivers/jrpacman.c
+++ b/src/mame/drivers/jrpacman.c
@@ -191,7 +191,7 @@ static INPUT_PORTS_START( jrpacman )
PORT_DIPSETTING( 0x04, "2" )
PORT_DIPSETTING( 0x08, "3" )
PORT_DIPSETTING( 0x0c, "5" )
- PORT_DIPNAME( 0x30, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:5,6")
+ PORT_DIPNAME( 0x30, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:5,6")
PORT_DIPSETTING( 0x00, "10000" )
PORT_DIPSETTING( 0x10, "15000" )
PORT_DIPSETTING( 0x20, "20000" )