|
libsidplayfp
1.0.3
|
Public Member Functions | |
| psiddrv (const SidTuneInfo *tuneInfo) | |
| void | powerOnDelay (uint_least16_t delay) |
| bool | drvReloc (sidmemory *mem) |
| void | install (sidmemory *mem) const |
| const char * | errorString () const |
| uint_least16_t | driverAddr () const |
| uint_least16_t | driverLength () const |
| bool psiddrv::drvReloc | ( | sidmemory * | mem | ) |
Relocate the driver.
| mem | the c64 memory interface |
| const char* psiddrv::errorString | ( | ) | const [inline] |
Get a detailed error message.
| void psiddrv::install | ( | sidmemory * | mem | ) | const |
Install the driver. Must be called after the tune has been placed in memory.
| mem | the c64 memory interface |
| void psiddrv::powerOnDelay | ( | uint_least16_t | delay | ) | [inline] |
Set the power on delay cycles.
| delay | the delay |
1.7.6.1