|
LMMS
|
#include "Spc_Emu.h"#include "blargg_endian.h"#include <stdlib.h>#include <string.h>#include "blargg_source.h"Classes | |
| struct | Spc_File |
Functions | |
| static void | get_spc_xid6 (byte const *begin, long size, track_info_t *out) |
| static void | get_spc_info (Spc_Emu::header_t const &h, byte const *xid6, long xid6_size, track_info_t *out) |
| static blargg_err_t | check_spc_header (void const *header) |
| static Music_Emu * | new_spc_emu () |
| static Music_Emu * | new_spc_file () |
Variables | |
| long const | trailer_offset = 0x10200 |
| static gme_type_t_ const | gme_spc_type_ = { "Super Nintendo", 1, &new_spc_emu, &new_spc_file, "SPC", 0 } |
| BLARGG_EXPORT gme_type_t const | gme_spc_type = &gme_spc_type_ |
|
static |
|
static |
|
static |
|
static |
|
extern |
|
static |
| long const trailer_offset = 0x10200 |