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

Method InsertSyncEvent

source/Disk.cpp:612–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void Disk2InterfaceCard::InsertSyncEvent(void)
613{
614 m_syncEvent.m_cyclesRemaining = 10; // NB. same cycle delay for magnet off and on - but perhaps they take different times?
615 g_SynchronousEventMgr.Insert(&m_syncEvent);
616}
617
618int Disk2InterfaceCard::SyncEventCallback(int id, int cycles, ULONG uExecutedCycles)
619{

Callers

nothing calls this directly

Calls 1

InsertMethod · 0.45

Tested by

no test coverage detected