libsidplayfp  1.8.7
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
MUS Class Reference
Inheritance diagram for MUS:
SidTuneBase

Public Member Functions

virtual bool placeSidTuneInC64mem (sidmemory *mem)
 
- Public Member Functions inherited from SidTuneBase
unsigned int selectSong (unsigned int songNum)
 
const SidTuneInfogetInfo () const
 
const SidTuneInfogetInfo (unsigned int songNum)
 
virtual const char * createMD5 (char *md5 SID_UNUSED)
 
const uint_least8_t * c64Data () const
 

Static Public Member Functions

static SidTuneBaseload (buffer_t &dataBuf, bool init=false)
 
static SidTuneBaseload (buffer_t &musBuf, buffer_t &strBuf, uint_least32_t fileOffset, bool init=false)
 
- Static Public Member Functions inherited from SidTuneBase
static SidTuneBaseload (const char *fileName, const char **fileNameExt, bool separatorIsSlash)
 
static SidTuneBaseread (const uint_least8_t *sourceBuffer, uint_least32_t bufferLen)
 

Protected Member Functions

void installPlayer (sidmemory *mem)
 
void setPlayerAddress ()
 
virtual void acceptSidTune (const char *dataFileName, const char *infoFileName, buffer_t &buf, bool isSlashedFileName)
 
- Protected Member Functions inherited from SidTuneBase
void convertOldStyleSpeedToTables (uint_least32_t speed, SidTuneInfo::clock_t clock=SidTuneInfo::CLOCK_PAL)
 
bool checkCompatibility ()
 
bool checkRelocInfo ()
 
void resolveAddrs (const uint_least8_t *c64data)
 

Additional Inherited Members

- Protected Types inherited from SidTuneBase
typedef std::vector< uint_least8_t > buffer_t
 
- Static Protected Member Functions inherited from SidTuneBase
static void loadFile (const char *fileName, buffer_t &bufferRef)
 
- Protected Attributes inherited from SidTuneBase
std::auto_ptr< SidTuneInfoImplinfo
 
uint_least8_t songSpeed [MAX_SONGS]
 
SidTuneInfo::clock_t clockSpeed [MAX_SONGS]
 
uint_least32_t fileOffset
 For files with header: offset to real data.
 
buffer_t cache
 
- Static Protected Attributes inherited from SidTuneBase
static const unsigned int MAX_SONGS = 256
 Also PSID file format limit.
 

Member Function Documentation

§ acceptSidTune()

void MUS::acceptSidTune ( const char *  dataFileName,
const char *  infoFileName,
buffer_t &  buf,
bool  isSlashedFileName 
)
protectedvirtual

Cache the data of a single-file or two-file sidtune and its corresponding file names.

Parameters
dataFileName
infoFileName
buf
isSlashedFileNameIf your opendir() and readdir()->d_name return path names that contain the forward slash (/) as file separator, but your operating system uses a different character, there are extra functions that can deal with this special case. Set separatorIsSlash to true if you like path names to be split correctly. You do not need these extra functions if your systems file separator is the forward slash.

Reimplemented from SidTuneBase.

§ placeSidTuneInC64mem()

bool MUS::placeSidTuneInC64mem ( sidmemory mem)
virtual

Copy sidtune into C64 memory (64 KB).

Reimplemented from SidTuneBase.


The documentation for this class was generated from the following files: