From 6d868533356a307c623cc143ef27f490e6d7f27a Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 30 Apr 2016 16:54:00 +0300 Subject: [PATCH] A3000 SCSI was confused with WD autoconfig devices. --- a2091.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/a2091.cpp b/a2091.cpp index 15ca1746..45d7abde 100644 --- a/a2091.cpp +++ b/a2091.cpp @@ -3297,8 +3297,9 @@ void a3000scsi_reset (void) init_wd_scsi (wd); wd->enabled = true; wd->configured = -1; + wd->baseaddress = 0xdd0000; wd->dmac_type = COMMODORE_SDMAC; - map_banks(&mbdmac_a3000_bank, 0xDD, 1, 0); + map_banks(&mbdmac_a3000_bank, wd->baseaddress >> 16, 1, 0); wd_cmd_reset (&wd->wc, false); reset_dmac(wd); } -- 2.47.3