summaryrefslogtreecommitdiffstats
path: root/src/devices/bus/rs232/null_modem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/null_modem.cpp')
-rw-r--r--src/devices/bus/rs232/null_modem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/null_modem.cpp b/src/devices/bus/rs232/null_modem.cpp
index 86cac00a12a..2c5ff25b0c3 100644
--- a/src/devices/bus/rs232/null_modem.cpp
+++ b/src/devices/bus/rs232/null_modem.cpp
@@ -86,7 +86,7 @@ void null_modem_device::device_reset()
queue();
}
-void null_modem_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void null_modem_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch (id)
{