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

Method GetTrack

source/Disk.cpp:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116float Disk2InterfaceCard::GetPhase(const int drive) { return m_floppyDrive[drive].m_phasePrecise; }
117int Disk2InterfaceCard::GetTrack(const int drive) { return ImagePhaseToTrack(m_floppyDrive[drive].m_disk.m_imagehandle, m_floppyDrive[drive].m_phasePrecise, false); }
118
119std::string Disk2InterfaceCard::FormatIntFracString(float phase, bool hex)
120{

Callers 1

GetTrackSectorMethod · 0.80

Calls 1

ImagePhaseToTrackFunction · 0.85

Tested by

no test coverage detected