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

Method SetReadMode

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

Source from the content-addressed store, hash-verified

1934//===========================================================================
1935
1936void __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

Callers 2

IOReadMethod · 0.80
IOWriteMethod · 0.80

Calls 1

Tested by

no test coverage detected