summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-03-23 15:15:57 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-03-23 15:16:20 -0400
commitce13f4f447de38f2ab93c45ba94d8d5e1830b8aa (patch)
treebfc288f4559c5bec555df73452d902bd714c081f
parent63a6744ff7e20b15bd31a9eeef6aae3887fa30ca (diff)
bt54x: Minor update (nw)
-rw-r--r--src/devices/bus/isa/bt54x.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/isa/bt54x.cpp b/src/devices/bus/isa/bt54x.cpp
index 4293c8bc259..d8ef31a848f 100644
--- a/src/devices/bus/isa/bt54x.cpp
+++ b/src/devices/bus/isa/bt54x.cpp
@@ -22,8 +22,8 @@
#include "machine/nscsi_cd.h"
#include "machine/nscsi_hd.h"
-DEFINE_DEVICE_TYPE(BT542B, bt542b_device, "bt542b", "BusTek BT-542B Fast SCSI Host Adapter") // Rev. G or earlier
-DEFINE_DEVICE_TYPE(BT542BH, bt542bh_device, "bt542bh", "BusLogic BT-542B Fast SCSI Host Adapter (Rev. H)")
+DEFINE_DEVICE_TYPE(BT542B, bt542b_device, "bt542b", "BusTek BT-542B SCSI Host Adapter") // Rev. G or earlier
+DEFINE_DEVICE_TYPE(BT542BH, bt542bh_device, "bt542bh", "BusLogic BT-542B SCSI Host Adapter (Rev. H)")
DEFINE_DEVICE_TYPE(BT545S, bt545s_device, "bt545s", "BusLogic BT-545S Fast SCSI Host Adapter")
bt54x_device::bt54x_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock)
@@ -86,7 +86,7 @@ void bt54x_device::asc_config(device_t *device)
{
ncr53c94_device &asc = downcast<ncr53c94_device &>(*device);
- asc.set_clock(25_MHz_XTAL);
+ asc.set_clock(25_MHz_XTAL); // not verified; perhaps selectable? (40 MHz XTAL also on board)
asc.irq_handler_cb().set(m_mpu, FUNC(i80188_cpu_device::int0_w));
//asc.drq_handler_cb().set("busintf", FUNC(ncr86c05_device::dma_req_w));