summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m1comm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m1comm.cpp')
-rw-r--r--src/mame/machine/m1comm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/m1comm.cpp b/src/mame/machine/m1comm.cpp
index 086dc5a0fab..31f3b612dbb 100644
--- a/src/mame/machine/m1comm.cpp
+++ b/src/mame/machine/m1comm.cpp
@@ -210,7 +210,7 @@ WRITE8_MEMBER(m1comm_device::dma_mem_w)
WRITE_LINE_MEMBER(m1comm_device::dlc_int7_w)
{
- m_cpu->set_input_line_and_vector(0, state ? ASSERT_LINE : CLEAR_LINE, 0xff);
+ m_cpu->set_input_line_and_vector(0, state ? ASSERT_LINE : CLEAR_LINE, 0xff); // Z80
}
READ8_MEMBER(m1comm_device::syn_r)
@@ -303,7 +303,7 @@ void m1comm_device::check_vint_irq()
#ifndef M1COMM_SIMULATION
if (m_syn & 0x02)
{
- m_cpu->set_input_line_and_vector(0, HOLD_LINE, 0xef);
+ m_cpu->set_input_line_and_vector(0, HOLD_LINE, 0xef); // Z80
}
#else
comm_tick();