libsidplayfp
1.8.7
|
#include <NullSid.h>
Public Member Functions | |
void | reset (uint8_t) |
void | write (uint_least8_t, uint8_t) |
uint8_t | read (uint_least8_t) |
![]() | |
void | reset () |
void | poke (uint_least16_t address, uint8_t value) |
uint8_t | peek (uint_least16_t address) |
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.