|
LMMS
|
Classes | |
| struct | Ay_File |
Functions | |
| static byte const * | get_data (Ay_Emu::file_t const &file, byte const *ptr, int min_size) |
| static blargg_err_t | parse_header (byte const *in, long size, Ay_Emu::file_t *out) |
| static void | copy_ay_fields (Ay_Emu::file_t const &file, track_info_t *out, int track) |
| static Music_Emu * | new_ay_emu () |
| static Music_Emu * | new_ay_file () |
| void | ay_cpu_out (Ay_Cpu *cpu, cpu_time_t time, unsigned addr, int data) |
| int | ay_cpu_in (Ay_Cpu *, unsigned addr) |
Variables | |
| long const | spectrum_clock = 3546900 |
| long const | cpc_clock = 2000000 |
| unsigned const | ram_start = 0x4000 |
| int const | osc_count = Ay_Apu::osc_count + 1 |
| static gme_type_t_ const | gme_ay_type_ = { "ZX Spectrum", 0, &new_ay_emu, &new_ay_file, "AY", 1 } |
| BLARGG_EXPORT gme_type_t const | gme_ay_type = &gme_ay_type_ |
| void ay_cpu_out | ( | Ay_Cpu * | cpu, |
| cpu_time_t | time, | ||
| unsigned | addr, | ||
| int | data ) |
|
static |
|
static |
|
static |
|
static |
| long const cpc_clock = 2000000 |
|
extern |
|
static |
| int const osc_count = Ay_Apu::osc_count + 1 |
| unsigned const ram_start = 0x4000 |
| long const spectrum_clock = 3546900 |