|
libsidplayfp
1.0.3
|
#include <romCheck.h>
Public Member Functions | |
| const char * | info () const |
Protected Member Functions | |
| romCheck (const uint8_t *rom, int size) | |
| void | add (const char *md5, const char *desc) |
Utility class to identify known ROMs through their md5 checksum.
| romCheck::romCheck | ( | const uint8_t * | rom, |
| int | size | ||
| ) | [inline, protected] |
Construct the class.
| rom | pointer to the ROM buffer |
| size | size of the ROM buffer |
| const char* romCheck::info | ( | ) | const [inline] |
Get ROM description.
1.7.6.1