summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/latch.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-05-14 06:46:50 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-05-14 06:46:50 +0000
commit546fbff34966f4f5f62930dd73c064df90d4e51e (patch)
treea2e859303874d5ee6cda105c465983e5223d5675 /src/emu/machine/latch.c
parentc5a60146edfc6d9bf8ff7f398b0c3fa17b94b1e3 (diff)
devcv2 -> devcb (nw)
Diffstat (limited to 'src/emu/machine/latch.c')
-rw-r--r--src/emu/machine/latch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/latch.c b/src/emu/machine/latch.c
index 7d0952cafa8..4cb5ecd06b3 100644
--- a/src/emu/machine/latch.c
+++ b/src/emu/machine/latch.c
@@ -41,7 +41,7 @@ void output_latch_device::write(UINT8 data)
{
if (!m_resolved)
{
- // HACK: move to device_config_complete() when devcb2 supports that
+ // HACK: move to device_config_complete() when devcb supports that
m_bit0_handler.resolve_safe();
m_bit1_handler.resolve_safe();
m_bit2_handler.resolve_safe();