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

Method GetCurrentTrackString

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

Source from the content-addressed store, hash-verified

129}
130
131std::string Disk2InterfaceCard::GetCurrentTrackString(void)
132{
133 return FormatIntFracString(m_floppyDrive[m_currDrive].m_phasePrecise / 2, true);
134}
135
136std::string Disk2InterfaceCard::GetCurrentPhaseString(void)
137{

Callers 1

CmdDiskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected