diff --git a/zsnes/src/Makefile.in b/zsnes/src/Makefile.in index ff45242a..c8da395e 100644 --- a/zsnes/src/Makefile.in +++ b/zsnes/src/Makefile.in @@ -1,4 +1,9 @@ -#Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +#Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +# +#zsknight@zsnes.com +#_demo_@zsnes.com +#pagefault@zsnes.com +#n-a-c-h@users.sf.net # #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License @@ -221,3 +226,4 @@ distclean: + diff --git a/zsnes/src/cfgload.asm b/zsnes/src/cfgload.asm index b899053f..28207862 100644 --- a/zsnes/src/cfgload.asm +++ b/zsnes/src/cfgload.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1948,3 +1953,4 @@ section .data .str3 dd 10 db 'REINITTIME' .usespace db 0 + diff --git a/zsnes/src/chips/dsp1emu.c b/zsnes/src/chips/dsp1emu.c index eb808ec1..70b5a2ee 100644 --- a/zsnes/src/chips/dsp1emu.c +++ b/zsnes/src/chips/dsp1emu.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #define __ZSNES__ @@ -1554,3 +1562,4 @@ void DSPOp2F() { Op2FSize=0x100; } + diff --git a/zsnes/src/chips/dsp1proc.asm b/zsnes/src/chips/dsp1proc.asm index d16c5e29..c25492f6 100644 --- a/zsnes/src/chips/dsp1proc.asm +++ b/zsnes/src/chips/dsp1proc.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -880,3 +885,4 @@ DSP1_14: ; 3D angle rotation pop eax ret + diff --git a/zsnes/src/chips/dsp2proc.asm b/zsnes/src/chips/dsp2proc.asm index 0fd1b857..fb14ba68 100644 --- a/zsnes/src/chips/dsp2proc.asm +++ b/zsnes/src/chips/dsp2proc.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -606,3 +611,4 @@ NEWSYM DSP2Write16b xor eax,eax .leave ret + diff --git a/zsnes/src/chips/fxemu2.asm b/zsnes/src/chips/fxemu2.asm index 7e8bccfa..83d20a18 100644 --- a/zsnes/src/chips/fxemu2.asm +++ b/zsnes/src/chips/fxemu2.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2687,3 +2692,4 @@ NEWSYM FXEndLoop SECTION .data NEWSYM fxtrace, db 0; times 65536 db 0 + diff --git a/zsnes/src/chips/fxemu2.mac b/zsnes/src/chips/fxemu2.mac index b37e1b0e..433c43b3 100644 --- a/zsnes/src/chips/fxemu2.mac +++ b/zsnes/src/chips/fxemu2.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -832,3 +837,4 @@ shr eax,2 mov [SfxDREG],eax %endmacro + diff --git a/zsnes/src/chips/fxemu2b.asm b/zsnes/src/chips/fxemu2b.asm index d0dc9086..1011a6ad 100644 --- a/zsnes/src/chips/fxemu2b.asm +++ b/zsnes/src/chips/fxemu2b.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -611,3 +616,4 @@ NEWSYM FxOpcBF ; FROM rn set source register mov byte[SfxOverflow],al CLRFLAGS ret + diff --git a/zsnes/src/chips/fxemu2b.mac b/zsnes/src/chips/fxemu2b.mac index 654785ed..61bff4c4 100644 --- a/zsnes/src/chips/fxemu2b.mac +++ b/zsnes/src/chips/fxemu2b.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -86,3 +91,4 @@ CLRFLAGS ret %endmacro + diff --git a/zsnes/src/chips/fxemu2c.asm b/zsnes/src/chips/fxemu2c.asm index e22f4f17..58bbb793 100644 --- a/zsnes/src/chips/fxemu2c.asm +++ b/zsnes/src/chips/fxemu2c.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2551,3 +2556,4 @@ NEWSYM FxOpdFFA2 ; SM (XX),RN store word in RAM mov [eax+ebx],dh CLRFLAGS FXReturn + diff --git a/zsnes/src/chips/fxemu2c.mac b/zsnes/src/chips/fxemu2c.mac index 564b305f..e76adee9 100644 --- a/zsnes/src/chips/fxemu2c.mac +++ b/zsnes/src/chips/fxemu2c.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -526,3 +531,4 @@ CLRFLAGS FXReturn %endmacro + diff --git a/zsnes/src/chips/fxtable.asm b/zsnes/src/chips/fxtable.asm index 720415d0..b3c86582 100644 --- a/zsnes/src/chips/fxtable.asm +++ b/zsnes/src/chips/fxtable.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3539,3 +3544,4 @@ NEWSYM sfxnametab db 'IWT R4 IWT R5 IWT R6 IWT R7 ' db 'IWT R8 IWT R9 IWT R10 IWT R11 ' db 'IWT R12 IWT R13 IWT R14 IWT R15 ' + diff --git a/zsnes/src/chips/sa1proc.asm b/zsnes/src/chips/sa1proc.asm index 3e0538f0..a3d3a008 100644 --- a/zsnes/src/chips/sa1proc.asm +++ b/zsnes/src/chips/sa1proc.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -362,3 +367,4 @@ NEWSYM SA1switchtovirq add esi,eax ret + diff --git a/zsnes/src/chips/sa1regs.asm b/zsnes/src/chips/sa1regs.asm index 8cf2cc8a..e5e97d0f 100644 --- a/zsnes/src/chips/sa1regs.asm +++ b/zsnes/src/chips/sa1regs.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2722,3 +2727,4 @@ NEWSYM sdd14801w pop ebx pop eax ret + diff --git a/zsnes/src/chips/sdd1emu.c b/zsnes/src/chips/sdd1emu.c index 66fd59c8..f8e9e802 100644 --- a/zsnes/src/chips/sdd1emu.c +++ b/zsnes/src/chips/sdd1emu.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + /******************************************************************************* S-DD1 C emulator code @@ -262,3 +270,4 @@ unsigned char SDD1_get_byte(void){ return 0; } } + diff --git a/zsnes/src/chips/seta10.c b/zsnes/src/chips/seta10.c index b4f61ecb..3b4a95fe 100755 --- a/zsnes/src/chips/seta10.c +++ b/zsnes/src/chips/seta10.c @@ -1,5 +1,10 @@ /* -Copyright (C) 2003-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/zsnes/src/chips/sfxproc.asm b/zsnes/src/chips/sfxproc.asm index d2cbda25..d38126c6 100644 --- a/zsnes/src/chips/sfxproc.asm +++ b/zsnes/src/chips/sfxproc.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -665,3 +670,4 @@ NEWSYM sfxaccessbankw16d mov [ebx+ecx+65536*3],ax xor ebx,ebx ret + diff --git a/zsnes/src/chips/st10proc.asm b/zsnes/src/chips/st10proc.asm index 03e43077..2d5c613b 100644 --- a/zsnes/src/chips/st10proc.asm +++ b/zsnes/src/chips/st10proc.asm @@ -1,4 +1,9 @@ -;Copyright (C) 2003-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License diff --git a/zsnes/src/configure.in b/zsnes/src/configure.in index 286de496..c1e723f7 100644 --- a/zsnes/src/configure.in +++ b/zsnes/src/configure.in @@ -4,7 +4,7 @@ AC_INIT(init.asm) AC_CONFIG_HEADER(config.h) ISODATE=`date +%Y-%m-%d` AC_SUBST(ISODATE) -VERSION=1.40 +VERSION=1.41 AC_SUBST(VERSION) AC_ARG_WITH(nasm-prefix,[ --with-nasm-prefix=PFX Prefix where nasm is installed (optional)], nasm_prefix="$withval", nasm_prefix="") diff --git a/zsnes/src/cpu/65816d.inc b/zsnes/src/cpu/65816d.inc index 0678cca3..c8602947 100644 --- a/zsnes/src/cpu/65816d.inc +++ b/zsnes/src/cpu/65816d.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1691,3 +1696,4 @@ emulRTI mov word[stackor],0100h endloop %endmacro + diff --git a/zsnes/src/cpu/65816db.inc b/zsnes/src/cpu/65816db.inc index 685699b9..815ef266 100644 --- a/zsnes/src/cpu/65816db.inc +++ b/zsnes/src/cpu/65816db.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1692,3 +1697,4 @@ emulRTI mov word[stackor],0100h endloop %endmacro + diff --git a/zsnes/src/cpu/65816dc.inc b/zsnes/src/cpu/65816dc.inc index 9b4ccb8c..e3eb9373 100644 --- a/zsnes/src/cpu/65816dc.inc +++ b/zsnes/src/cpu/65816dc.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1707,3 +1712,4 @@ emulRTI endloop %endmacro + diff --git a/zsnes/src/cpu/address.inc b/zsnes/src/cpu/address.inc index 2e13a082..dcd2a417 100644 --- a/zsnes/src/cpu/address.inc +++ b/zsnes/src/cpu/address.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -809,3 +814,4 @@ EXTSYM membank0w8ram .np call dword near [memtablew16+ebx*4] %endmacro + diff --git a/zsnes/src/cpu/address2.inc b/zsnes/src/cpu/address2.inc index 21df01d3..cb561f42 100644 --- a/zsnes/src/cpu/address2.inc +++ b/zsnes/src/cpu/address2.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -789,3 +794,4 @@ EXTSYM DPageR8,DPageR16,DPageW8,DPageW16 .np call dword near [memtablew16+ebx*4] %endmacro + diff --git a/zsnes/src/cpu/addrni.asm b/zsnes/src/cpu/addrni.asm index 05bc1b39..9b942447 100644 --- a/zsnes/src/cpu/addrni.asm +++ b/zsnes/src/cpu/addrni.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -400,3 +405,4 @@ .npb call dword near [memtabler16+ebx*4] %endmacro + diff --git a/zsnes/src/cpu/addrni.inc b/zsnes/src/cpu/addrni.inc index 503a7703..094778ef 100644 --- a/zsnes/src/cpu/addrni.inc +++ b/zsnes/src/cpu/addrni.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -402,3 +407,4 @@ call dword near [memtabler16+ebx*4] %endmacro + diff --git a/zsnes/src/cpu/dma.asm b/zsnes/src/cpu/dma.asm index f47c576a..8d433cb3 100644 --- a/zsnes/src/cpu/dma.asm +++ b/zsnes/src/cpu/dma.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1419,3 +1424,4 @@ NEWSYM exechdmars .nohdma mov byte[hdmarestart],0 ret + diff --git a/zsnes/src/cpu/dsp.asm b/zsnes/src/cpu/dsp.asm index 892fa950..d76a7f3e 100644 --- a/zsnes/src/cpu/dsp.asm +++ b/zsnes/src/cpu/dsp.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2860,3 +2865,4 @@ NEWSYM WDSPRegFE ; NEWSYM WDSPRegFF ; mov [DSPMem+0FFh],al ret + diff --git a/zsnes/src/cpu/dspproc.asm b/zsnes/src/cpu/dspproc.asm index 3cd61ce2..2952f745 100644 --- a/zsnes/src/cpu/dspproc.asm +++ b/zsnes/src/cpu/dspproc.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -5506,3 +5511,4 @@ NEWSYM LPFexit .nosurround ret + diff --git a/zsnes/src/cpu/e65816.inc b/zsnes/src/cpu/e65816.inc index d2858571..981513de 100644 --- a/zsnes/src/cpu/e65816.inc +++ b/zsnes/src/cpu/e65816.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1998,3 +2003,4 @@ COp42: ; WDM endloop NEWSYM E65816IncEnd + diff --git a/zsnes/src/cpu/e65816b.inc b/zsnes/src/cpu/e65816b.inc index b46dd5b3..f9d1f91f 100644 --- a/zsnes/src/cpu/e65816b.inc +++ b/zsnes/src/cpu/e65816b.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1989,3 +1994,4 @@ COpFB: ; XCE i COp42: ; WDM inc esi endloop + diff --git a/zsnes/src/cpu/e65816c.inc b/zsnes/src/cpu/e65816c.inc index f21fe6d5..cc52741c 100644 --- a/zsnes/src/cpu/e65816c.inc +++ b/zsnes/src/cpu/e65816c.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1989,3 +1994,4 @@ COpFB: ; XCE i COp42: ; WDM inc esi endloop + diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index 8f845dbc..7f294bb0 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -4434,3 +4439,4 @@ NEWSYM execsingle ; mov byte[debstop3],1 jmp switchtovirqdeb + diff --git a/zsnes/src/cpu/fir_tables.inc b/zsnes/src/cpu/fir_tables.inc index 986a7037..013afd56 100644 --- a/zsnes/src/cpu/fir_tables.inc +++ b/zsnes/src/cpu/fir_tables.inc @@ -1,3 +1,25 @@ +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net +; +;This program is free software; you can redistribute it and/or +;modify it under the terms of the GNU General Public License +;as published by the Free Software Foundation; either +;version 2 of the License, or (at your option) any later +;version. +; +;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 General Public License for more details. +; +;You should have received a copy of the GNU General Public License +;along with this program; if not, write to the Free Software +;Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + fir_lut: dw 27, -363, 1153, 14775, 1153, -363, 27, -24 dw 27, -362, 1147, 14775, 1159, -365, 27, -24 diff --git a/zsnes/src/cpu/irq.asm b/zsnes/src/cpu/irq.asm index 0f9fb408..0bcee866 100644 --- a/zsnes/src/cpu/irq.asm +++ b/zsnes/src/cpu/irq.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -550,3 +555,4 @@ NEWSYM NMIemulmodedeb add esi,eax jmp execloopdeb + diff --git a/zsnes/src/cpu/memory.asm b/zsnes/src/cpu/memory.asm index c8f53617..8bbdb419 100644 --- a/zsnes/src/cpu/memory.asm +++ b/zsnes/src/cpu/memory.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -4997,3 +5002,4 @@ NEWSYM memaccessbankr8sdd1 jmp memaccessbankr8 SECTION .bss .tmpbyte resb 1 + diff --git a/zsnes/src/cpu/regs.inc b/zsnes/src/cpu/regs.inc index 653befe7..13fc9121 100644 --- a/zsnes/src/cpu/regs.inc +++ b/zsnes/src/cpu/regs.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1238,3 +1243,4 @@ SECTION .data SECTION .text + diff --git a/zsnes/src/cpu/regs.mac b/zsnes/src/cpu/regs.mac index 7f6ba055..73cf5ebe 100644 --- a/zsnes/src/cpu/regs.mac +++ b/zsnes/src/cpu/regs.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -98,3 +103,4 @@ mov al,bl .ny7 %endmacro + diff --git a/zsnes/src/cpu/regsw.inc b/zsnes/src/cpu/regsw.inc index 269e850b..d44f4e43 100644 --- a/zsnes/src/cpu/regsw.inc +++ b/zsnes/src/cpu/regsw.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1863,3 +1868,4 @@ SECTION .bss .invbank resb 1 .invaddr resb 1 SECTION .text + diff --git a/zsnes/src/cpu/regsw.mac b/zsnes/src/cpu/regsw.mac index f1d2933a..7da61c2c 100644 --- a/zsnes/src/cpu/regsw.mac +++ b/zsnes/src/cpu/regsw.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -49,3 +54,4 @@ EXTSYM tableadc mov eax,%2 mov [edi],eax %endmacro + diff --git a/zsnes/src/cpu/s65816d.inc b/zsnes/src/cpu/s65816d.inc index 5533867c..84f8120d 100644 --- a/zsnes/src/cpu/s65816d.inc +++ b/zsnes/src/cpu/s65816d.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1572,3 +1577,4 @@ COPemulmode mov word[stackor],0100h endloop %endmacro + diff --git a/zsnes/src/cpu/saddress.inc b/zsnes/src/cpu/saddress.inc index 12086f3f..7d69f359 100644 --- a/zsnes/src/cpu/saddress.inc +++ b/zsnes/src/cpu/saddress.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -809,3 +814,4 @@ EXTSYM SA1DPageR8,SA1DPageR16,SA1DPageW8,SA1DPageW16 .np call dword near [memtablew16+ebx*4] %endmacro + diff --git a/zsnes/src/cpu/saddrni.inc b/zsnes/src/cpu/saddrni.inc index d00a1159..970eb5ac 100644 --- a/zsnes/src/cpu/saddrni.inc +++ b/zsnes/src/cpu/saddrni.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -401,3 +406,4 @@ call dword near [memtabler16+ebx*4] %endmacro + diff --git a/zsnes/src/cpu/se65816.inc b/zsnes/src/cpu/se65816.inc index 911918d6..93f74907 100644 --- a/zsnes/src/cpu/se65816.inc +++ b/zsnes/src/cpu/se65816.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2012,3 +2017,4 @@ SA1COpFB: ; XCE i SA1COp42: ; WDM inc esi endloop + diff --git a/zsnes/src/cpu/spc700.asm b/zsnes/src/cpu/spc700.asm index 934ecb0a..e7d63afb 100644 --- a/zsnes/src/cpu/spc700.asm +++ b/zsnes/src/cpu/spc700.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2782,3 +2787,4 @@ NEWSYM OpDF ; DAA A decimal adjust for add N......ZC NEWSYM Invalidopcode ; Invalid Opcode dec ebp ret + diff --git a/zsnes/src/cpu/spcaddr.inc b/zsnes/src/cpu/spcaddr.inc index 3e9c39b4..0756ebb1 100644 --- a/zsnes/src/cpu/spcaddr.inc +++ b/zsnes/src/cpu/spcaddr.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -94,3 +99,4 @@ add ebx,spcRam ReadByte %endmacro + diff --git a/zsnes/src/cpu/spcdef.inc b/zsnes/src/cpu/spcdef.inc index dcf8b895..39158c84 100644 --- a/zsnes/src/cpu/spcdef.inc +++ b/zsnes/src/cpu/spcdef.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -165,3 +170,4 @@ mov [spcNZ],al ret %endmacro + diff --git a/zsnes/src/cpu/stable.asm b/zsnes/src/cpu/stable.asm index bac9389c..e9d43153 100644 --- a/zsnes/src/cpu/stable.asm +++ b/zsnes/src/cpu/stable.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -690,3 +695,4 @@ NEWSYM SA1settableDm16 mov dword[edi+0FDh*4],SA1COpFDm16d mov dword[edi+0FFh*4],SA1COpFFm16d ret + diff --git a/zsnes/src/cpu/table.asm b/zsnes/src/cpu/table.asm index 5b628587..ddeb985d 100644 --- a/zsnes/src/cpu/table.asm +++ b/zsnes/src/cpu/table.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1190,3 +1195,4 @@ NEWSYM settableDm16 mov dword[edi+0FDh*4],COpFDm16d mov dword[edi+0FFh*4],COpFFm16d ret + diff --git a/zsnes/src/cpu/tableb.asm b/zsnes/src/cpu/tableb.asm index 1ba3a690..f286d2d5 100644 --- a/zsnes/src/cpu/tableb.asm +++ b/zsnes/src/cpu/tableb.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -714,3 +719,4 @@ settableDm16: mov dword[edi+0FDh*4],COpFDm16d mov dword[edi+0FFh*4],COpFFm16d ret + diff --git a/zsnes/src/cpu/tablec.asm b/zsnes/src/cpu/tablec.asm index 189e9877..45cfb37b 100644 --- a/zsnes/src/cpu/tablec.asm +++ b/zsnes/src/cpu/tablec.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -714,3 +719,4 @@ settableDm16: mov dword[edi+0FDh*4],COpFDm16d mov dword[edi+0FFh*4],COpFFm16d ret + diff --git a/zsnes/src/dos/debug.asm b/zsnes/src/dos/debug.asm index 4eafc439..c42808b8 100644 --- a/zsnes/src/dos/debug.asm +++ b/zsnes/src/dos/debug.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -4372,3 +4377,4 @@ NEWSYM ArgumentTable ; F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB FC FD FE FF db 14,01,02,03,15,16,17,18,35,64,09,65,31,66,67,00 SECTION .text + diff --git a/zsnes/src/dos/dosintrf.asm b/zsnes/src/dos/dosintrf.asm index 51027c44..be0587c1 100644 --- a/zsnes/src/dos/dosintrf.asm +++ b/zsnes/src/dos/dosintrf.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1809,3 +1814,4 @@ NEWSYM GetTimeInSeconds div ebx pop es ret + diff --git a/zsnes/src/dos/gppro.asm b/zsnes/src/dos/gppro.asm index 7fa1b3b7..94581679 100644 --- a/zsnes/src/dos/gppro.asm +++ b/zsnes/src/dos/gppro.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -153,3 +158,4 @@ GPP_ERR: pop ebx mov eax,1 ret + diff --git a/zsnes/src/dos/initvid.asm b/zsnes/src/dos/initvid.asm index dd642b89..baebe935 100644 --- a/zsnes/src/dos/initvid.asm +++ b/zsnes/src/dos/initvid.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -569,3 +574,4 @@ NEWSYM dosinitvideo mov ecx,6144 pop es ret + diff --git a/zsnes/src/dos/joy.asm b/zsnes/src/dos/joy.asm index 1117a668..6202c896 100644 --- a/zsnes/src/dos/joy.asm +++ b/zsnes/src/dos/joy.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1677,4 +1682,4 @@ NEWSYM SetInputDevice209 .nopp5 .exit - ret \ No newline at end of file + ret diff --git a/zsnes/src/dos/modemrtn.asm b/zsnes/src/dos/modemrtn.asm index 46b766ec..de6ccd27 100644 --- a/zsnes/src/dos/modemrtn.asm +++ b/zsnes/src/dos/modemrtn.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -450,3 +455,4 @@ NEWSYM DeInitModemC out dx,al sti ret + diff --git a/zsnes/src/dos/sound.asm b/zsnes/src/dos/sound.asm index 7a5e8665..faad4c50 100644 --- a/zsnes/src/dos/sound.asm +++ b/zsnes/src/dos/sound.asm @@ -1,3 +1,25 @@ +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net +; +;This program is free software; you can redistribute it and/or +;modify it under the terms of the GNU General Public License +;as published by the Free Software Foundation; either +;version 2 of the License, or (at your option) any later +;version. +; +;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 General Public License for more details. +; +;You should have received a copy of the GNU General Public License +;along with this program; if not, write to the Free Software +;Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + %include "macros.mac" EXTSYM ProcessSoundBuffer,DosExit,getenv,PrintStr,printhex,printnum,WaitForKey diff --git a/zsnes/src/dos/sw.asm b/zsnes/src/dos/sw.asm index 9a9369dc..068a0802 100644 --- a/zsnes/src/dos/sw.asm +++ b/zsnes/src/dos/sw.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -218,3 +223,4 @@ ModeALoop: dec ecx jnz ModeALoop ret + diff --git a/zsnes/src/dos/sw32.asm b/zsnes/src/dos/sw32.asm index 4957d155..c4277255 100644 --- a/zsnes/src/dos/sw32.asm +++ b/zsnes/src/dos/sw32.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -328,3 +333,4 @@ ALP: ret + diff --git a/zsnes/src/dos/vesa12.asm b/zsnes/src/dos/vesa12.asm index 411b6c3b..22b30125 100644 --- a/zsnes/src/dos/vesa12.asm +++ b/zsnes/src/dos/vesa12.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -539,3 +544,4 @@ RMREGS .sp resw 1 .ss resw 1 .spare times 20 resd 1 + diff --git a/zsnes/src/dos/vesa2.asm b/zsnes/src/dos/vesa2.asm index b4b79f43..5719ddc8 100644 --- a/zsnes/src/dos/vesa2.asm +++ b/zsnes/src/dos/vesa2.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -802,3 +807,4 @@ NEWSYM RMREGS .ss resw 1 .spare times 20 resd 1 ;---------------------------------------------------------------------- + diff --git a/zsnes/src/dos/vga.inc b/zsnes/src/dos/vga.inc index 3eacfd70..dc2e3ec2 100644 --- a/zsnes/src/dos/vga.inc +++ b/zsnes/src/dos/vga.inc @@ -1,3 +1,24 @@ +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net +; +;This program is free software; you can redistribute it and/or +;modify it under the terms of the GNU General Public License +;as published by the Free Software Foundation; either +;version 2 of the License, or (at your option) any later +;version. +; +;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 General Public License for more details. +; +;You should have received a copy of the GNU General Public License +;along with this program; if not, write to the Free Software +;Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ; by kode54, stainless diff --git a/zsnes/src/dos/zfile.c b/zsnes/src/dos/zfile.c index 33b280a4..90bad5c7 100644 --- a/zsnes/src/dos/zfile.c +++ b/zsnes/src/dos/zfile.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include @@ -328,3 +336,4 @@ DWORD GetDate() return(value); } + diff --git a/zsnes/src/dos/zloader.c b/zsnes/src/dos/zloader.c index 2a12b543..cbb99b73 100644 --- a/zsnes/src/dos/zloader.c +++ b/zsnes/src/dos/zloader.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include @@ -415,3 +423,4 @@ int pccmdline(void) } return 0; } + diff --git a/zsnes/src/dos/zsipx.asm b/zsnes/src/dos/zsipx.asm index 7fa849cb..ca2ac9d1 100644 --- a/zsnes/src/dos/zsipx.asm +++ b/zsnes/src/dos/zsipx.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -215,3 +220,4 @@ NEWSYM ipxgetchar pop eax ret + diff --git a/zsnes/src/effects/fixsin.h b/zsnes/src/effects/fixsin.h index 962dd6ad..fde14f87 100644 --- a/zsnes/src/effects/fixsin.h +++ b/zsnes/src/effects/fixsin.h @@ -1,5 +1,10 @@ /* -Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/zsnes/src/effects/water.c b/zsnes/src/effects/water.c index 60d3a2c8..d31d7c5e 100644 --- a/zsnes/src/effects/water.c +++ b/zsnes/src/effects/water.c @@ -1,5 +1,10 @@ /* -Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/zsnes/src/endmem.asm b/zsnes/src/endmem.asm index 3803e446..4647881e 100644 --- a/zsnes/src/endmem.asm +++ b/zsnes/src/endmem.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -251,3 +256,4 @@ NEWSYM bg4change, resb 256 NEWSYM bgwinchange, resb 256 NEWSYM PrevPicture, resb 64*56*2 + diff --git a/zsnes/src/gblhdr.h b/zsnes/src/gblhdr.h index aa330a85..86d3f329 100644 --- a/zsnes/src/gblhdr.h +++ b/zsnes/src/gblhdr.h @@ -1,19 +1,28 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + + /*************************************\ * Global Definitions and Headers File * @@ -114,3 +123,4 @@ #include #endif #endif + diff --git a/zsnes/src/gui/gui.asm b/zsnes/src/gui/gui.asm index 74c8b405..34a4c464 100644 --- a/zsnes/src/gui/gui.asm +++ b/zsnes/src/gui/gui.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -5641,3 +5646,4 @@ db 137,176,166,37,192,241,169,84,32,85,112,168,154,7,247,146,183,225,246,173 db 57,103,110,236,113,118,203,200,22,87,251,7,138,37,12,84,221,171,51,209 db 242,37,89,73,151,162,139,189,131,209,221,96,107,144,175,79,199,123,98,138 db 226,86,221,254,72,14,126,180,200,171,85,94,120,124,196,225,150,57,219,158 + diff --git a/zsnes/src/gui/guicheat.inc b/zsnes/src/gui/guicheat.inc index b356d5c1..37d3f3eb 100644 --- a/zsnes/src/gui/guicheat.inc +++ b/zsnes/src/gui/guicheat.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1356,3 +1361,4 @@ guicheaterror5 db 'PRESS ANY KEY.',0 SECTION .bss guicheatvalrep resb 1 SECTION .text + diff --git a/zsnes/src/gui/guicombo.inc b/zsnes/src/gui/guicombo.inc index c6260658..6f7ba872 100644 --- a/zsnes/src/gui/guicombo.inc +++ b/zsnes/src/gui/guicombo.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -192,3 +197,4 @@ ComboRemoval: .global popad ret + diff --git a/zsnes/src/gui/guikeys.inc b/zsnes/src/gui/guikeys.inc index a2dfa3a2..08c022b0 100644 --- a/zsnes/src/gui/guikeys.inc +++ b/zsnes/src/gui/guikeys.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3301,3 +3306,4 @@ WaitForKey: .mousedis2 mov byte[GUIpclicked],1 ret + diff --git a/zsnes/src/gui/guiload.inc b/zsnes/src/gui/guiload.inc index 08aceaf3..703eb698 100644 --- a/zsnes/src/gui/guiload.inc +++ b/zsnes/src/gui/guiload.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1596,3 +1601,4 @@ loadquickfname: SECTION .bss .temp resd 256 SECTION .text + diff --git a/zsnes/src/gui/guimisc.inc b/zsnes/src/gui/guimisc.inc index 112a2bce..2ac0b558 100644 --- a/zsnes/src/gui/guimisc.inc +++ b/zsnes/src/gui/guimisc.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -540,3 +545,4 @@ NEWSYM GUIDoReset mov byte[Voice7Status],0 mov byte[GUIQuit],2 ret + diff --git a/zsnes/src/gui/guimouse.inc b/zsnes/src/gui/guimouse.inc index ad50f8c6..f3a8255d 100644 --- a/zsnes/src/gui/guimouse.inc +++ b/zsnes/src/gui/guimouse.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3331,3 +3336,4 @@ DrawMouse: jnz near .next2 ret + diff --git a/zsnes/src/gui/guinetpl.inc b/zsnes/src/gui/guinetpl.inc index 879e641a..68b19d6c 100644 --- a/zsnes/src/gui/guinetpl.inc +++ b/zsnes/src/gui/guinetpl.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1842,3 +1847,4 @@ SECTION .data StateLoadedOk db 10,13,'STATE LOADED.',10,13,10,13,0 StateLoadedFail db 10,13,'LOAD FAILED.',10,13,10,13,0 SECTION .text + diff --git a/zsnes/src/gui/guitools.inc b/zsnes/src/gui/guitools.inc index 4277aede..87424bb4 100644 --- a/zsnes/src/gui/guitools.inc +++ b/zsnes/src/gui/guitools.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -834,3 +839,4 @@ GUIDrawSlideBar: mov esi,%7 call GUIDrawSlideBar %endmacro + diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index 898bc629..19c06b0b 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -5251,16 +5256,16 @@ DisplayGUIAbout: ret SECTION .data -GUIGUIAboutText1 db 'ZSNES V',ZVERSION,' ',0 ;Need room for date -GUIGUIAboutText2 db 'CODED BY : ',0 -GUIGUIAboutText3 db ' ZSKNIGHT',0 -GUIGUIAboutText4 db ' _DEMO_',0 -GUIGUIAboutText6c db ' PAGEFAULT',0 -GUIGUIAboutText5 db 'ASSISTANT CODERS : ',0 -GUIGUIAboutText6 db ' PHAROS NACH',0 +GUIGUIAboutText1 db 'ZSNES V',ZVERSION,' ',0 ;Need room for date +GUIGUIAboutText2 db 'CODED BY : ',0 +GUIGUIAboutText3 db ' ZSKNIGHT _DEMO_',0 +GUIGUIAboutText4 db ' PAGEFAULT NACH',0 +GUIGUIAboutText6c db 0 +GUIGUIAboutText5 db 'ASSISTANT CODERS :',0 +GUIGUIAboutText6 db ' PHAROS STATMAT',0 GUIGUIAboutText6b db ' TEUF HPSOLO',0 GUIGUIAboutText6d db ' THEODDONE33 SILOH',0 -GUIGUIAboutText6e db ' STATMAT',0 +GUIGUIAboutText6e db 0 %ifdef __MSDOS__ GUIGUIAboutText7 db 'DOS VERSION',0 @@ -6515,3 +6520,4 @@ NEWSYM GUIMenuItem, db 'GAME ',0 SECTION .text + diff --git a/zsnes/src/gui/menu.asm b/zsnes/src/gui/menu.asm index ef32e015..cbd02726 100644 --- a/zsnes/src/gui/menu.asm +++ b/zsnes/src/gui/menu.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2005 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 060d681d..2e139aec 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3805,3 +3810,4 @@ NEWSYM outofmemoryerror2, db 'ROM IS TOO BIG.',0 + diff --git a/zsnes/src/initc.c b/zsnes/src/initc.c index 056a6194..b178ee7f 100755 --- a/zsnes/src/initc.c +++ b/zsnes/src/initc.c @@ -1,5 +1,10 @@ /* -Copyright (C) 2003-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -17,6 +22,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + + #ifdef __LINUX__ #include "gblhdr.h" #define DIR_SLASH "/" @@ -1465,3 +1472,4 @@ void SPC7_Convert_Lower() + diff --git a/zsnes/src/linux/copyvwin.asm b/zsnes/src/linux/copyvwin.asm index 24af3144..993f8452 100644 --- a/zsnes/src/linux/copyvwin.asm +++ b/zsnes/src/linux/copyvwin.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1560,3 +1565,4 @@ NEWSYM interpolate640x480x16bwin SECTION .data InterPtr dd 0 + diff --git a/zsnes/src/linux/gl_draw.c b/zsnes/src/linux/gl_draw.c index 82cdd5c7..55d85b4d 100644 --- a/zsnes/src/linux/gl_draw.c +++ b/zsnes/src/linux/gl_draw.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include "gblhdr.h" @@ -402,3 +410,4 @@ void gl_scanlines(void) glscanready = scanlines; } + diff --git a/zsnes/src/linux/gl_draw.h b/zsnes/src/linux/gl_draw.h index 8f91b856..a3f9d121 100644 --- a/zsnes/src/linux/gl_draw.h +++ b/zsnes/src/linux/gl_draw.h @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef GL_DRAW_h #define GL_DRAW_h 1 @@ -24,3 +32,4 @@ void gl_clearwin(); void gl_drawwin(); #endif + diff --git a/zsnes/src/linux/sdlintrf.asm b/zsnes/src/linux/sdlintrf.asm index 3d820b3c..db7b7af3 100644 --- a/zsnes/src/linux/sdlintrf.asm +++ b/zsnes/src/linux/sdlintrf.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1745,3 +1750,4 @@ NEWSYM GetTimeInSeconds movzx ebx,word[SystemTimewSecond] add eax,ebx ret + diff --git a/zsnes/src/linux/sdllink.c b/zsnes/src/linux/sdllink.c index fe2f18b2..016fd991 100644 --- a/zsnes/src/linux/sdllink.c +++ b/zsnes/src/linux/sdllink.c @@ -1,20 +1,25 @@ -/* Copyright (C) 1997-2002 ZSNES Team -* -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; either -* version 2 of the License, or (at your option) any later -* version. -* -* 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 General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program; if not, write to the Free Software -* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -* +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gblhdr.h" diff --git a/zsnes/src/linux/sockserv.c b/zsnes/src/linux/sockserv.c index e53ed8bc..1bc26bf6 100644 --- a/zsnes/src/linux/sockserv.c +++ b/zsnes/src/linux/sockserv.c @@ -1,5 +1,11 @@ /* -Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either diff --git a/zsnes/src/linux/sockserv.h b/zsnes/src/linux/sockserv.h index e53ed8bc..1bc26bf6 100644 --- a/zsnes/src/linux/sockserv.h +++ b/zsnes/src/linux/sockserv.h @@ -1,5 +1,11 @@ /* -Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either diff --git a/zsnes/src/linux/sw_draw.c b/zsnes/src/linux/sw_draw.c index a382b6be..beb8fc3e 100644 --- a/zsnes/src/linux/sw_draw.c +++ b/zsnes/src/linux/sw_draw.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include "gblhdr.h" @@ -168,3 +176,4 @@ void sw_drawwin() } UnlockSurface(); } + diff --git a/zsnes/src/linux/sw_draw.h b/zsnes/src/linux/sw_draw.h index 50ee9c37..d10a6669 100644 --- a/zsnes/src/linux/sw_draw.h +++ b/zsnes/src/linux/sw_draw.h @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #ifndef SW_DRAW_h #define SW_DRAW_h 1 @@ -24,3 +32,4 @@ void sw_clearwin(); void sw_drawwin(); #endif + diff --git a/zsnes/src/linux/zfilew.c b/zsnes/src/linux/zfilew.c index 4e3e8740..ee8e6491 100644 --- a/zsnes/src/linux/zfilew.c +++ b/zsnes/src/linux/zfilew.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include @@ -531,3 +539,4 @@ void popdir() } #endif + diff --git a/zsnes/src/linux/zipxw.c b/zsnes/src/linux/zipxw.c index 748ca627..8e344c4c 100644 --- a/zsnes/src/linux/zipxw.c +++ b/zsnes/src/linux/zipxw.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include "gblhdr.h" @@ -53,3 +61,4 @@ EXTSYM _ipx_read_packet ; 80 bytes buffer of received packet EXTSYM _ipx_deinit ; to deinit the ipx */ + diff --git a/zsnes/src/linux/zloaderw.c b/zsnes/src/linux/zloaderw.c index fb6f857e..b500c445 100644 --- a/zsnes/src/linux/zloaderw.c +++ b/zsnes/src/linux/zloaderw.c @@ -1,5 +1,11 @@ /* -Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either diff --git a/zsnes/src/linux/ztcp.c b/zsnes/src/linux/ztcp.c index 7a27c29e..9e9964b5 100644 --- a/zsnes/src/linux/ztcp.c +++ b/zsnes/src/linux/ztcp.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + /**********************************************************\ @@ -1252,3 +1260,4 @@ void WinErrorC2(void){ #endif } + diff --git a/zsnes/src/macros.mac b/zsnes/src/macros.mac index 512f2c26..eaaa4a78 100644 --- a/zsnes/src/macros.mac +++ b/zsnes/src/macros.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -20,7 +25,7 @@ bits 32 section .text ; Zsnes required macros -%define ZVERSION '1.40' +%define ZVERSION '1.41' %ifdef ELF %imacro newsym 1 @@ -151,3 +156,4 @@ call printf add esp, 16 popad %endmacro + diff --git a/zsnes/src/makefile.dos b/zsnes/src/makefile.dos index a38966cf..dc400cdb 100644 --- a/zsnes/src/makefile.dos +++ b/zsnes/src/makefile.dos @@ -1,4 +1,9 @@ -#Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +#Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +# +#zsknight@zsnes.com +#_demo_@zsnes.com +#pagefault@zsnes.com +#n-a-c-h@users.sf.net # #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License @@ -229,3 +234,4 @@ clean: + diff --git a/zsnes/src/makefile.mingw b/zsnes/src/makefile.mingw index b35a94fe..3ced8381 100644 --- a/zsnes/src/makefile.mingw +++ b/zsnes/src/makefile.mingw @@ -1,4 +1,9 @@ -#Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +#Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +# +#zsknight@zsnes.com +#_demo_@zsnes.com +#pagefault@zsnes.com +#n-a-c-h@users.sf.net # #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License @@ -262,3 +267,4 @@ clean: + diff --git a/zsnes/src/makefile.win b/zsnes/src/makefile.win index c7ff00b5..7976220e 100644 --- a/zsnes/src/makefile.win +++ b/zsnes/src/makefile.win @@ -1,4 +1,9 @@ -#Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +#Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +# +#zsknight@zsnes.com +#_demo_@zsnes.com +#pagefault@zsnes.com +#n-a-c-h@users.sf.net # #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License @@ -260,3 +265,4 @@ clean: + diff --git a/zsnes/src/patch.c b/zsnes/src/patch.c index d9f21403..5aeef8c1 100644 --- a/zsnes/src/patch.c +++ b/zsnes/src/patch.c @@ -1,5 +1,10 @@ /* -Copyright (C) 2003-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -17,6 +22,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + + #ifdef __LINUX__ #include "gblhdr.h" #else @@ -288,3 +295,4 @@ void findZipIPS(char *compressedfile) PatchUsingIPS(); } + diff --git a/zsnes/src/ui.asm b/zsnes/src/ui.asm index 89ee6824..2b875cc9 100644 --- a/zsnes/src/ui.asm +++ b/zsnes/src/ui.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -133,7 +138,7 @@ NEWSYM outofmem, db 'You don',39,'t have enough memory to run this program!',13, NEWSYM welcome - db 'ZSNES v',ZVERSION,' (c) 1997-2004, ZSNES Team',13,10,13,10 + db 'ZSNES v',ZVERSION,' (c) 1997-2005, ZSNES Team',13,10,13,10 db 'Be sure to check http://www.zsnes.com/ for the latest version.',13,10 db 'Please report crashes to zsnes-devel@lists.sourceforge.net.',13,10,13,10 db 'ZSNES is written by the ZSNES Team (See AUTHORS.TXT)',13,10 @@ -1296,3 +1301,4 @@ NEWSYM MMXCheck .noprintstr .nommx ret + diff --git a/zsnes/src/uic.c b/zsnes/src/uic.c index 34a98d0c..46dfb078 100644 --- a/zsnes/src/uic.c +++ b/zsnes/src/uic.c @@ -1,5 +1,10 @@ /* -Copyright (C) 2003-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -17,6 +22,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + + #include //C++ style code in C @@ -95,3 +102,4 @@ void cycleinputdevice() } } } + diff --git a/zsnes/src/vcache.asm b/zsnes/src/vcache.asm index 29657804..7040393f 100644 --- a/zsnes/src/vcache.asm +++ b/zsnes/src/vcache.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3913,3 +3918,4 @@ NEWSYM cachesingle8bng pop edi pop esi ret + diff --git a/zsnes/src/version.c b/zsnes/src/version.c index c76af447..2b27f7d9 100644 --- a/zsnes/src/version.c +++ b/zsnes/src/version.c @@ -1,5 +1,10 @@ /* -Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/zsnes/src/video/2xsaimmx.inc b/zsnes/src/video/2xsaimmx.inc index ce128418..2bb3817f 100644 --- a/zsnes/src/video/2xsaimmx.inc +++ b/zsnes/src/video/2xsaimmx.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2073,3 +2078,4 @@ final2a resb 8 final2b resb 8 SECTION .text + diff --git a/zsnes/src/video/2xsaiw.asm b/zsnes/src/video/2xsaiw.asm index 27589f61..42f87f7e 100644 --- a/zsnes/src/video/2xsaiw.asm +++ b/zsnes/src/video/2xsaiw.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2080,3 +2085,4 @@ final1a resb 8 final1b resb 8 final2a resb 8 final2b resb 8 + diff --git a/zsnes/src/video/2xsaiw.inc b/zsnes/src/video/2xsaiw.inc index c0b2242b..a09881d7 100644 --- a/zsnes/src/video/2xsaiw.inc +++ b/zsnes/src/video/2xsaiw.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1375,3 +1380,4 @@ final1a resb 8 final1b resb 8 final2a resb 8 final2b resb 8 + diff --git a/zsnes/src/video/copyvid.inc b/zsnes/src/video/copyvid.inc index 43901aa0..90cf6590 100644 --- a/zsnes/src/video/copyvid.inc +++ b/zsnes/src/video/copyvid.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -6585,3 +6590,4 @@ NEWSYM cscopyvesa12640x480x16b pop es ret %endif + diff --git a/zsnes/src/video/hq2x16.asm b/zsnes/src/video/hq2x16.asm index 56cf9dc1..886134fe 100644 --- a/zsnes/src/video/hq2x16.asm +++ b/zsnes/src/video/hq2x16.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2162,3 +2167,4 @@ FuncTable2 SECTION .bss InterPtr resd 1 SECTION .text + diff --git a/zsnes/src/video/hq2x32.asm b/zsnes/src/video/hq2x32.asm index c81c8250..0c18bfc1 100644 --- a/zsnes/src/video/hq2x32.asm +++ b/zsnes/src/video/hq2x32.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2135,3 +2140,4 @@ FuncTable2 SECTION .bss InterPtr resd 1 SECTION .text + diff --git a/zsnes/src/video/hq3x16.asm b/zsnes/src/video/hq3x16.asm index 72ddd7c3..57b20b70 100644 --- a/zsnes/src/video/hq3x16.asm +++ b/zsnes/src/video/hq3x16.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2751,3 +2756,4 @@ FuncTable2 SECTION .bss InterPtr resd 1 SECTION .text + diff --git a/zsnes/src/video/hq3x32.asm b/zsnes/src/video/hq3x32.asm index 3d85fc70..e6380ecc 100644 --- a/zsnes/src/video/hq3x32.asm +++ b/zsnes/src/video/hq3x32.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2814,3 +2819,4 @@ FuncTable2 SECTION .bss InterPtr resd 1 SECTION .text + diff --git a/zsnes/src/video/hq4x16.asm b/zsnes/src/video/hq4x16.asm index f565adb3..fd5da3f7 100644 --- a/zsnes/src/video/hq4x16.asm +++ b/zsnes/src/video/hq4x16.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -4278,3 +4283,4 @@ FuncTable SECTION .bss InterPtr resd 1 SECTION .text + diff --git a/zsnes/src/video/hq4x32.asm b/zsnes/src/video/hq4x32.asm index aaff9f04..1f2d19a7 100644 --- a/zsnes/src/video/hq4x32.asm +++ b/zsnes/src/video/hq4x32.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -4203,3 +4208,4 @@ SECTION .bss InterPtr resd 1 SECTION .text + diff --git a/zsnes/src/video/m716text.asm b/zsnes/src/video/m716text.asm index 6046843e..c1a0718d 100644 --- a/zsnes/src/video/m716text.asm +++ b/zsnes/src/video/m716text.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -994,3 +999,4 @@ extbg2sub: jne near domosaic16b ret + diff --git a/zsnes/src/video/makev16b.asm b/zsnes/src/video/makev16b.asm index 154ea46d..93774bc4 100644 --- a/zsnes/src/video/makev16b.asm +++ b/zsnes/src/video/makev16b.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3085,3 +3090,4 @@ draw16x1616bwinon: jne near domosaic16b ret + diff --git a/zsnes/src/video/makev16t.asm b/zsnes/src/video/makev16t.asm index 9d7f660a..729c3632 100644 --- a/zsnes/src/video/makev16t.asm +++ b/zsnes/src/video/makev16t.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -5317,3 +5322,4 @@ NEWSYM draw16x1616tswinon dec byte[tileleft16b] jnz near .loopa ret + diff --git a/zsnes/src/video/makevid.asm b/zsnes/src/video/makevid.asm index 4367feda..de3eb36c 100644 --- a/zsnes/src/video/makevid.asm +++ b/zsnes/src/video/makevid.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -4410,3 +4415,4 @@ NEWSYM bshifter, resb 1 NEWSYM a16x16xinc, resb 1 NEWSYM a16x16yinc, resb 1 + diff --git a/zsnes/src/video/mode7.asm b/zsnes/src/video/mode7.asm index 1e7bba95..e303f0d2 100644 --- a/zsnes/src/video/mode7.asm +++ b/zsnes/src/video/mode7.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -823,3 +828,4 @@ NEWSYM processmode7hires pop esi .nogo ret + diff --git a/zsnes/src/video/mode7.mac b/zsnes/src/video/mode7.mac index 4e24fef4..decf3f2e 100644 --- a/zsnes/src/video/mode7.mac +++ b/zsnes/src/video/mode7.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1565,3 +1570,4 @@ EXTSYM ScrDispl ;************************************ + diff --git a/zsnes/src/video/mode716.asm b/zsnes/src/video/mode716.asm index 7b1f962c..ab9c2946 100644 --- a/zsnes/src/video/mode716.asm +++ b/zsnes/src/video/mode716.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -684,3 +689,4 @@ NEWSYM processmode7hires16bd pop esi .nogo ret + diff --git a/zsnes/src/video/mode716.mac b/zsnes/src/video/mode716.mac index d4143ccd..f588d968 100644 --- a/zsnes/src/video/mode716.mac +++ b/zsnes/src/video/mode716.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1903,3 +1908,4 @@ NEWSYM ProcessMode7ngwinD16b Mode7Processngw216b %1, domosaicng16b, 2, %2 %endmacro + diff --git a/zsnes/src/video/mode716b.asm b/zsnes/src/video/mode716b.asm index 5e9277b4..d11c8cc9 100644 --- a/zsnes/src/video/mode716b.asm +++ b/zsnes/src/video/mode716b.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -184,3 +189,4 @@ SECTION .text Mode7Process Mode7Window, domosaic16b, 2 .nextval3w Mode7ProcessB Mode7Window, domosaic16b, 2 + diff --git a/zsnes/src/video/mode716d.asm b/zsnes/src/video/mode716d.asm index 36e4fa9c..00aa173f 100644 --- a/zsnes/src/video/mode716d.asm +++ b/zsnes/src/video/mode716d.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -229,3 +234,4 @@ SECTION .text Mode7Process Mode7Window, domosaic16b, 2 .nextval3w Mode7ProcessB Mode7Window, domosaic16b, 2 + diff --git a/zsnes/src/video/mode716e.asm b/zsnes/src/video/mode716e.asm index dbc72756..29c6d97f 100644 --- a/zsnes/src/video/mode716e.asm +++ b/zsnes/src/video/mode716e.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1259,3 +1264,4 @@ NEWSYM drawmode716extbg2 cmp dh,1 jne near domosaic16b ret + diff --git a/zsnes/src/video/mode716t.asm b/zsnes/src/video/mode716t.asm index 3db56e3a..782f5fc2 100644 --- a/zsnes/src/video/mode716t.asm +++ b/zsnes/src/video/mode716t.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -363,3 +368,4 @@ NEWSYM drawmode716tb SECTION .bss cwinptr2 resd 1 + diff --git a/zsnes/src/video/mode7cal.inc b/zsnes/src/video/mode7cal.inc index 8ef4576d..586dd834 100644 --- a/zsnes/src/video/mode7cal.inc +++ b/zsnes/src/video/mode7cal.inc @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -323,3 +328,4 @@ jmp %%finishmode7 %endmacro + diff --git a/zsnes/src/video/mode7ext.asm b/zsnes/src/video/mode7ext.asm index 68c81b48..b5370215 100644 --- a/zsnes/src/video/mode7ext.asm +++ b/zsnes/src/video/mode7ext.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1321,3 +1326,4 @@ NEWSYM drawmode7ngextbg2 cmp dh,1 jne near domosaic ret + diff --git a/zsnes/src/video/mv16tms.asm b/zsnes/src/video/mv16tms.asm index 818beea4..17dc96dd 100644 --- a/zsnes/src/video/mv16tms.asm +++ b/zsnes/src/video/mv16tms.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1499,3 +1504,4 @@ NEWSYM draw16x1616tswinonms dec byte[tileleft16b] jnz near .loopa ret + diff --git a/zsnes/src/video/newg162.asm b/zsnes/src/video/newg162.asm index fb77e958..8da11b4c 100644 --- a/zsnes/src/video/newg162.asm +++ b/zsnes/src/video/newg162.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1400,3 +1405,4 @@ drawlineng4b16bmsom16x16: drawline16bmacroom16x16 tltype4b,preparet4ba,cachesingle4bng,ngpalcon4b,test4ba,0Fh,procpixelsmst,procpixelstmst drawlineng4b16bmsntom16x16 drawline16bmacroom16x16 tltype4b,preparet4ba,cachesingle4bng,ngpalcon4b,test4ba,0Fh,procpixelsmsnt,procpixelstmsnt + diff --git a/zsnes/src/video/newg162.mac b/zsnes/src/video/newg162.mac index 75fd66d6..e617926d 100644 --- a/zsnes/src/video/newg162.mac +++ b/zsnes/src/video/newg162.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -884,3 +889,4 @@ add word[ofsmtptr],bx jmp %%nextb %endmacro + diff --git a/zsnes/src/video/newg16wn.mac b/zsnes/src/video/newg16wn.mac index 0c3fe600..b34aada6 100644 --- a/zsnes/src/video/newg16wn.mac +++ b/zsnes/src/video/newg16wn.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1188,3 +1193,4 @@ Nextwinmode: add word[ofsmtptr],bx jmp %%next %endmacro + diff --git a/zsnes/src/video/newgfx.asm b/zsnes/src/video/newgfx.asm index ba1c1bfb..8762b9ae 100644 --- a/zsnes/src/video/newgfx.asm +++ b/zsnes/src/video/newgfx.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2349,3 +2354,4 @@ NEWSYM preparesprpr SECTION .bss NEWSYM sprclprio, resd 1 NEWSYM sprsingle, resd 1 + diff --git a/zsnes/src/video/newgfx.mac b/zsnes/src/video/newgfx.mac index 3e0e0545..e0bb5af2 100644 --- a/zsnes/src/video/newgfx.mac +++ b/zsnes/src/video/newgfx.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3370,3 +3375,4 @@ EXTSYM drawmode7ngextbg,drawmode7ngextbg2 pop ebx ret %endmacro + diff --git a/zsnes/src/video/newgfx16.asm b/zsnes/src/video/newgfx16.asm index 45e0bb95..fdd411c3 100644 --- a/zsnes/src/video/newgfx16.asm +++ b/zsnes/src/video/newgfx16.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3618,3 +3623,4 @@ SubScreenClip: ret + diff --git a/zsnes/src/video/newgfx16.mac b/zsnes/src/video/newgfx16.mac index 24d5f351..528cd1e7 100644 --- a/zsnes/src/video/newgfx16.mac +++ b/zsnes/src/video/newgfx16.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3825,3 +3830,4 @@ EXTSYM osm2dis pop ebx ret %endmacro + diff --git a/zsnes/src/video/newgfx2.asm b/zsnes/src/video/newgfx2.asm index 37158702..009dcff2 100644 --- a/zsnes/src/video/newgfx2.asm +++ b/zsnes/src/video/newgfx2.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -664,3 +669,4 @@ Processwinclipom4b: cmp dword[ngcwinmode],1 je near drawlinengom4bwin.winclipped jmp drawlinengom4bwin.loop + diff --git a/zsnes/src/video/newgfx2.mac b/zsnes/src/video/newgfx2.mac index 48b4974e..2acffe05 100644 --- a/zsnes/src/video/newgfx2.mac +++ b/zsnes/src/video/newgfx2.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1011,3 +1016,4 @@ jmp %%next %endmacro + diff --git a/zsnes/src/video/newgfxb.mac b/zsnes/src/video/newgfxb.mac index 6f07b68a..b46232b5 100644 --- a/zsnes/src/video/newgfxb.mac +++ b/zsnes/src/video/newgfxb.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3295,3 +3300,4 @@ pop ebx ret %endmacro + diff --git a/zsnes/src/video/newgfxwn.mac b/zsnes/src/video/newgfxwn.mac index 3531a255..00d5feba 100644 --- a/zsnes/src/video/newgfxwn.mac +++ b/zsnes/src/video/newgfxwn.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1045,3 +1050,4 @@ Nextwinmode: jmp %%next %endmacro + diff --git a/zsnes/src/video/procvid.asm b/zsnes/src/video/procvid.asm index 5bea4d9c..97c688e9 100644 --- a/zsnes/src/video/procvid.asm +++ b/zsnes/src/video/procvid.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -3785,3 +3790,4 @@ db 0,0,0,0,0,1,1,0,0,1,0,0,1,1,0,0,0,0,0,0 db 0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0 db 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + diff --git a/zsnes/src/video/sw_draw.asm b/zsnes/src/video/sw_draw.asm index 5362364d..c4716499 100644 --- a/zsnes/src/video/sw_draw.asm +++ b/zsnes/src/video/sw_draw.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -282,3 +287,4 @@ NEWSYM DrawWin320x240x16 rep stosd popad ret + diff --git a/zsnes/src/video/vidmacrb.mac b/zsnes/src/video/vidmacrb.mac index 11dd3ef9..e2f5fcae 100644 --- a/zsnes/src/video/vidmacrb.mac +++ b/zsnes/src/video/vidmacrb.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1756,3 +1761,4 @@ EXTSYM Testval %%nocache pop ecx %endmacro + diff --git a/zsnes/src/video/vidmacro.mac b/zsnes/src/video/vidmacro.mac index d83ef407..cd400578 100644 --- a/zsnes/src/video/vidmacro.mac +++ b/zsnes/src/video/vidmacro.mac @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1788,3 +1793,4 @@ EXTSYM Testval %%nocache pop ecx %endmacro + diff --git a/zsnes/src/win/copyvwin.asm b/zsnes/src/win/copyvwin.asm index 56e4bc60..9600a252 100644 --- a/zsnes/src/win/copyvwin.asm +++ b/zsnes/src/win/copyvwin.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -1549,3 +1554,4 @@ NEWSYM interpolate640x480x16bwin SECTION .data InterPtr dd 0 SECTION .text + diff --git a/zsnes/src/win/winintrf.asm b/zsnes/src/win/winintrf.asm index 3eee7bc7..d21d5486 100644 --- a/zsnes/src/win/winintrf.asm +++ b/zsnes/src/win/winintrf.asm @@ -1,4 +1,9 @@ -;Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) +;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) +; +;zsknight@zsnes.com +;_demo_@zsnes.com +;pagefault@zsnes.com +;n-a-c-h@users.sf.net ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License @@ -2135,4 +2140,4 @@ NEWSYM fastblur pop ebx ret -%endif \ No newline at end of file +%endif diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 8e2de12a..b9e49a15 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #define DIRECTINPUT_VERSION 0x0800 #define DIRECTSOUND_VERSION 0x0800 @@ -3049,3 +3057,4 @@ void ZsnesPage() } } + diff --git a/zsnes/src/win/zfilew.c b/zsnes/src/win/zfilew.c index 00afc423..5690c2f9 100644 --- a/zsnes/src/win/zfilew.c +++ b/zsnes/src/win/zfilew.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + // Enable use of network loaded games with zsnes:// file names //#define CCBETA @@ -941,3 +949,4 @@ DWORD GetDate() return(value); } + diff --git a/zsnes/src/win/zipxw.c b/zsnes/src/win/zipxw.c index 970f1da7..5449aab7 100644 --- a/zsnes/src/win/zipxw.c +++ b/zsnes/src/win/zipxw.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include @@ -42,3 +50,4 @@ EXTSYM _read_packet ; to read an incoming packet EXTSYM _ipx_read_packet ; 80 bytes buffer of received packet EXTSYM _ipx_deinit ; to deinit the ipx */ + diff --git a/zsnes/src/win/zloaderw.c b/zsnes/src/win/zloaderw.c index db90c4e6..f3ec8fcf 100644 --- a/zsnes/src/win/zloaderw.c +++ b/zsnes/src/win/zloaderw.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + #include @@ -723,3 +731,4 @@ int pccmdline(void) } return 0; } + diff --git a/zsnes/src/win/ztcp.c b/zsnes/src/win/ztcp.c index e842b188..776d56eb 100644 --- a/zsnes/src/win/ztcp.c +++ b/zsnes/src/win/ztcp.c @@ -1,19 +1,27 @@ -//Copyright (C) 1997-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) -// -//This program is free software; you can redistribute it and/or -//modify it under the terms of the GNU General Public License -//as published by the Free Software Foundation; either -//version 2 of the License, or (at your option) any later -//version. -// -//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 General Public License for more details. -// -//You should have received a copy of the GNU General Public License -//along with this program; if not, write to the Free Software -//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +/* +Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach ) + +zsknight@zsnes.com +_demo_@zsnes.com +pagefault@zsnes.com +n-a-c-h@users.sf.net + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later +version. + +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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + /**********************************************************\ @@ -1191,3 +1199,4 @@ void WinErrorC2(void){ MessageBox (NULL, message1, "Init Error" , MB_ICONERROR ); } +