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