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 d41b247ba53..418971e47d1 100644 --- a/src/devices/bus/epson_sio/pf10.cpp +++ b/src/devices/bus/epson_sio/pf10.cpp @@ -118,7 +118,7 @@ void epson_pf10_device::device_start() void epson_pf10_device::device_reset() { - m_timer->adjust(attotime::zero, 0, attotime::from_hz(38400 * 8)); + m_timer->adjust(attotime::zero, 0, attotime::from_hz(38400 * 16)); } //------------------------------------------------- |