libsidplayfp  0.3.5
Public Member Functions
SID6526 Class Reference
Inheritance diagram for SID6526:
component Event

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

- Private Member Functions inherited from Event
 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: