mirror of https://github.com/stella-emu/stella.git
Made the README a little more concise.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1195 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
935e0bd6a8
commit
f0f71af07d
|
@ -9,11 +9,11 @@ Homepage: http://stella.sourceforge.net
|
||||||
Changes:
|
Changes:
|
||||||
--------
|
--------
|
||||||
>From 2.2-rv1
|
>From 2.2-rv1
|
||||||
* Moved away from using joymouse emulation which was tripping up
|
* Moved away from using joymouse emulation, which was frustrating
|
||||||
many users 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 thanks to Paeryn's scaling libs. ;)
|
||||||
* Changed button mapping.
|
* Changed button mapping.
|
||||||
* Various performance tweaks.
|
* Various performance tweaks.
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ Changes:
|
||||||
* Phosphor effect enabled.
|
* Phosphor effect enabled.
|
||||||
|
|
||||||
>From 2.0.1:
|
>From 2.0.1:
|
||||||
* Stopped using the ROM Script (No more ROM limit. 'Single binary' zip
|
* Stopped using the ROM Script (No more ROM limit. 'Single binary'
|
||||||
support available.).
|
zip support available.).
|
||||||
* Opened up the Native GUI for use through Joymouse Emulation.
|
* Opened up the Native GUI for use through Joymouse Emulation.
|
||||||
* SOUND!
|
* SOUND!
|
||||||
* Diagonals.
|
* Diagonals.
|
||||||
|
@ -57,18 +57,23 @@ Steve foresees this being fixed in the future.
|
||||||
---------------------
|
---------------------
|
||||||
Installation to GP2X:
|
Installation to GP2X:
|
||||||
---------------------
|
---------------------
|
||||||
Place files 'stella' and 'stella.gpe' into a directory of your choice.
|
Note: Stella for the GP2X does not need external SDL libraries.
|
||||||
|
|
||||||
|
Place files 'stella' and 'stella.gpe' into its own directory.
|
||||||
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.
|
This can be changed by using the 'Options' button in the Launcher
|
||||||
If you are having issues with getting Stella to run after an older
|
menu. If you are having issues with getting Stella to run after
|
||||||
install, try deleting the stellarc file then the state directory
|
an older install, delete the 'stellarc' file located in the root
|
||||||
located in your Stella install folder.
|
Stella install folder.
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
Navigation:
|
Navigation:
|
||||||
-----------
|
-----------
|
||||||
The joystick selects item by item. The buttons listed below allow selection
|
The joystick selects item by item in a list. In menu mode, VOL+ and
|
||||||
of various menu elements.
|
VOL- highlight the next and previous GUI elements respectively.
|
||||||
|
Pressing B activates the highlighted GUI element. Pressing START
|
||||||
|
or X is equivalent to clicking Cancel or Close. Pressing SELECT is
|
||||||
|
equivalent to clicking OK. For complete button mapping, check below.
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
GP2X Mapping:
|
GP2X Mapping:
|
||||||
|
@ -107,7 +112,7 @@ 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. Paeryn's are a must too (combine
|
libraries which work very nicely for this. Paeryn's are also a must (combine
|
||||||
them with theoddbot's). Any questions, email me.
|
them with theoddbot's). Any questions, email me.
|
||||||
|
|
||||||
Make sure your path includes your arm-linux compilers and tools:
|
Make sure your path includes your arm-linux compilers and tools:
|
||||||
|
|
Loading…
Reference in New Issue