summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/attache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/attache.cpp')
-rw-r--r--src/mame/drivers/attache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/attache.cpp b/src/mame/drivers/attache.cpp
index 71349b6ee7f..aa6d08f171e 100644
--- a/src/mame/drivers/attache.cpp
+++ b/src/mame/drivers/attache.cpp
@@ -906,7 +906,7 @@ WRITE8_MEMBER(attache816_state::z80_comms_ctrl_w)
WRITE_LINE_MEMBER(attache816_state::ppi_irq)
{
if(m_x86_irq_enable & 0x01)
- m_extcpu->set_input_line_and_vector(0,state,0x03);
+ m_extcpu->set_input_line_and_vector(0,state,0x03); // I8086
}
WRITE_LINE_MEMBER(attache816_state::x86_dsr)