diff options
Diffstat (limited to 'src/devices/bus/epson_sio/pf10.cpp')
-rw-r--r-- | src/devices/bus/epson_sio/pf10.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/epson_sio/pf10.cpp b/src/devices/bus/epson_sio/pf10.cpp index 6225b06049b..bf78ee1ad23 100644 --- a/src/devices/bus/epson_sio/pf10.cpp +++ b/src/devices/bus/epson_sio/pf10.cpp @@ -126,7 +126,7 @@ void epson_pf10_device::device_reset() TIMER_CALLBACK_MEMBER( epson_pf10_device::serial_clk_tick ) { - m_cpu->m6801_clock_serial(); + m_cpu->clock_serial(); } |