File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4483,9 +4483,9 @@ static INPUT_PORTS_START( drgnunit )
44834483 PORT_DIPSETTING( 0x0030, "3" )
44844484 PORT_DIPSETTING( 0x0020, "5" )
44854485 PORT_DIPUNUSED_DIPLOC( 0x0040, 0x0040, "SW1:7" ) // Labeled "Don't Touch" in manual
4486- PORT_DIPNAME( 0x0080, 0x0080, "Timer " ) PORT_DIPLOCATION("SW1:8") // Labeled "Don't Touch" in manual but it seems to work fine
4487- PORT_DIPSETTING( 0x0080, "110" )
4488- PORT_DIPSETTING( 0x0000, "130 " )
4486+ PORT_DIPNAME( 0x0080, 0x0080, "Stage Time " ) PORT_DIPLOCATION("SW1:8") // Labeled "Don't Touch" in manual but it seems to work fine
4487+ PORT_DIPSETTING( 0x0080, DEF_STR( Normal ) )
4488+ PORT_DIPSETTING( 0x0000, "Extra 20s " )
44894489
44904490 PORT_DIPUNUSED_DIPLOC( 0x0100, 0x0100, "SW2:1" ) // Labeled "Don't Touch" in manual
44914491 PORT_DIPNAME( 0x0200, 0x0200, DEF_STR( Flip_Screen ) ) PORT_DIPLOCATION("SW2:2")
You can’t perform that action at this time.
0 commit comments