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

Method DecodeLatchNibbleWrite

source/DiskFormatTrack.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void FormatTrack::DecodeLatchNibbleWrite(BYTE floppylatch, UINT uSpinNibbleCount, const FloppyDisk* const pFloppy, bool bIsSyncFF)
218{
219 DecodeLatchNibble(floppylatch, true, bIsSyncFF);
220 UpdateOnWriteLatch(uSpinNibbleCount, pFloppy);
221}
222
223void FormatTrack::DecodeLatchNibble(BYTE floppylatch, bool bIsWrite, bool bIsSyncFF)
224{

Callers 1

ReadWriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected