From 336b1a801f43c458f1bda8e9c6525008c6245ba7 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Mon, 11 Apr 2005 21:53:41 +0000 Subject: [PATCH] Removed non existant *nix IPX code. --- zsnes/src/Makefile.in | 3 +- zsnes/src/linux/zipxw.c | 63 ----------------------------------------- 2 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 zsnes/src/linux/zipxw.c diff --git a/zsnes/src/Makefile.in b/zsnes/src/Makefile.in index b3365c4f..38a548b7 100644 --- a/zsnes/src/Makefile.in +++ b/zsnes/src/Makefile.in @@ -56,8 +56,7 @@ VIDEOBJ=${VIDEODIR}/makev16b.o ${VIDEODIR}/makev16t.o ${VIDEODIR}/makevid.o\ WINOBJ=${WINDIR}/copyvwin.o \ ${WINDIR}/sdlintrf.o ${WINDIR}/sdllink.o \ - @GL_DRAW@ ${WINDIR}/sw_draw.o \ - ${WINDIR}/zipxw.o ${WINDIR}/zfilew.o + @GL_DRAW@ ${WINDIR}/sw_draw.o ${WINDIR}/zfilew.o WINDOSOBJ=${DOSDIR}/debug.o ${DOSDIR}/joy.o ${DOSDIR}/vesa2.o\ ${DOSDIR}/initvid.o ${DOSDIR}/sw.o ${DOSDIR}/gppro.o ${DOSDIR}/vesa12.o diff --git a/zsnes/src/linux/zipxw.c b/zsnes/src/linux/zipxw.c deleted file mode 100644 index 7c11ea03..00000000 --- a/zsnes/src/linux/zipxw.c +++ /dev/null @@ -1,63 +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. -*/ - - -#include "gblhdr.h" - -void ipx_init(){}; -void sendpacket(){}; -void checkpacket(){}; -void read_packet(){}; -void ipx_deinit(){}; -void deinitipx(){}; -void initipx(){}; -void ipxgetchar(){}; -void ipxsendchar(){}; -void ipxlookforconnect(){}; -void PreparePacketIPX(){}; -void SendPacketIPX(){}; - -unsigned char IPXSearchval; -unsigned short ipx_initcode; -unsigned int ipx_packet; -unsigned int ipx_packet_size; -unsigned char ipx_packet_ready; -unsigned int ipx_read_packet; - -/* -EXTSYM _ipx_init ; To init ipx -EXTSYM _ipx_initcode ; return 0 if everything is ok (int) - -EXTSYM _ipx_packet ; 80 bytes buffer to send -EXTSYM _ipx_packet_size ; size to send (max 80 bytes) (dword) -EXTSYM _sendpacket ; to send a packet - -EXTSYM _checkpacket ; check if a packet is ready to receive -EXTSYM _ipx_packet_ready ; return 1 if there is a packet ready (byte) - -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 -*/ - -