From 44ea2b653b95d01bf74f4d0a9b5217d9e8d51549 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 20 Jun 2018 19:23:07 -0400 Subject: missile.cpp: Fix default ball type to large (nw) --- src/mame/drivers/missile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3