summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/zx8302.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/zx8302.cpp')
-rw-r--r--src/mame/machine/zx8302.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/zx8302.cpp b/src/mame/machine/zx8302.cpp
index 5d17d2c1e19..f161efc364e 100644
--- a/src/mame/machine/zx8302.cpp
+++ b/src/mame/machine/zx8302.cpp
@@ -238,7 +238,6 @@ void zx8302_device::device_timer(emu_timer &timer, device_timer_id id, int param
break;
default:
- device_serial_interface::device_timer(timer, id, param, ptr);
break;
}
}