diff options
author | 2025-01-25 08:23:47 +0100 | |
---|---|---|
committer | 2025-01-25 08:23:47 +0100 | |
commit | 7914c49affafc0f3b4183f31a546b46ac8d38016 (patch) | |
tree | 9c5a3929f124728c1e2020de0ca22179cc690074 | |
parent | fc11cdd770be86973ae9b364a72d9284fb357c2b (diff) |
seta/seta.cpp: identified an unknown DIP switch for drgnunit [GoldS_TCRF]
-rw-r--r-- | src/mame/seta/seta.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/seta/seta.cpp b/src/mame/seta/seta.cpp index f970931e547..51859e7022c 100644 --- a/src/mame/seta/seta.cpp +++ b/src/mame/seta/seta.cpp @@ -4483,9 +4483,9 @@ static INPUT_PORTS_START( drgnunit ) PORT_DIPSETTING( 0x0030, "3" ) PORT_DIPSETTING( 0x0020, "5" ) PORT_DIPUNUSED_DIPLOC( 0x0040, 0x0040, "SW1:7" ) // Labeled "Don't Touch" in manual - PORT_DIPNAME( 0x0080, 0x0080, "Unknown 1-8*" ) PORT_DIPLOCATION("SW1:8") // Labeled "Don't Touch" in manual (seems to be used though) - PORT_DIPSETTING( 0x0080, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) + PORT_DIPNAME( 0x0080, 0x0080, "Timer" ) PORT_DIPLOCATION("SW1:8") // Labeled "Don't Touch" in manual but it seems to work fine + PORT_DIPSETTING( 0x0080, "110" ) + PORT_DIPSETTING( 0x0000, "130" ) PORT_DIPUNUSED_DIPLOC( 0x0100, 0x0100, "SW2:1" ) // Labeled "Don't Touch" in manual PORT_DIPNAME( 0x0200, 0x0200, DEF_STR( Flip_Screen ) ) PORT_DIPLOCATION("SW2:2") |