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

Method commitWriteBuffer

external/floppybridge/src/floppybridge_lib.cpp:895–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 return DRIVER_isWriteProtected(m_handle);
894}
895unsigned int FloppyBridgeAPI::commitWriteBuffer(bool side, unsigned int track) {
896 return DRIVER_commitWriteBuffer(m_handle, side, track);
897}
898bool FloppyBridgeAPI::isWritePending() {
899 return DRIVER_isWritePending(m_handle);
900}

Callers 3

drive_write_dataFunction · 0.45
disk.cppFile · 0.45
DRIVER_commitWriteBufferFunction · 0.45

Calls 1

DRIVER_commitWriteBufferFunction · 0.85

Tested by

no test coverage detected