27 #include "interrupt.h"
31 namespace libsidplayfp
49 event_clock_t lastSync;
61 bool model4485 =
false;
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)
85 void setModel4485(
bool is4485) { model4485 = is4485; }
89 void switchSerialDirection(
bool input);
Definition: EventCallback.h:36
Definition: EventScheduler.h:62
Event(const char *const name)
Definition: Event.h:58
Definition: mos652x.h:154
Definition: SerialPort.h:37