summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc
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/devices/bus/bbc
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/devices/bus/bbc')
-rw-r--r--src/devices/bus/bbc/fdc/opus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/fdc/opus.cpp b/src/devices/bus/bbc/fdc/opus.cpp
index de142f79da1..a8e2bb3c54d 100644
--- a/src/devices/bus/bbc/fdc/opus.cpp
+++ b/src/devices/bus/bbc/fdc/opus.cpp
@@ -95,7 +95,7 @@ ROM_END
void bbc_opus8272_device::device_add_mconfig(machine_config &config)
{
- I8272A(config, m_fdc, true);
+ I8272A(config, m_fdc, 8'000'000, true);
m_fdc->intrq_wr_callback().set(DEVICE_SELF_OWNER, FUNC(bbc_fdc_slot_device::intrq_w));
FLOPPY_CONNECTOR(config, m_floppy0, bbc_floppies_525, "525qd", bbc_opusfdc_device::floppy_formats).enable_sound(true);