[Scummvm-cvs-logs] SF.net SVN: scummvm: [32479] scummvm/trunk/backends/platform/ds/arm9

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Jun 1 23:47:24 CEST 2008


Revision: 32479
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32479&view=rev
Author:   fingolfin
Date:     2008-06-01 14:47:24 -0700 (Sun, 01 Jun 2008)

Log Message:
-----------
DS: Removed some duplicate file content (thanks to Qvist for pointing this out)

Modified Paths:
--------------
    scummvm/trunk/backends/platform/ds/arm9/buildkeyboard.bat
    scummvm/trunk/backends/platform/ds/arm9/lib/readme.txt
    scummvm/trunk/backends/platform/ds/arm9/source/compressor/lz.h
    scummvm/trunk/backends/platform/ds/arm9/source/fat/io_efa2.h
    scummvm/trunk/backends/platform/ds/arm9/source/mad/readme.txt

Modified: scummvm/trunk/backends/platform/ds/arm9/buildkeyboard.bat
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/buildkeyboard.bat	2008-06-01 21:30:07 UTC (rev 32478)
+++ scummvm/trunk/backends/platform/ds/arm9/buildkeyboard.bat	2008-06-01 21:47:24 UTC (rev 32479)
@@ -2,7 +2,3 @@
 ..\tools\gfx2gba -c16 -t8 -M -pkeyboard_pal.raw ..\keyboard.bmp
 del keyboard.map
 pause
-cd data
-..\tools\gfx2gba -c16 -t8 -M -pkeyboard_pal.raw ..\keyboard.bmp
-del keyboard.map
-pause
\ No newline at end of file

Modified: scummvm/trunk/backends/platform/ds/arm9/lib/readme.txt
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/lib/readme.txt	2008-06-01 21:30:07 UTC (rev 32478)
+++ scummvm/trunk/backends/platform/ds/arm9/lib/readme.txt	2008-06-01 21:47:24 UTC (rev 32479)
@@ -1,2 +1 @@
 If building with MAD enabled, put libmad.a in here.
-If building with MAD enabled, put libmad.a in here.
\ No newline at end of file

Modified: scummvm/trunk/backends/platform/ds/arm9/source/compressor/lz.h
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/source/compressor/lz.h	2008-06-01 21:30:07 UTC (rev 32478)
+++ scummvm/trunk/backends/platform/ds/arm9/source/compressor/lz.h	2008-06-01 21:47:24 UTC (rev 32479)
@@ -48,53 +48,3 @@
 
 
 #endif /* _lz_h_ */
-/*************************************************************************
-* Name:        lz.h
-* Author:      Marcus Geelnard
-* Description: LZ77 coder/decoder interface.
-* Reentrant:   Yes
-* $Id$
-*-------------------------------------------------------------------------
-* Copyright (c) 2003-2004 Marcus Geelnard
-*
-* This software is provided 'as-is', without any express or implied
-* warranty. In no event will the authors be held liable for any damages
-* arising from the use of this software.
-*
-* Permission is granted to anyone to use this software for any purpose,
-* including commercial applications, and to alter it and redistribute it
-* freely, subject to the following restrictions:
-*
-* 1. The origin of this software must not be misrepresented; you must not
-*    claim that you wrote the original software. If you use this software
-*    in a product, an acknowledgment in the product documentation would
-*    be appreciated but is not required.
-*
-* 2. Altered source versions must be plainly marked as such, and must not
-*    be misrepresented as being the original software.
-*
-* 3. This notice may not be removed or altered from any source
-*    distribution.
-*
-* Marcus Geelnard
-* marcus.geelnard at home.se
-*************************************************************************/
-
-#ifndef _lz_h_
-#define _lz_h_
-
-
-
-/*************************************************************************
-* Function prototypes
-*************************************************************************/
-
-int LZ_Compress( unsigned char *in, unsigned char *out,
-                 unsigned int insize );
-int LZ_CompressFast( unsigned char *in, unsigned char *out,
-                     unsigned int insize, unsigned int *work );
-void LZ_Uncompress( unsigned char *in, unsigned char *out,
-                    unsigned int insize );
-
-
-#endif /* _lz_h_ */

Modified: scummvm/trunk/backends/platform/ds/arm9/source/fat/io_efa2.h
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/source/fat/io_efa2.h	2008-06-01 21:30:07 UTC (rev 32478)
+++ scummvm/trunk/backends/platform/ds/arm9/source/fat/io_efa2.h	2008-06-01 21:47:24 UTC (rev 32479)
@@ -26,31 +26,3 @@
 extern LPIO_INTERFACE EFA2_GetInterface(void);
 
 #endif	// define IO_EFA2_H
-/*
-  io_efa2.h by CyteX
-
-  Based on io_mpfc.h by chishm (Michael Chisholm)
-
-  Hardware Routines for reading the NAND flash located on
-  EFA2 flash carts
-
-  This software is completely free. No warranty is provided.
-  If you use it, please give me credit and email me about your
-  project at cytex <at> gmx <dot> de and do not forget to also
-  drop chishm <at> hotmail <dot> com a line
-
-  See gba_nds_fat.txt for help and license details.
-*/
-
-#ifndef IO_EFA2_H
-#define IO_EFA2_H
-
-// 'EFA2'
-#define DEVICE_TYPE_EFA2 0x32414645
-
-#include "disc_io.h"
-
-// export interface
-extern LPIO_INTERFACE EFA2_GetInterface(void);
-
-#endif	// define IO_EFA2_H

Modified: scummvm/trunk/backends/platform/ds/arm9/source/mad/readme.txt
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/source/mad/readme.txt	2008-06-01 21:30:07 UTC (rev 32478)
+++ scummvm/trunk/backends/platform/ds/arm9/source/mad/readme.txt	2008-06-01 21:47:24 UTC (rev 32479)
@@ -1,2 +1 @@
 Put mad.h here if you are compiling with Madlib support enabled.
-Put mad.h here if you are compiling with Madlib support enabled.
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list