summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-15 18:50:22 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-15 18:50:22 -0500
commit1d3edcf253bcf99d89a8504d298687a6562fcf3a (patch)
tree6adfc44eba607460131046f59c55da02f7c9d626
parentfcf8b7f02d52264478228d0f8dbf6bcded4f8171 (diff)
term2: Hardware note (nw)
-rw-r--r--src/mame/drivers/midyunit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midyunit.cpp b/src/mame/drivers/midyunit.cpp
index 813faefb8c2..54cf88821c5 100644
--- a/src/mame/drivers/midyunit.cpp
+++ b/src/mame/drivers/midyunit.cpp
@@ -1245,7 +1245,7 @@ MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( term2, yunit_adpcm_6bit_faster )
- MCFG_ADC0844_ADD("adc")
+ MCFG_ADC0844_ADD("adc") // U2 on Coil Lamp Driver Board (A-14915)
MCFG_ADC0844_CH1_CB(IOPORT("STICK0_X"))
MCFG_ADC0844_CH2_CB(IOPORT("STICK0_Y"))
MCFG_ADC0844_CH3_CB(IOPORT("STICK1_X"))