summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/isa.cpp')
-rw-r--r--src/devices/bus/isa/isa.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/isa.cpp b/src/devices/bus/isa/isa.cpp
index 303ffb289ae..df21453268f 100644
--- a/src/devices/bus/isa/isa.cpp
+++ b/src/devices/bus/isa/isa.cpp
@@ -409,9 +409,9 @@ void isa8_device::eop_w(int channel, int state)
m_dma_device[channel]->eop_w(state);
}
-void isa8_device::set_ready(bool ready)
+void isa8_device::set_ready(int state)
{
- m_write_iochrdy(ready);
+ m_write_iochrdy(state);
}
void isa8_device::nmi()