|
LMMS
|
Classes | |
| struct | Gym_File |
Functions | |
| static void | get_gym_info (Gym_Emu::header_t const &h, long length, track_info_t *out) |
| static long | gym_track_length (byte const *p, byte const *end) |
| static blargg_err_t | check_header (byte const *in, long size, int *data_offset=0) |
| static Music_Emu * | new_gym_emu () |
| static Music_Emu * | new_gym_file () |
Variables | |
| double const | min_tempo = 0.25 |
| double const | oversample_factor = 5 / 3.0 |
| double const | fm_gain = 3.0 |
| const long | base_clock = 53700300 |
| const long | clock_rate = base_clock / 15 |
| static gme_type_t_ const | gme_gym_type_ = { "Sega Genesis", 1, &new_gym_emu, &new_gym_file, "GYM", 0 } |
| BLARGG_EXPORT gme_type_t const | gme_gym_type = &gme_gym_type_ |
|
static |
|
static |
|
static |
| const long base_clock = 53700300 |
| const long clock_rate = base_clock / 15 |
| double const fm_gain = 3.0 |
|
extern |
|
static |
| double const min_tempo = 0.25 |
| double const oversample_factor = 5 / 3.0 |