summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-06-05 17:53:52 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2019-06-05 17:53:52 +0200
commit7a6f01539ce57226fda744de6b348400dcd1cd11 (patch)
treec6fb7f9432b05de9b1c2ea5f1e3a3afa8c085cef
parent9c9c8de501ec4b47274c27708fe170f9b357ce0f (diff)
galaxian.cpp: fixed MT07347 (nw)
-rw-r--r--src/mame/drivers/galaxian.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/galaxian.cpp b/src/mame/drivers/galaxian.cpp
index e9bad9df8cf..5be2ae8a0cf 100644
--- a/src/mame/drivers/galaxian.cpp
+++ b/src/mame/drivers/galaxian.cpp
@@ -4062,6 +4062,9 @@ static INPUT_PORTS_START( skybase )
PORT_MODIFY("IN0")
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNUSED )
+ PORT_DIPNAME( 0x20, 0x20, DEF_STR( Cabinet ) )
+ PORT_DIPSETTING( 0x20, DEF_STR( Upright ) )
+ PORT_DIPSETTING( 0x00, DEF_STR( Cocktail ) )
PORT_MODIFY("IN1")
PORT_DIPNAME( 0xc0, 0x00, DEF_STR( Coinage ) )