summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m5.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-12-13 18:43:59 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-12-13 18:46:32 -0500
commit0e6b9d138058731f3c2037170cee046594f67684 (patch)
tree2f614ab16951eedfd373067fad68bb35f016d776 /src/mame/drivers/m5.cpp
parentcefe336561eca14680e6b0e092fbe8c929e06a27 (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/mame/drivers/m5.cpp')
-rw-r--r--src/mame/drivers/m5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m5.cpp b/src/mame/drivers/m5.cpp
index 3d9ee11c460..ecef78735a7 100644
--- a/src/mame/drivers/m5.cpp
+++ b/src/mame/drivers/m5.cpp
@@ -1443,7 +1443,7 @@ MACHINE_CONFIG_START(m5_state::m5)
m_ppi->in_pc_callback().set(FUNC(m5_state::ppi_pc_r));
m_ppi->out_pc_callback().set(FUNC(m5_state::ppi_pc_w));
- UPD765A(config, m_fdc, true, true);
+ UPD765A(config, m_fdc, 8'000'000, true, true);
m_fdc->intrq_wr_callback().set_inputline(m_fd5cpu, INPUT_LINE_IRQ0);
MCFG_FLOPPY_DRIVE_ADD(UPD765_TAG ":0", m5_floppies, "525dd", m5_state::floppy_formats)