libsidplayfp
2.0.2
|
#include <NullSid.h>
Public Member Functions | |
void | reset (uint8_t) override |
void | write (uint_least8_t, uint8_t) override |
uint8_t | read (uint_least8_t) override |
![]() | |
void | reset () |
void | poke (uint_least16_t address, uint8_t value) override |
uint8_t | peek (uint_least16_t address) override |
Static Public Member Functions | |
static NullSid * | getInstance () |
Additional Inherited Members |
SID chip placeholder which does nothing and returns 0xff on reading.
|
inlinestatic |
Returns singleton instance.