27 #include "interrupt.h"
31 namespace libsidplayfp
49 event_clock_t lastSync;
64 void event()
override;
71 void syncCntHistory();
75 Event(
"Serial Port interrupt"),
77 eventScheduler(scheduler),
78 flipCntEvent(
"flip CNT", *
this, &SerialPort::flipCnt),
79 flipFakeEvent(
"flip fake", *
this, &SerialPort::flipFake),
80 startSdrEvent(
"start SDR", *
this, &SerialPort::doStartSdr),
86 void setModel4485(
bool is4485) { model4485 = is4485; }
90 void switchSerialDirection(
bool input);
Definition: EventCallback.h:36
Definition: EventScheduler.h:62
Event(const char *const name)
Definition: Event.h:59
Definition: mos652x.h:151
Definition: SerialPort.h:37