From: Toni Wilen Date: Sat, 30 Jun 2018 19:42:45 +0000 (+0300) Subject: Fix QuikPak SCSI. X-Git-Tag: 4010~34 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b7447a599ba3175a5010ec38816fecd1bb1a2849;p=francis%2Fwinuae.git Fix QuikPak SCSI. --- diff --git a/ncr_scsi.cpp b/ncr_scsi.cpp index 5457786c..37233003 100644 --- a/ncr_scsi.cpp +++ b/ncr_scsi.cpp @@ -11,7 +11,7 @@ #ifdef NCR -#define NCR_DEBUG 10 +#define NCR_DEBUG 0 #include "options.h" #include "uae.h" @@ -528,7 +528,7 @@ uae_u32 cpuboard_ncr720_io_bget(uaecptr addr) { struct ncr_state *ncr = ncr_cpuboard; addr &= IO_MASK; - return lsi_mmio_read(ncr_cpuboard, beswap(addr), 1); + return lsi_mmio_read(ncr->devobject.lsistate, beswap(addr), 1); } static bool isncrboard(struct ncr_state *ncr, struct ncr_state **ncrb)