Skip to content

Commit 9fa8413

Browse files
committed
seta/seta.cpp: Fixed undocumented Dragon Unit DIP switch settings.
1 parent 131f4bb commit 9fa8413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mame/seta/seta.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)