From bd3113b2aa4895a412b2ac8adcb013a2aff65f90 Mon Sep 17 00:00:00 2001 From: azaballa Date: Fri, 8 Dec 2006 20:48:00 +0000 Subject: [PATCH] Updated the README to reflect version changes and clarify a few things. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1190 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/README-GP2X.txt | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/stella/README-GP2X.txt b/stella/README-GP2X.txt index 618a11467..14fe7c93c 100644 --- a/stella/README-GP2X.txt +++ b/stella/README-GP2X.txt @@ -1,5 +1,5 @@ --------------------------------------- -Stella 2.2 (revision 1): +Stella 2.3 Ported to GP2X by Alex Zaballa Contact: azaballa@users.sourceforge.net Homepage: http://stella.sourceforge.net @@ -9,8 +9,8 @@ Homepage: http://stella.sourceforge.net Changes: -------- >From 2.2-rv1 -* Moved away from using a joymouse which was tripping up many users - to a more effective GUI button control scheme. +* Moved away from using joymouse emulation which was tripping up + many users to a more effective GUI button control scheme. * Made '/mnt/sd' the default ROM and Snapshot directory this way Stella doesn't look anywhere it shouldn't. * PAL ROMs are now playable due to Paeryn's scaling libs. ;) @@ -59,6 +59,7 @@ Installation to GP2X: --------------------- Place files 'stella' and 'stella.gpe' into a directory of your choice. Stella defaults to '/mnt/sd' for the ROM and Snapshot directory. +This can be changed by using the Options button in the Launcher menu. If you are having issues with getting Stella to run after an older install, try deleting the stellarc file then the state directory located in your Stella install folder. @@ -81,8 +82,8 @@ Navigating Menus: R = Page Down START = Menu Cancel SELECT = Menu OK - VOL+ = Navigate to Next GUI Button - VOL- = Navigate to Previous GUI Button + VOL+ = Navigate to Next GUI Button (or other GUI elements) + VOL- = Navigate to Previous GUI Button (or other GUI elements) During Emulation: A = Command Menu B = Fire @@ -106,16 +107,17 @@ Compile Info: Since the GP2X branch was so graciously added to Stella, GP2X compilation is now built in. If you plan on doing a compile yourself, you need the GP2X devkit pro and SDL Open2X libs with zlib support. I recommend theoddbot's Open2X -libraries which work very nicely for this. Any questions, email me. +libraries which work very nicely for this. Paeryn's are a must too (combine +them with theoddbot's). Any questions, email me. -Make sure your path includes your arm-linux compilers: +Make sure your path includes your arm-linux compilers and tools: export PATH=:$PATH This is what my configure line looks like: ./configure --prefix= --enable-zlib - --disable-cheats + --enable-cheats --disable-developer --host=gp2x --with-zlib-prefix= @@ -128,7 +130,7 @@ make Then strip the exec: make gp2x-strip -You should get an exec ~2mb in size. Much better than 7mb right? +You should get an exec ~2MB in size. Much better than 7MB right? To gather all necessary files into directory './stella/gp2x' for easy access, type: @@ -145,6 +147,7 @@ Special Thanks: mention patience? ;-) ... to Eckhard Stolberg for making me known to the Stella Team. ... to the Stella Team for the excellent emulator and the hospitality. -... to theoddbot and paeryn for the excellent Open2X toolchain libs. +... to theoddbot for the excellent Open2X toolchain libs. +... to paeryn for the wonderful scaling libs. ... to TelcoLou for his hardwork, playtesting ad infinitum. ... to the community for all of the interest.