summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suna8.cpp
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2020-01-14 15:53:05 +0100
committer GitHub <noreply@github.com>2020-01-14 15:53:05 +0100
commit812f497131b9d72f29b77b06bb97c39eaef02e87 (patch)
tree13ec0d848c14eaf30d2ce49f15ee1b82cdd7360d /src/mame/drivers/suna8.cpp
parent7df59b1998a276b62773e7f39789728fa19311cb (diff)
brickzn defaults (nw)
Diffstat (limited to 'src/mame/drivers/suna8.cpp')
-rw-r--r--src/mame/drivers/suna8.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/drivers/suna8.cpp b/src/mame/drivers/suna8.cpp
index 9ee1e95d674..18270ce7032 100644
--- a/src/mame/drivers/suna8.cpp
+++ b/src/mame/drivers/suna8.cpp
@@ -1533,7 +1533,7 @@ static INPUT_PORTS_START( brickzn )
PORT_DIPSETTING( 0x06, DEF_STR( 1C_2C ) )
PORT_DIPSETTING( 0x05, DEF_STR( 1C_3C ) )
PORT_DIPSETTING( 0x04, DEF_STR( 1C_4C ) )
- PORT_DIPNAME( 0x38, 0x18, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW-A:4,5,6")
+ PORT_DIPNAME( 0x38, 0x38, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW-A:4,5,6")
PORT_DIPSETTING( 0x38, DEF_STR( Easiest ) )
PORT_DIPSETTING( 0x30, DEF_STR( Very_Easy) )
PORT_DIPSETTING( 0x28, DEF_STR( Easy ) )
@@ -1557,7 +1557,7 @@ static INPUT_PORTS_START( brickzn )
PORT_DIPNAME( 0x04, 0x04, "Play Together" ) PORT_DIPLOCATION("SW-B:3")
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
PORT_DIPSETTING( 0x04, DEF_STR( Yes ) )
- PORT_DIPNAME( 0x38, 0x30, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW-B:4,5,6")
+ PORT_DIPNAME( 0x38, 0x38, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW-B:4,5,6")
PORT_DIPSETTING( 0x30, "10K" )
PORT_DIPSETTING( 0x28, "30K" )
PORT_DIPSETTING( 0x18, "50K, Every 50K" )
@@ -1599,14 +1599,13 @@ static INPUT_PORTS_START( brickzn )
PORT_CONFSETTING( 0x40, DEF_STR( Off ) )
PORT_CONFSETTING( 0x00, DEF_STR( On ) )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Finish Stage (Cheat)")
-
INPUT_PORTS_END
static INPUT_PORTS_START( brickznv6 )
PORT_INCLUDE(brickzn)
PORT_MODIFY("DSW2") // DSW 2 - $c103
- PORT_DIPNAME( 0x18, 0x10, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW-B:4,5")
+ PORT_DIPNAME( 0x18, 0x18, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW-B:4,5")
PORT_DIPSETTING( 0x18, "None" )
PORT_DIPSETTING( 0x10, "10K" )
PORT_DIPSETTING( 0x08, "30K" )