|
| sidemu (sidbuilder *builder) |
|
virtual void | clock ()=0 |
|
virtual bool | lock (EventContext *env) |
| Set execution environment and lock sid to it.
|
|
virtual void | unlock () |
| Unlock sid.
|
|
virtual void | voice (unsigned int num, bool mute)=0 |
|
virtual void | model (SidConfig::sid_model_t model)=0 |
|
virtual void | sampling (float systemfreq SID_UNUSED, float outputfreq SID_UNUSED, SidConfig::sampling_method_t method SID_UNUSED, bool fast SID_UNUSED) |
|
const char * | error () const |
|
sidbuilder * | builder () const |
|
int | bufferpos () const |
|
void | bufferpos (int pos) |
|
short * | buffer () const |
|
void | poke (uint_least16_t address, uint8_t value) |
|
uint8_t | peek (uint_least16_t address) |
|
virtual void | reset (uint8_t volume)=0 |
|
void | reset () |
|
Inherit this class to create a new SID emulation.