diff options
author | 2018-12-13 18:43:59 -0500 | |
---|---|---|
committer | 2018-12-13 18:46:32 -0500 | |
commit | 0e6b9d138058731f3c2037170cee046594f67684 (patch) | |
tree | 2f614ab16951eedfd373067fad68bb35f016d776 /src/devices/bus/epson_sio/tf20.cpp | |
parent | cefe336561eca14680e6b0e092fbe8c929e06a27 (diff) |
upd765: Add (mostly standard) clocks to all devices in the family (nw)
These clocks are currently unused, and their sources and dividers are often unclear. In some cases they are clearly software-configurable, which has not been emulated at all.
Diffstat (limited to 'src/devices/bus/epson_sio/tf20.cpp')
-rw-r--r-- | src/devices/bus/epson_sio/tf20.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/epson_sio/tf20.cpp b/src/devices/bus/epson_sio/tf20.cpp index fa625195b6d..22959af2730 100644 --- a/src/devices/bus/epson_sio/tf20.cpp +++ b/src/devices/bus/epson_sio/tf20.cpp @@ -102,7 +102,7 @@ MACHINE_CONFIG_START(epson_tf20_device::device_add_mconfig) m_mpsc->out_dtra_callback().set(FUNC(epson_tf20_device::dtra_w)); // floppy disk controller - UPD765A(config, m_fdc, true, true); + UPD765A(config, m_fdc, XTAL_CR1, true, true); m_fdc->intrq_wr_callback().set_inputline(m_cpu, INPUT_LINE_IRQ0); // floppy drives |