List of all members.
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 () |
Additional Inherited Members |
| Event (const char *const name) |
bool | pending () const |
SID_DEPRECATED void | cancel () |
SID_DEPRECATED void | schedule (EventContext &context, event_clock_t cycles, event_phase_t phase) |
Member Function Documentation
void SID6526::event |
( |
void |
| ) |
|
|
virtual |
Event code to be executed. Events are allowed to safely reschedule themselves with the EventScheduler during invocations.
Implements Event.
The documentation for this class was generated from the following files: