summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/icebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/icebox.cpp')
-rw-r--r--src/mame/drivers/icebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/icebox.cpp b/src/mame/drivers/icebox.cpp
index 9c2a70ee9ea..c70cca95309 100644
--- a/src/mame/drivers/icebox.cpp
+++ b/src/mame/drivers/icebox.cpp
@@ -290,7 +290,7 @@ void icebox_state::port_f1_w(u8 data)
WRITE_LINE_MEMBER(icebox_state::drq_w)
{
if (BIT(m_f1, 2))
- m_maincpu->set_input_line_and_vector(INPUT_LINE_IRQ0, state ? ASSERT_LINE : CLEAR_LINE, 0x00);
+ m_maincpu->set_input_line_and_vector(INPUT_LINE_IRQ0, state ? ASSERT_LINE : CLEAR_LINE, 0x00); // Z80
}
static void floppies(device_slot_interface &device)