summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/scnxx562.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/scnxx562.cpp')
-rw-r--r--src/devices/machine/scnxx562.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/scnxx562.cpp b/src/devices/machine/scnxx562.cpp
index ebb263f2096..fad7a9963c7 100644
--- a/src/devices/machine/scnxx562.cpp
+++ b/src/devices/machine/scnxx562.cpp
@@ -808,8 +808,7 @@ void duscc_channel::device_timer(emu_timer &timer, device_timer_id id, int param
m_uart->m_out_trxcb_cb(m_trxc);
break;
default:
- LOGR("Unhandled Timer ID passed to device_serial_interface%d\n", id);
- device_serial_interface::device_timer(timer, id, param, ptr);
+ LOGR("Unhandled Timer ID %d\n", id);
break;
}
// LOG("%s %d\n", FUNCNAME, id);