Mercurial > audlegacy-plugins
comparison src/console/Ay_Emu.cxx @ 2004:5abb9030e8a7
Hush down some warnings.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Tue, 09 Oct 2007 16:58:35 +0300 |
parents | 986f098da058 |
children |
comparison
equal
deleted
inserted
replaced
2003:422b20698db5 | 2004:5abb9030e8a7 |
---|---|
114 }; | 114 }; |
115 | 115 |
116 static Music_Emu* new_ay_emu () { return BLARGG_NEW Ay_Emu ; } | 116 static Music_Emu* new_ay_emu () { return BLARGG_NEW Ay_Emu ; } |
117 static Music_Emu* new_ay_file() { return BLARGG_NEW Ay_File; } | 117 static Music_Emu* new_ay_file() { return BLARGG_NEW Ay_File; } |
118 | 118 |
119 gme_type_t_ const gme_ay_type [1] = { "ZX Spectrum", 0, &new_ay_emu, &new_ay_file, "AY", 1 }; | 119 gme_type_t_ const gme_ay_type [1] = {{ "ZX Spectrum", 0, &new_ay_emu, &new_ay_file, "AY", 1 }}; |
120 | 120 |
121 // Setup | 121 // Setup |
122 | 122 |
123 blargg_err_t Ay_Emu::load_mem_( byte const* in, long size ) | 123 blargg_err_t Ay_Emu::load_mem_( byte const* in, long size ) |
124 { | 124 { |