summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i8089/i8089_ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i8089/i8089_ops.cpp')
-rw-r--r--src/devices/cpu/i8089/i8089_ops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i8089/i8089_ops.cpp b/src/devices/cpu/i8089/i8089_ops.cpp
index 271bfddbed0..a8399e20aaa 100644
--- a/src/devices/cpu/i8089/i8089_ops.cpp
+++ b/src/devices/cpu/i8089/i8089_ops.cpp
@@ -378,7 +378,7 @@ void i8089_channel_device::setb(int m, int b, int o)
// set interrupt service flip-flop
-void i8089_channel_device::sintr()
+void i8089_channel_device::do_sintr()
{
if (BIT(m_r[PSW].w, 4))
{