This is just for debug/logging: used to output when a new Address Field has been read
| 210 | |
| 211 | // This is just for debug/logging: used to output when a new Address Field has been read |
| 212 | void FormatTrack::DecodeLatchNibbleRead(BYTE floppylatch) |
| 213 | { |
| 214 | DecodeLatchNibble(floppylatch, false, false); |
| 215 | } |
| 216 | |
| 217 | void FormatTrack::DecodeLatchNibbleWrite(BYTE floppylatch, UINT uSpinNibbleCount, const FloppyDisk* const pFloppy, bool bIsSyncFF) |
| 218 | { |
no outgoing calls
no test coverage detected