|
libsidplayfp 2.15.0
|


Public Member Functions | |
| HardSID (sidbuilder *builder) | |
| bool | getStatus () const |
| uint8_t | read (uint_least8_t addr) override |
| void | write (uint_least8_t addr, uint8_t data) override |
| void | reset (uint8_t volume) override |
| void | clock () override |
| void | model (SidConfig::sid_model_t, bool digiboost) override |
| void | flush () |
| void | filter (bool enable) |
| bool | lock (EventScheduler *env) override |
| void | unlock () override |
Public Member Functions inherited from libsidplayfp::sidemu | |
| sidemu (sidbuilder *builder) | |
| void | voice (unsigned int voice, bool mute) |
| void | filter (bool enable) |
| 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 |
Public Member Functions inherited from libsidplayfp::c64sid | |
| void | reset () |
| void | poke (uint_least16_t address, uint8_t value) override |
| uint8_t | peek (uint_least16_t address) override |
| void | getStatus (uint8_t regs[0x20]) const |
Static Public Member Functions | |
| static const char * | getCredits () |
Friends | |
| class | HardSIDBuilder |
Additional Inherited Members | |
Protected Member Functions inherited from libsidplayfp::sidemu | |
| void | writeReg (uint_least8_t addr, uint8_t data) override final |
Protected Attributes inherited from libsidplayfp::sidemu | |
| EventScheduler * | eventScheduler = nullptr |
| event_clock_t | m_accessClk = 0 |
| short * | m_buffer = nullptr |
| The sample buffer. | |
| int | m_bufferpos = 0 |
| Current position in buffer. | |
| bool | m_status = true |
| bool | isLocked = false |
| bool | isFilterDisabled = false |
| std::bitset< 4 > | isMuted |
| Flags for muted voices. | |
| std::string | m_error |
Static Protected Attributes inherited from libsidplayfp::sidemu | |
| 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." |
|
overridevirtual |
Clock the SID chip.
Implements libsidplayfp::sidemu.
|
overridevirtual |
Set execution environment and lock sid to it.
Reimplemented from libsidplayfp::sidemu.
|
inlineoverridevirtual |
Set SID model.
Implements libsidplayfp::sidemu.
|
overridevirtual |
Implements libsidplayfp::c64sid.
|
overridevirtual |
Implements libsidplayfp::c64sid.
|
overridevirtual |
Unlock sid.
Reimplemented from libsidplayfp::sidemu.
|
overridevirtual |
Implements libsidplayfp::sidemu.