1 /*
2 ** Nofrendo (c) 1998-2000 Matthew Conte (matt@conte.com)
3 **
4 **
5 ** This program is free software; you can redistribute it and/or
6 ** modify it under the terms of version 2 of the GNU Library General
7 ** Public License as published by the Free Software Foundation.
8 **
9 ** This program is distributed in the hope that it will be useful,
10 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 ** Library General Public License for more details.  To obtain a
13 ** copy of the GNU Library General Public License, write to the Free
14 ** Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
15 ** MA 02110-1301, USA.
16 **
17 ** Any permitted reproduction of these routines, in whole or in part,
18 ** must bear this legend.
19 **
20 **
21 ** fds_snd.h
22 **
23 ** Famicom Disk System sound emulation
24 ** $Id: fds_snd.h,v 1.2 2003/12/05 15:55:01 f1rmb Exp $
25 */
26 
27 #ifndef _FDS_SND_H_
28 #define _FDS_SND_H_
29 
30 #include "nes_apu.h"
31 
32 extern apuext_t fds_ext;
33 
34 
35 #endif /* _VRCVISND_H_ */
36 
37 /*
38 ** $Log: fds_snd.h,v $
39 ** Revision 1.2  2003/12/05 15:55:01  f1rmb
40 ** cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
41 **
42 ** Revision 1.1  2003/01/08 07:04:35  tmmm
43 ** initial import of Nosefart sources
44 **
45 ** Revision 1.2  2000/06/20 04:06:16  matt
46 ** migrated external sound definition to apu module
47 **
48 ** Revision 1.1  2000/06/20 00:06:47  matt
49 ** initial revision
50 **
51 */
52