| 1934 | //=========================================================================== |
| 1935 | |
| 1936 | void __stdcall Disk2InterfaceCard::SetReadMode(WORD, WORD, BYTE, BYTE, ULONG uExecutedCycles) |
| 1937 | { |
| 1938 | m_formatTrack.DriveSwitchedToReadMode(&m_floppyDrive[m_currDrive].m_disk); |
| 1939 | |
| 1940 | #if LOG_DISK_RW_MODE |
| 1941 | LOG_DISK("%08X: rw mode: read\r\n", (UINT32)g_nCumulativeCycles); |
| 1942 | #endif |
| 1943 | } |
| 1944 | |
| 1945 | //=========================================================================== |
| 1946 |
no test coverage detected