sid.cpp
 1  /*
 2  	Arduino SID
 3  	Copyright (c) 2015 Frank Bösing
 4  	This library is free software: you can redistribute it and/or modify
 5  	it under the terms of the GNU General Public License as published by
 6  	the Free Software Foundation, either version 3 of the License, or
 7  	(at your option) any later version.
 8  	This library is distributed in the hope that it will be useful,
 9  	but WITHOUT ANY WARRANTY; without even the implied warranty of
10  	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  	GNU General Public License for more details.
12  	You should have received a copy of the GNU General Public License
13  	along with this library.  If not, see <http://www.gnu.org/licenses/>.
14  
15  	Diese Bibliothek ist freie Software: Sie können es unter den Bedingungen
16  	der GNU General Public License, wie von der Free Software Foundation,
17  	Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
18  	veröffentlichten Version, weiterverbreiten und/oder modifizieren.
19  	Diese Bibliothek wird in der Hoffnung, dass es nützlich sein wird, aber
20  	OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
21  	Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
22  	Siehe die GNU General Public License für weitere Details.
23  	Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
24  	Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
25  
26   */
27  
28  #include "reSID/envelope.cpp"
29  #include "reSID/extfilt.cpp"
30  #include "reSID/filter.cpp"
31  #include "reSID/pot.cpp"
32  #include "reSID/version.cpp"
33  #include "reSID/voice.cpp"
34  
35  
36  #include "reSID/wave6581__ST.cpp" 
37  #include "reSID/wave6581_P_T.cpp"
38  #include "reSID/wave6581_PS_.cpp"
39  #include "reSID/wave6581_PST.cpp"
40  
41  /*
42  #include "reSID/wave8580__ST.cc" 
43  #include "reSID/wave8580_P_T.cc"
44  #include "reSID/wave8580_PS_.cc"
45  #include "reSID/wave8580_PST.cc"
46  */
47  #include "reSID/wave.cpp"
48  
49  #include "reSID/sid.cpp"