/* ** Nofrendo (c) 1998-2000 Matthew Conte (matt@conte.com) ** ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of version 2 of the GNU Library General ** Public License as published by the Free Software Foundation. ** ** This program is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Library General Public License for more details. To obtain a ** copy of the GNU Library General Public License, write to the Free ** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ** ** Any permitted reproduction of these routines, in whole or in part, ** must bear this legend. ** ** ** mmc5_snd.h ** ** Nintendo MMC5 sound emulation header ** $Id: mmc5_snd.h,v 1.2 2001/04/27 14:37:11 neil Exp $ */ #ifndef _MMC5_SND_H_ #define _MMC5_SND_H_ #include "nes_apu.h" extern const apuext_t mmc5_ext; #endif /* !_MMC5_SND_H_ */ /* ** $Log: mmc5_snd.h,v $ ** Revision 1.2 2001/04/27 14:37:11 neil ** wheeee ** ** Revision 1.1 2001/04/27 12:54:40 neil ** blah ** ** Revision 1.1.1.1 2001/04/27 07:03:54 neil ** initial ** ** Revision 1.2 2000/11/13 00:57:08 matt ** doesn't look as nasty now ** ** Revision 1.1 2000/10/24 12:19:59 matt ** changed directory structure ** ** Revision 1.6 2000/10/10 13:58:18 matt ** stroustrup squeezing his way in the door ** ** Revision 1.5 2000/09/27 12:26:03 matt ** changed sound accumulators back to floats ** ** Revision 1.4 2000/09/15 13:38:40 matt ** changes for optimized apu core ** ** Revision 1.3 2000/07/17 01:52:31 matt ** made sure last line of all source files is a newline ** ** Revision 1.2 2000/06/20 04:06:16 matt ** migrated external sound definition to apu module ** ** Revision 1.1 2000/06/20 00:06:47 matt ** initial revision ** */