Public Types | |
enum | Type { PCM, Control, Reverb } |
enum | PairType { Full, FirstHalf, SecondHalf, Mux0, Mux1 } |
Static Public Member Functions | |
static const ROMInfo * | getROMInfo (File *file) |
static void | freeROMInfo (const ROMInfo *romInfo) |
static const ROMInfo ** | getROMInfoList (unsigned int types, unsigned int pairTypes) |
static void | freeROMInfoList (const ROMInfo **romInfos) |
Public Attributes | |
size_t | fileSize |
const char * | sha1Digest |
enum MT32Emu::ROMInfo::Type | type |
const char * | shortName |
const char * | description |
enum MT32Emu::ROMInfo::PairType | pairType |
ROMInfo * | pairROMInfo |
void * | controlROMInfo |