summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-04-16 12:30:12 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-04-16 12:30:12 -0400
commitec1cf1e4e9a4ddcc52791671e556cce73b8345c2 (patch)
treecd1193027deb8b34740735650c0397141c0775cd
parent06d0092861886eb20f3cb088f1fa7d16453022b1 (diff)
oscar: Hardware note (nw)
-rw-r--r--src/mame/drivers/dec8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dec8.cpp b/src/mame/drivers/dec8.cpp
index 36b83b7bd28..42acaf4f8f1 100644
--- a/src/mame/drivers/dec8.cpp
+++ b/src/mame/drivers/dec8.cpp
@@ -2334,7 +2334,7 @@ MACHINE_CONFIG_START(dec8_state::oscar)
/* NMIs are caused by the main CPU */
MCFG_QUANTUM_TIME(attotime::from_hz(2400)) /* 40 CPU slices per frame */
- MCFG_INPUT_MERGER_ANY_LOW("coin")
+ MCFG_INPUT_MERGER_ANY_LOW("coin") // 1S1588 x3 (D1-D3) + RCDM-I5
MCFG_INPUT_MERGER_OUTPUT_HANDLER(WRITELINE(dec8_state, oscar_coin_irq))
/* video hardware */