43 #include "sidplayfp/component.h"
44 #include "sidplayfp/event.h"
45 #include "sidplayfp/c64env.h"
50 static const char *
const credit;
54 event_clock_t m_accessClk;
55 event_phase_t m_phase;
57 uint_least16_t ta_latch;
60 uint_least16_t m_count;
69 void reset (
void) { reset (
false); }
70 void reset (
bool seed);
71 uint8_t read (uint_least8_t addr);
72 void write (uint_least8_t addr, uint8_t data);
73 const char *credits (
void) {
return credit;}
74 const char *error (
void) {
return "";}
78 void clock (uint_least16_t count) { m_count = count; }
79 void lock () { locked =
true; }