Remove some more netplay junk.

This commit is contained in:
n-a-c-h
2005-04-18 02:40:59 +00:00
parent 8a1dd389a6
commit 197747a6e8
10 changed files with 16 additions and 918 deletions

View File

@@ -52,7 +52,6 @@
; Quick Searches :
; DisplayMenu - routines to display top menu bar
; Incomp - Search for start of modem processing
; ProcessModem
; GUIgetcurrentinput
; GUITryMenuItem - Processes the menu item when user clicks item
; Mouseimplementation
@@ -92,8 +91,8 @@ EXTSYM spchalted,NextLineCache,ResetTripleBuf,GUINGVID,ScanCodeListing
EXTSYM AdjustFrequency,GUISaveVars,Init_Mouse,Get_MouseData,Set_MouseXMax
EXTSYM Set_MouseYMax,Set_MousePosition,Get_MousePositionDisplacement,GUIInit
EXTSYM GUIDeInit,SpecialLine,DrawWater,DrawBurn,SA1Enable,SA1RAMArea,GUIFName
EXTSYM GUICName,MMXCheck,SaveCombFile,showinfogui,WinErrorA,WinErrorB
EXTSYM ErrorPointer,MessageOn,GetHostName,GetTime,sndrot,regsbackup,GetScreen
EXTSYM GUICName,MMXCheck,SaveCombFile,showinfogui
EXTSYM ErrorPointer,MessageOn,GetTime,sndrot,regsbackup,GetScreen
EXTSYM GUITBWVID,Clear2xSaIBuffer,MouseWindow,GotoHomepage,cfgcvidmode
EXTSYM ExitFromGUI,GUIWFVID,cfgvsync,newgfx16b,cfgscanline,cfginterp
EXTSYM NumVideoModes,cfgvolume,MusicVol,DSPMem,NumInputDevices,GUIInputNames
@@ -122,7 +121,6 @@ EXTSYM dssel
%include "gui/guimisc.inc"
%include "gui/guimouse.inc"
%include "gui/guiwindp.inc"
%include "gui/guinetpl.inc"
%include "gui/guikeys.inc"
%include "gui/guicheat.inc"
%include "gui/guicombo.inc"
@@ -1938,12 +1936,6 @@ NEWSYM StartGUI
mov dword[StartLR],0
jmp continueprog
.faileda
call WinErrorA
jmp continueprog
.failedb
call WinErrorB
jmp continueprog
SECTION .bss
CheckSumVal resd 1
@@ -2661,7 +2653,6 @@ GUITryMenuItem:
GUICheckMenuItem 8, 0
cmp byte[GUIcrowpos],0
jne near .nonet
call GetHostName
.nonet
cmp byte[GUIcmenupos],6
jne near .nomisc

View File

@@ -1,78 +0,0 @@
;Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach )
;
;http://www.zsnes.com
;http://sourceforge.net/projects/zsnes
;
;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.
; GUI NetPlay Routines (Modem,IPX,UDP+TCP/IP)
ProcessModem:
ret
NEWSYM PreparePacket
ret
NEWSYM SendPacket
ret
NEWSYM SendPacketUDP
ret
NEWSYM WritetochatBuffer
ret
RemoteDeInit:
ret
Checkfileexist:
ret
ProcessRemoteCommand:
ret
transfersram:
ret
NEWSYM RemoteSendEAX
ret
NEWSYM RemoteGetEAX
ret
NEWSYM RemoteSendChar
ret
NEWSYM RemoteGetChar
ret
%ifdef __MSDOS__
ModemSendStr:
ret
%endif
NetLoadStuff:
ret
loadstaterecvinit:
ret
loadstatesend:
ret
loadstaterecv:
ret