summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m10.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-09-27 15:18:46 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-09-27 15:18:46 +0000
commit16cef70dc658d4d76b6dbf05db50d500b0fcf466 (patch)
tree0d0fed63b2eeec6b11c86a4ddf4b2b1b4e087045 /src/mame/drivers/m10.c
parent071935ac64769269e69a61c6314e156356b0752d (diff)
rm misplaced irem head on pcb info, it already is on top of the m10.c driver where it belongs
Diffstat (limited to 'src/mame/drivers/m10.c')
-rw-r--r--src/mame/drivers/m10.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mame/drivers/m10.c b/src/mame/drivers/m10.c
index 4f45aae9f2b..de56aeac3e1 100644
--- a/src/mame/drivers/m10.c
+++ b/src/mame/drivers/m10.c
@@ -754,6 +754,21 @@ static INPUT_PORTS_START( headoni )
PORT_DIPSETTING ( 0x10, "1 Coin 1 Play" )
PORT_DIPSETTING ( 0x20, "1 Coin 2 Plays" )
+// PORT_START("VR1")
+// PORT_ADJUSTER( 50, "Car Rumble Volume" )
+
+// PORT_START("VR2")
+// PORT_ADJUSTER( 50, "Collision Volume" )
+
+// PORT_START("VR3")
+// PORT_ADJUSTER( 50, "Tire Screech Volume" )
+
+// PORT_START("VR4")
+// PORT_ADJUSTER( 50, "Score Counter Volume" )
+
+// PORT_START("VR5")
+// PORT_ADJUSTER( 50, "Master Volume" )
+
PORT_START("FAKE")
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_COIN1 ) PORT_CHANGED_MEMBER(DEVICE_SELF, m10_state,coin_inserted, 0)