comparison Plugins/Input/adplug/core/u6m.cpp @ 637:2b06eb5e472d trunk

[svn] Sync with upstream. Drop hardware OPL2/3 support, it throws warnings and is not used on most modern machines. Added var inits where GCC 4.0 thought it was a good idea.
author chainsaw
date Sat, 18 Feb 2006 08:23:30 -0800
parents 8df427a314a8
children 6ad7eb96dd26
comparison
equal deleted inserted replaced
636:aa6914ee37ab 637:2b06eb5e472d
206 std::stack<unsigned char> root_stack; 206 std::stack<unsigned char> root_stack;
207 207
208 long bytes_written = 0; 208 long bytes_written = 0;
209 209
210 int cW; 210 int cW;
211 int pW; 211 int pW = 0;
212 unsigned char C; 212 unsigned char C;
213 213
214 while (!end_marker_reached) 214 while (!end_marker_reached)
215 { 215 {
216 cW = get_next_codeword(bits_read, source.data, codeword_size); 216 cW = get_next_codeword(bits_read, source.data, codeword_size);