Public Member Functions |
| SID6526 (c64env *env) |
void | reset (void) |
void | reset (bool seed) |
uint8_t | read (uint_least8_t addr) |
void | write (uint_least8_t addr, uint8_t data) |
const char * | credits (void) |
const char * | error (void) |
void | event (void) |
void | clock (uint_least16_t count) |
void | lock () |
virtual void | reset (void)=0 |
virtual uint8_t | read (uint_least8_t addr)=0 |
virtual void | write (uint_least8_t addr, uint8_t data)=0 |
virtual const char * | credits (void)=0 |
virtual const char * | error (void)=0 |
Additional Inherited Members |
| Event (const char *const name) |
virtual void | event (void)=0 |
bool | pending () const |
SID_DEPRECATED void | cancel () |
SID_DEPRECATED void | schedule (EventContext &context, event_clock_t cycles, event_phase_t phase) |
The documentation for this class was generated from the following files: