From f3684dba38bc1b6a0b2cbc3862c5858117af1211 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 17 Oct 2017 03:15:29 +0200 Subject: [PATCH] Fixed the BT-640A and BT-445S device local flags. --- src/scsi/scsi_buslogic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scsi/scsi_buslogic.c b/src/scsi/scsi_buslogic.c index e09df79c0..61f2032e3 100644 --- a/src/scsi/scsi_buslogic.c +++ b/src/scsi/scsi_buslogic.c @@ -1752,7 +1752,7 @@ device_t buslogic_545s_device = { device_t buslogic_640a_device = { "Buslogic BT-640A MCA", DEVICE_MCA, - CHIP_BUSLOGIC_ISA, + CHIP_BUSLOGIC_MCA, buslogic_init, x54x_close, NULL, NULL, NULL, NULL, NULL, NULL @@ -1761,7 +1761,7 @@ device_t buslogic_640a_device = { device_t buslogic_445s_device = { "Buslogic BT-445S ISA", DEVICE_VLB, - CHIP_BUSLOGIC_ISA, + CHIP_BUSLOGIC_VLB, buslogic_init, x54x_close, NULL, NULL, NULL, NULL, NULL, BT_ISA_Config