&wd_a2091_2,
};
-static struct wd_state *wdscsi[] {
+static struct wd_state *wdscsi[] = {
&wd_a2091,
&wd_a2091_2,
&wd_a3000,
return mode == 4 || mode == 1;
}
+#if WD33C93_DEBUG > 0
static TCHAR *scsitostring (struct wd_state *wd)
{
static TCHAR buf[200];
}
return buf;
}
+#endif
static void dmacheck (struct wd_state *wd)
{
if (wd->scsi->direction == 0) {
write_log (_T("%s DMA but no data!?\n"), WD33C93);
} else if (wd->scsi->direction < 0) {
+#if WD33C93_DEBUG > 0
uaecptr odmac_acr = wd->dmac_acr;
+#endif
for (;;) {
uae_u8 v;
int status = scsi_receive_data (wd->scsi, &v);
#endif
return true;
} else if (wd->scsi->direction > 0) {
+#if WD33C93_DEBUG > 0
uaecptr odmac_acr = wd->dmac_acr;
+#endif
for (;;) {
int status;
uae_u8 v = get_byte (wd->dmac_acr);