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

Method writeShortToBuffer

external/floppybridge/src/floppybridge_lib.cpp:880–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878 return DRIVER_maxMFMBitPosition(m_handle);
879}
880void FloppyBridgeAPI::writeShortToBuffer(bool side, unsigned int track, unsigned short mfmData, int mfmPosition) {
881 DRIVER_writeShortToBuffer(m_handle, side, track, mfmData, mfmPosition);
882}
883int FloppyBridgeAPI::getMFMTrack(bool side, unsigned int track, bool resyncRotation, const int bufferSizeInBytes, void* output) {
884 return DRIVER_getTrack(m_handle, side, track, resyncRotation, bufferSizeInBytes, output);
885}

Callers 3

disk_doupdate_writeFunction · 0.45
disk.cppFile · 0.45

Calls 1

Tested by

no test coverage detected