comparison src/xs_sidplay1.cc @ 402:f997b79a7251

More work on merging of improved STIL/SLDB handling code with completely dynamic memory allocation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Jun 2006 02:18:02 +0000
parents 0a60ef2b5ab0
children a26263683929
comparison
equal deleted inserted replaced
401:30da794755f7 402:f997b79a7251
25 #ifdef HAVE_SIDPLAY1 25 #ifdef HAVE_SIDPLAY1
26 26
27 #include "xs_sidplay1.h" 27 #include "xs_sidplay1.h"
28 #include <stdio.h> 28 #include <stdio.h>
29 #include "xs_config.h" 29 #include "xs_config.h"
30 #include "xs_length.h"
31 #include "xs_title.h"
32 30
33 #include <sidplay/player.h> 31 #include <sidplay/player.h>
34 #include <sidplay/myendian.h> 32 #include <sidplay/myendian.h>
35 #include <sidplay/fformat.h> 33 #include <sidplay/fformat.h>
36 34