summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-13 22:59:32 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-11-13 22:59:32 -0500
commitfb4480205c1a90ba51a46d082fd58189951ffb3d (patch)
treec9a83ac34a38e1a3583ab6b75e003ba85c0b694a /src/devices
parent80f0a345bc31b7ff2787ca66932feaf4681eecca (diff)
cdd2000: Better guess at HC11 type (nw)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/bus/nscsi/cdd2000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nscsi/cdd2000.cpp b/src/devices/bus/nscsi/cdd2000.cpp
index a4fb163f446..55d1e2adb28 100644
--- a/src/devices/bus/nscsi/cdd2000.cpp
+++ b/src/devices/bus/nscsi/cdd2000.cpp
@@ -34,7 +34,7 @@ void cdd2000_device::mem_map(address_map &map)
void cdd2000_device::device_add_mconfig(machine_config &config)
{
- MC68HC11A1(config, m_cdcpu, 8'000'000); // type and clock are total guesses
+ MC68HC11F1(config, m_cdcpu, 8'000'000); // type and clock guessed
m_cdcpu->set_addrmap(AS_PROGRAM, &cdd2000_device::mem_map);
NCR53CF94(config, "scsic", 25'000'000); // type and clock guessed