summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midyunit.cpp')
-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"))