|
uint_least16_t | getLoadAddr () const override |
|
uint_least16_t | getInitAddr () const override |
|
uint_least16_t | getPlayAddr () const override |
|
unsigned int | getSongs () const override |
|
unsigned int | getStartSong () const override |
|
unsigned int | getCurrentSong () const override |
|
uint_least16_t | getSidChipBase (unsigned int i) const override |
|
int | getSidChips () const override |
|
int | getSongSpeed () const override |
|
uint_least8_t | getRelocStartPage () const override |
|
uint_least8_t | getRelocPages () const override |
|
model_t | getSidModel (unsigned int i) const override |
|
compatibility_t | getCompatibility () const override |
|
unsigned int | getNumberOfInfoStrings () const override |
|
const char * | getInfoString (unsigned int i) const override |
|
unsigned int | getNumberOfCommentStrings () const override |
|
const char * | getCommentString (unsigned int i) const override |
|
uint_least32_t | getDataFileLen () const override |
|
uint_least32_t | getC64dataLen () const override |
|
clock_t | getClockSpeed () const override |
|
const char * | getFormatString () const override |
|
bool | getFixLoad () const override |
|
const char * | getPath () const override |
|
const char * | getDataFileName () const override |
|
const char * | getInfoFileName () const override |
|
uint_least16_t | loadAddr () const |
|
uint_least16_t | initAddr () const |
|
uint_least16_t | playAddr () const |
|
unsigned int | songs () const |
|
unsigned int | startSong () const |
|
unsigned int | currentSong () const |
|
uint_least32_t | dataFileLen () const |
|
uint_least32_t | c64dataLen () const |
|
clock_t | clockSpeed () const |
|
const char * | formatString () const |
|
bool | fixLoad () const |
|
const char * | path () const |
|
const char * | dataFileName () const |
|
const char * | infoFileName () const |
|
uint_least16_t | sidChipBase (unsigned int i) const |
|
int | sidChips () const |
|
int | songSpeed () const |
|
uint_least8_t | relocStartPage () const |
|
uint_least8_t | relocPages () const |
|
model_t | sidModel (unsigned int i) const |
|
compatibility_t | compatibility () const |
|
unsigned int | numberOfInfoStrings () const |
| The number of available text info lines.
|
|
const char * | infoString (unsigned int i) const |
| Text info from the format headers etc.
|
|
unsigned int | numberOfCommentStrings () const |
| Number of comments.
|
|
const char * | commentString (unsigned int i) const |
| Used to stash the MUS comment somewhere.
|
|
The implementation of the SidTuneInfo interface.