comparison src/console/Kss_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
99 }; 99 };
100 100
101 static Music_Emu* new_kss_emu () { return BLARGG_NEW Kss_Emu ; } 101 static Music_Emu* new_kss_emu () { return BLARGG_NEW Kss_Emu ; }
102 static Music_Emu* new_kss_file() { return BLARGG_NEW Kss_File; } 102 static Music_Emu* new_kss_file() { return BLARGG_NEW Kss_File; }
103 103
104 gme_type_t_ const gme_kss_type [1] = { "MSX", 256, &new_kss_emu, &new_kss_file, "KSS", 0x03 }; 104 gme_type_t_ const gme_kss_type [1] = {{ "MSX", 256, &new_kss_emu, &new_kss_file, "KSS", 0x03 }};
105 105
106 // Setup 106 // Setup
107 107
108 void Kss_Emu::update_gain() 108 void Kss_Emu::update_gain()
109 { 109 {