|
LMMS
|
Classes | |
| struct | Hes_File |
| struct | Hes_File::header_t |
Functions | |
| static byte const * | copy_field (byte const *in, char *out) |
| static void | copy_hes_fields (byte const *in, track_info_t *out) |
| static blargg_err_t | check_hes_header (void const *header) |
| static Music_Emu * | new_hes_emu () |
| static Music_Emu * | new_hes_file () |
| static void | adjust_time (blargg_long &time, hes_time_t delta) |
Variables | |
| int const | timer_mask = 0x04 |
| int const | vdp_mask = 0x02 |
| int const | i_flag_mask = 0x04 |
| int const | unmapped = 0xFF |
| long const | period_60hz = 262 * 455L |
| static gme_type_t_ const | gme_hes_type_ = { "PC Engine", 256, &new_hes_emu, &new_hes_file, "HES", 1 } |
| BLARGG_EXPORT gme_type_t const | gme_hes_type = &gme_hes_type_ |
|
static |
|
static |
|
static |
|
static |
|
extern |
|
static |
| long const period_60hz = 262 * 455L |