|
| ReSID (sidbuilder *builder) |
|
void | reset () |
|
void | reset (uint8_t volume) |
|
uint8_t | read (uint_least8_t addr) |
|
void | write (uint_least8_t addr, uint8_t data) |
|
void | clock () |
|
void | filter (bool enable) |
|
void | voice (unsigned int num, bool mute) |
|
bool | getStatus () const |
|
void | sampling (float systemclock, float freq, SidConfig::sampling_method_t method, bool fast) |
|
void | bias (double dac_bias) |
|
void | model (SidConfig::sid_model_t model) |
|
| sidemu (sidbuilder *builder) |
|
virtual bool | lock (EventContext *env) |
|
virtual void | unlock () |
|
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) |
|
|
static const char * | getCredits () |
|
|
enum | { OUTPUTBUFFERSIZE = 5000
} |
|
EventContext * | m_context |
|
event_clock_t | m_accessClk |
|
short * | m_buffer |
| The sample buffer.
|
|
int | m_bufferpos |
| Current position in buffer.
|
|
bool | m_status |
|
bool | m_locked |
|
std::string | m_error |
|
static std::string | m_credit |
|
static const char | ERR_UNSUPPORTED_FREQ [] = "Unable to set desired output frequency." |
|
static const char | ERR_INVALID_SAMPLING [] = "Invalid sampling method." |
|
static const char | ERR_INVALID_CHIP [] = "Invalid chip model." |
|
Clock the SID chip.
Implements sidemu.
void ReSID::model |
( |
SidConfig::sid_model_t |
model | ) |
|
|
virtual |
Set SID model.
Implements sidemu.
void ReSID::voice |
( |
unsigned int |
num, |
|
|
bool |
mute |
|
) |
| |
|
virtual |
Mute/unmute voice.
Implements sidemu.
The documentation for this class was generated from the following files: