mirror of https://github.com/stella-emu/stella.git
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
This commit is contained in:
parent
2c9b0d1ecb
commit
bd3113b2aa
|
@ -1,5 +1,5 @@
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
Stella 2.2 (revision 1):
|
Stella 2.3
|
||||||
Ported to GP2X by Alex Zaballa
|
Ported to GP2X by Alex Zaballa
|
||||||
Contact: azaballa@users.sourceforge.net
|
Contact: azaballa@users.sourceforge.net
|
||||||
Homepage: http://stella.sourceforge.net
|
Homepage: http://stella.sourceforge.net
|
||||||
|
@ -9,8 +9,8 @@ Homepage: http://stella.sourceforge.net
|
||||||
Changes:
|
Changes:
|
||||||
--------
|
--------
|
||||||
>From 2.2-rv1
|
>From 2.2-rv1
|
||||||
* Moved away from using a joymouse which was tripping up many users
|
* Moved away from using joymouse emulation which was tripping up
|
||||||
to a more effective GUI button control scheme.
|
many users to a more effective GUI button control scheme.
|
||||||
* Made '/mnt/sd' the default ROM and Snapshot directory this way
|
* Made '/mnt/sd' the default ROM and Snapshot directory this way
|
||||||
Stella doesn't look anywhere it shouldn't.
|
Stella doesn't look anywhere it shouldn't.
|
||||||
* PAL ROMs are now playable due to Paeryn's scaling libs. ;)
|
* 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.
|
Place files 'stella' and 'stella.gpe' into a directory of your choice.
|
||||||
Stella defaults to '/mnt/sd' for the ROM and Snapshot directory.
|
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
|
If you are having issues with getting Stella to run after an older
|
||||||
install, try deleting the stellarc file then the state directory
|
install, try deleting the stellarc file then the state directory
|
||||||
located in your Stella install folder.
|
located in your Stella install folder.
|
||||||
|
@ -81,8 +82,8 @@ Navigating Menus:
|
||||||
R = Page Down
|
R = Page Down
|
||||||
START = Menu Cancel
|
START = Menu Cancel
|
||||||
SELECT = Menu OK
|
SELECT = Menu OK
|
||||||
VOL+ = Navigate to Next GUI Button
|
VOL+ = Navigate to Next GUI Button (or other GUI elements)
|
||||||
VOL- = Navigate to Previous GUI Button
|
VOL- = Navigate to Previous GUI Button (or other GUI elements)
|
||||||
During Emulation:
|
During Emulation:
|
||||||
A = Command Menu
|
A = Command Menu
|
||||||
B = Fire
|
B = Fire
|
||||||
|
@ -106,16 +107,17 @@ Compile Info:
|
||||||
Since the GP2X branch was so graciously added to Stella, GP2X compilation is
|
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
|
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
|
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=<your arm-linux compiler path>:$PATH
|
export PATH=<your arm-linux compiler path>:$PATH
|
||||||
|
|
||||||
This is what my configure line looks like:
|
This is what my configure line looks like:
|
||||||
./configure
|
./configure
|
||||||
--prefix=<your destination folder>
|
--prefix=<your destination folder>
|
||||||
--enable-zlib
|
--enable-zlib
|
||||||
--disable-cheats
|
--enable-cheats
|
||||||
--disable-developer
|
--disable-developer
|
||||||
--host=gp2x
|
--host=gp2x
|
||||||
--with-zlib-prefix=<your gp2x zlib path>
|
--with-zlib-prefix=<your gp2x zlib path>
|
||||||
|
@ -128,7 +130,7 @@ make
|
||||||
Then strip the exec:
|
Then strip the exec:
|
||||||
make gp2x-strip
|
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
|
To gather all necessary files into directory './stella/gp2x' for easy
|
||||||
access, type:
|
access, type:
|
||||||
|
@ -145,6 +147,7 @@ Special Thanks:
|
||||||
mention patience? ;-)
|
mention patience? ;-)
|
||||||
... to Eckhard Stolberg for making me known to the Stella Team.
|
... to Eckhard Stolberg for making me known to the Stella Team.
|
||||||
... to the Stella Team for the excellent emulator and the hospitality.
|
... 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 TelcoLou for his hardwork, playtesting ad infinitum.
|
||||||
... to the community for all of the interest.
|
... to the community for all of the interest.
|
||||||
|
|
Loading…
Reference in New Issue