| 610 | } |
| 611 | |
| 612 | void 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 | |
| 618 | int Disk2InterfaceCard::SyncEventCallback(int id, int cycles, ULONG uExecutedCycles) |
| 619 | { |