MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / resetDrive

Method resetDrive

external/floppybridge/src/floppybridge_lib.cpp:823–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821 return DRIVER_isStillWorking(m_handle);
822}
823bool FloppyBridgeAPI::resetDrive(int trackNumber) {
824 return DRIVER_resetDrive(m_handle, trackNumber);
825}
826bool FloppyBridgeAPI::isAtCylinder0() {
827 return DRIVER_isAtCylinder0(m_handle);
828}

Callers 2

reset_driveFunction · 0.45
DRIVER_resetDriveFunction · 0.45

Calls 1

DRIVER_resetDriveFunction · 0.85

Tested by

no test coverage detected