mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Fix debug logging
This commit is contained in:
parent
edf4276841
commit
3b094dac4e
@ -719,7 +719,7 @@ static bool do_dma_commodore_8727(struct wd_state *wd, struct scsi_data *scsi)
|
||||
break;
|
||||
}
|
||||
#if WD33C93_DEBUG > 0
|
||||
write_log (_T("%s Done DMA from WD, %d/%d %08X\n"), WD33C93, scsi->offset, scsi->data_len, (odmac_acr << 1) & dma_mask);
|
||||
write_log (_T("%s Done DMA from WD, %d/%d %08X\n"), WD33C93, scsi->offset, scsi->data_len, (odmac_acr << 1) & wd->dma_mask);
|
||||
#endif
|
||||
wd->cdmac.c8727_pcsd |= 1 << 7;
|
||||
return true;
|
||||
@ -751,7 +751,7 @@ static bool do_dma_commodore_8727(struct wd_state *wd, struct scsi_data *scsi)
|
||||
break;
|
||||
}
|
||||
#if WD33C93_DEBUG > 0
|
||||
write_log (_T("%s Done DMA to WD, %d/%d %08x\n"), WD33C93, scsi->offset, scsi->data_len, (odmac_acr << 1) & (currprefs.cs_z2dma32bit ? 0xffffffff : 0xffffff));
|
||||
write_log (_T("%s Done DMA to WD, %d/%d %08x\n"), WD33C93, scsi->offset, scsi->data_len, (odmac_acr << 1) & wd->dma_mask);
|
||||
#endif
|
||||
wd->cdmac.c8727_pcsd |= 1 << 7;
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user