Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
std::string Disk2InterfaceCard::GetCurrentTrackString(void)
132
{
133
return FormatIntFracString(m_floppyDrive[m_currDrive].m_phasePrecise / 2, true);
134
}
135
136
std::string Disk2InterfaceCard::GetCurrentPhaseString(void)
137
{
Callers
1
CmdDisk
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected