MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / DecodeLatchNibbleRead

Method DecodeLatchNibbleRead

source/DiskFormatTrack.cpp:212–215  ·  view source on GitHub ↗

This is just for debug/logging: used to output when a new Address Field has been read

Source from the content-addressed store, hash-verified

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

Callers 3

ReadWriteMethod · 0.80
DataLatchReadWOZMethod · 0.80
DumpTrackWOZMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected