comparison Plugins/Input/console/Nsfe_Emu.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
13 module is distributed in the hope that it will be useful, but WITHOUT ANY 13 module is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for 15 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
16 more details. You should have received a copy of the GNU Lesser General 16 more details. You should have received a copy of the GNU Lesser General
17 Public License along with this module; if not, write to the Free Software 17 Public License along with this module; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA */
19 19
20 #include BLARGG_SOURCE_BEGIN 20 #include BLARGG_SOURCE_BEGIN
21 21
22 #define NSFE_TAG( a, b, c, d ) (d*0x1000000L + c*0x10000L + b*0x100L + a) 22 #define NSFE_TAG( a, b, c, d ) (d*0x1000000L + c*0x10000L + b*0x100L + a)
23 23