summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/cl_sh260.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-17 19:47:17 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-17 19:47:17 -0400
commit2ecfd840e8476f80b72f046753427cf46601cd8d (patch)
treed4dbf6ce080f2abe88a2b86b884c57efa260e4e0 /src/devices/bus/isa/cl_sh260.cpp
parente812e77567e81a2eab033840c7d88eb6911fc3a8 (diff)
wd37c65c: Allow second clock to be configured (not used yet) (nw)
Diffstat (limited to 'src/devices/bus/isa/cl_sh260.cpp')
-rw-r--r--src/devices/bus/isa/cl_sh260.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/isa/cl_sh260.cpp b/src/devices/bus/isa/cl_sh260.cpp
index f8fb39249f5..a06b7b625a6 100644
--- a/src/devices/bus/isa/cl_sh260.cpp
+++ b/src/devices/bus/isa/cl_sh260.cpp
@@ -68,8 +68,7 @@ void isa16_jc1310_device::device_add_mconfig(machine_config &config)
mcu.set_addrmap(AS_PROGRAM, &isa16_jc1310_device::i8031_map);
mcu.set_addrmap(AS_IO, &isa16_jc1310_device::ext_map);
- WD37C65C(config, m_fdc, 16_MHz_XTAL); // WD37C65B-PL
- //m_fdc->set_clock2(9.6_MHz_XTAL);
+ WD37C65C(config, m_fdc, 16_MHz_XTAL, 9.6_MHz_XTAL); // WD37C65B-PL
}
ROM_START(ev346)