Mercurial > audlegacy
comparison Plugins/Input/console/Nes_Apu.cpp @ 1458:f12d7e208b43 trunk
[svn] Update FSF address in copyright notices. Update autotools templates.
author | chainsaw |
---|---|
date | Wed, 02 Aug 2006 15:44:07 -0700 |
parents | c04dff121e1d |
children | 705d4c089fce |
comparison
equal
deleted
inserted
replaced
1457:bbd5869239e5 | 1458:f12d7e208b43 |
---|---|
10 module is distributed in the hope that it will be useful, but WITHOUT ANY | 10 module is distributed in the hope that it will be useful, but WITHOUT ANY |
11 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | 11 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
12 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for | 12 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for |
13 more details. You should have received a copy of the GNU Lesser General | 13 more details. You should have received a copy of the GNU Lesser General |
14 Public License along with this module; if not, write to the Free Software | 14 Public License along with this module; if not, write to the Free Software |
15 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ | 15 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA */ |
16 | 16 |
17 #include BLARGG_SOURCE_BEGIN | 17 #include BLARGG_SOURCE_BEGIN |
18 | 18 |
19 int const amp_range = 15; | 19 int const amp_range = 15; |
20 | 20 |