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

Method SyncEventCallback

source/Disk.cpp:618–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618int Disk2InterfaceCard::SyncEventCallback(int id, int cycles, ULONG uExecutedCycles)
619{
620 Disk2InterfaceCard& disk2Card = dynamic_cast<Disk2InterfaceCard&>(GetCardMgr().GetRef(id));
621 disk2Card.ControlStepperDeferred();
622 return 0; // Don't repeat event
623}
624
625void Disk2InterfaceCard::ControlStepperDeferred(void)
626{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected