mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-31 21:29:39 +00:00
DiskII: fix build error when LOG_DISK_ENABLED = 1
This commit is contained in:
parent
e97be1b836
commit
05a17d9a69
@ -273,7 +273,7 @@ void FormatTrack::DecodeLatchNibble(BYTE floppylatch, bool bIsWrite, bool bIsSyn
|
|||||||
addrPrologue, m_VolTrkSecChk[0], m_VolTrkSecChk[1], m_VolTrkSecChk[2], m_VolTrkSecChk[3], chk?"":"(bad)");
|
addrPrologue, m_VolTrkSecChk[0], m_VolTrkSecChk[1], m_VolTrkSecChk[2], m_VolTrkSecChk[3], chk?"":"(bad)");
|
||||||
if (!m_bSuppressReadD5AAxxDetected)
|
if (!m_bSuppressReadD5AAxxDetected)
|
||||||
{
|
{
|
||||||
LOG_DISK("%s\r\n", str);
|
LOG_DISK("%s\r\n", m_strReadD5AAxxDetected);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user