summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-06-18 09:58:01 +0100
committer smf- <smf-@users.noreply.github.com>2017-06-18 09:58:36 +0100
commitcef9b7f6c6178583d1afc5bea14bf9419809a811 (patch)
treee821205198e976c6cbe18d8161de92e1264b99fa
parent60994ee8709ef5092f8c098f6bcc2c391839e90e (diff)
eeekk! is a conversion of pacman, so it will have switch 7 & 8 even though the game doesn't use it [smf]
-rw-r--r--src/mame/drivers/pacman.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/pacman.cpp b/src/mame/drivers/pacman.cpp
index 52b70e6cf27..0bb9ed34baa 100644
--- a/src/mame/drivers/pacman.cpp
+++ b/src/mame/drivers/pacman.cpp
@@ -2384,12 +2384,12 @@ static INPUT_PORTS_START( eeekk )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1) PORT_NAME( "P1 Attack/2 Player Start" )
PORT_MODIFY("DSW1")
- PORT_DIPNAME( 0x03, 0x03, DEF_STR(Lives) ) PORT_DIPLOCATION("SW:1,2")
+ PORT_DIPNAME( 0x03, 0x03, DEF_STR(Lives) ) PORT_DIPLOCATION("SW:1,2")
PORT_DIPSETTING( 0x03, "3" )
PORT_DIPSETTING( 0x02, "4" )
PORT_DIPSETTING( 0x01, "5" )
PORT_DIPSETTING( 0x00, "6" )
- PORT_DIPNAME( 0x1c, 0x10, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW:3,4,5")
+ PORT_DIPNAME( 0x1c, 0x10, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW:3,4,5")
PORT_DIPSETTING( 0x00, "8 (Hard)" )
PORT_DIPSETTING( 0x04, "7" )
PORT_DIPSETTING( 0x08, "6" )
@@ -2398,11 +2398,11 @@ static INPUT_PORTS_START( eeekk )
PORT_DIPSETTING( 0x14, "3" )
PORT_DIPSETTING( 0x18, "2" )
PORT_DIPSETTING( 0x1c, "1 (Easy)" )
- PORT_DIPNAME( 0x20, 0x00, DEF_STR(Demo_Sounds) ) PORT_DIPLOCATION("SW:6")
+ PORT_DIPNAME( 0x20, 0x00, DEF_STR(Demo_Sounds) ) PORT_DIPLOCATION("SW:6")
PORT_DIPSETTING( 0x00, DEF_STR(On) )
PORT_DIPSETTING( 0x20, DEF_STR(Off) )
- PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN )
- PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
+ PORT_DIPUNUSED_DIPLOC( 0x40, IP_ACTIVE_LOW, "SW:7")
+ PORT_DIPUNUSED_DIPLOC( 0x80, IP_ACTIVE_LOW, "SW:8")
INPUT_PORTS_END
static INPUT_PORTS_START( vanvan )