summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-25 20:47:15 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-03-25 20:47:15 -0400
commit770356315a434c9465510addb96211e060f8a928 (patch)
tree151dbb3b6b2e733e6c240c376ca7221374e1a527
parent68061e47aa1408f7cbaf3a252012ea25533714d8 (diff)
Source of silly quote (nw)
-rw-r--r--src/mame/drivers/oneshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/oneshot.cpp b/src/mame/drivers/oneshot.cpp
index bbf33b5d170..ccbebdc4b76 100644
--- a/src/mame/drivers/oneshot.cpp
+++ b/src/mame/drivers/oneshot.cpp
@@ -285,7 +285,7 @@ static INPUT_PORTS_START( maddonna )
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_START2 )
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN )
- // "Very important ! (Sehr WICHTIG) 4-Way Joystick !!!"
+ // "Very important ! (Sehr WICHTIG) 4-Way Joystick !!!" (Tuning manual)
PORT_START("P1")
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP ) PORT_4WAY PORT_PLAYER(1)
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_JOYSTICK_DOWN ) PORT_4WAY PORT_PLAYER(1)