summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2018-06-20 19:23:07 -0400
committer Scott Stone <tafoid@gmail.com>2018-06-20 19:23:07 -0400
commit44ea2b653b95d01bf74f4d0a9b5217d9e8d51549 (patch)
treec3ac5c470489366583b7f843c5f332b07af505e0
parent5cf1876feb98aa16de2eb8cc871830f67e74ae2d (diff)
missile.cpp: Fix default ball type to large (nw)
-rw-r--r--src/mame/drivers/missile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/missile.cpp b/src/mame/drivers/missile.cpp
index 9a3e7771b84..6cb41c0386b 100644
--- a/src/mame/drivers/missile.cpp
+++ b/src/mame/drivers/missile.cpp
@@ -1022,7 +1022,7 @@ static INPUT_PORTS_START( missile )
PORT_DIPNAME( 0x04, 0x04, "Bonus Credit for 4 Coins" ) PORT_DIPLOCATION("R8:!3")
PORT_DIPSETTING( 0x04, DEF_STR( No ) )
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )
- PORT_DIPNAME( 0x08, 0x00, "Trackball Size" ) PORT_DIPLOCATION("R8:!4")
+ PORT_DIPNAME( 0x08, 0x08, "Trackball Size" ) PORT_DIPLOCATION("R8:!4")
PORT_DIPSETTING( 0x00, "Mini" ) // Faster Cursor Speed
PORT_DIPSETTING( 0x08, "Large" ) // Slower Cursor Speed
PORT_DIPNAME( 0x70, 0x70, "Bonus City" ) PORT_DIPLOCATION("R8:!5,!6,!7")