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

Method getDriveTypeID

external/floppybridge/src/floppybridge_lib.cpp:802–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800 return DRIVER_getBitSpeed(m_handle);
801}
802FloppyDiskBridge::DriveTypeID FloppyBridgeAPI::getDriveTypeID() {
803 return DRIVER_getDriveTypeID(m_handle);
804}
805const char* FloppyBridgeAPI::getLastErrorMessage() {
806#ifdef _UNICODE
807 _quickw2a(m_error, m_lastErrorAnsi);

Callers 4

drive_settype_idFunction · 0.45
reset_driveFunction · 0.45
disk.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected