From 9f817cfca201dfd6526d1a613a39febb2f0b5dca Mon Sep 17 00:00:00 2001 From: cyberwarriorx Date: Sat, 23 Dec 2006 11:39:19 +0000 Subject: [PATCH] -Added main readme file -Fixed a grammar issue that Normmatt found -Fixed a formatting issue --- desmume/README | 68 ++++++++++++++++++++++++++++++++++++++++++++++ desmume/README.WIN | 11 ++++---- 2 files changed, 73 insertions(+), 6 deletions(-) diff --git a/desmume/README b/desmume/README index e69de29bb..e2d149c21 100644 --- a/desmume/README +++ b/desmume/README @@ -0,0 +1,68 @@ + DeSmuME + _________________________________________ + Copyright (C) 2006 yopyop + Copyright (C) 2006 DeSmuME team + + +1) Introduction.............................................13 +2) Staff/Thanks.............................................36 +3) Contact information......................................72 +4) Disclaimer...............................................82 + + +1 Introduction________________________________________________ + +DeSmuME is a Nintendo DS emulator under GNU GPL. + +DeSmuME can boot homebrew and games, some of which are +playable. + +For installation/how to use informations, check the ports +specific README files: + + * README.LIN for the linux port + * README.WIN for the windows port + + +2 Staff/Thanks________________________________________________ + +See the AUTHORS file for team members list. + +Thanks to: + + * yopyop (original author of DeSMUME), + for releasing the source code of this great emulator. + + * Martin Korth (author of GBATEK), + for his well-written Gameboy Advance and Nintendo DS + documentation. + + +3 Contact information_________________________________________ + +E-mail: guillaume.duhamel@gmail.com +Web: http://desmume.sourceforge.net +IRC: irc://irc.freenode.net/desmume + +Please don't ask for roms, bios files or any other +copyrighted stuff. + + +4 Disclaimer__________________________________________________ + +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., 59 Temple Place, Suite 330, Boston, +MA 02111-1307 USA + +See the GNU General Public License details in COPYING. diff --git a/desmume/README.WIN b/desmume/README.WIN index 4c9bed1a5..a41f2036f 100644 --- a/desmume/README.WIN +++ b/desmume/README.WIN @@ -4,17 +4,16 @@ Copyright (C) 2006 DeSmuME team - -1) Compiling instructions...................................14 -2) How to use DeSmuME.......................................38 -3) Contact information......................................98 -4) Disclaimer..............................................117 +1) Compiling instructions...................................13 +2) How to use DeSmuME.......................................37 +3) Contact information......................................97 +4) Disclaimer..............................................116 1 Compiling instructions______________________________________ DeSmuME is written in C, so you need a working C compiler(such -as mingw). Other support compilers include Visual C++ 2005 and +as mingw). Other supported compilers include Visual C++ 2005 and dev-cpp. mingw: