summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-12 16:34:50 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-11-12 16:34:50 -0500
commit13beade76785f999b81528dc4bcb642ba1c76e45 (patch)
tree2bb987d7e39967b7d1e9ee24d18fe147f62e10f7 /src/devices/machine
parent2e052f7e980f0f5466428e1decdc6baeec904ebd (diff)
lbpc: Add ISA bus and EGA card so startup process can be visible (nw)
v40, v50: Add timer 2 control input (nw) ncr5380n: This error really needs to be non-fatal (nw)
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/ncr5380n.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ncr5380n.cpp b/src/devices/machine/ncr5380n.cpp
index 7adb63800d9..bd7d2ee89ac 100644
--- a/src/devices/machine/ncr5380n.cpp
+++ b/src/devices/machine/ncr5380n.cpp
@@ -187,7 +187,7 @@ void ncr5380n_device::step(bool timeout)
if(win != scsi_id) {
scsi_bus->data_w(scsi_refid, 0);
scsi_bus->ctrl_w(scsi_refid, 0, S_ALL);
- fatalerror("need to wait for bus free\n");
+ logerror("need to wait for bus free\n");
}
state &= STATE_MASK;