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

Function ImageGetMaxNibblesPerTrack

source/DiskImage.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258UINT ImageGetMaxNibblesPerTrack(ImageInfo* const pImageInfo)
259{
260 return pImageInfo ? pImageInfo->maxNibblesPerTrack : NIBBLES_PER_TRACK;
261}
262
263bool ImageIsZeroTracksValidForThisType(ImageInfo* const pImageInfo)
264{

Callers 4

ImageReadTrackFunction · 0.85
AllocTrackMethod · 0.85
SaveSnapshotFloppyMethod · 0.85
LoadSnapshotFloppyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected