| 616 | } |
| 617 | |
| 618 | int 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 | |
| 625 | void Disk2InterfaceCard::ControlStepperDeferred(void) |
| 626 | { |
nothing calls this directly
no test coverage detected