************************
*      Fenix GP2X      *
*        Beta 3        *
************************

Port from: http://fenix.divsite.net
By: Israel Lopez Fernandez (Puck2099)
Website: http://www.gp32wip.com
Contact and donations (Paypal): puck2099@gmail.com
Based partially in Chui's port for GP32. Controls managed by Rlyeh's minilib.
Tests by Joanvr.
Shoot game by devlkore.

What is Fenix?
--------------
It's an interpreter to play games coded using that programming language. You will be able to
play the games coded in Fenix specifically for GP2X as well as the ones coded previously to
being used in GP32 without having to recompile them.


How must I install it?
----------------------
Unzip the files in any place of your SD card. Into the folder called Fenix there are several
tests and a minigame to try that it works. If you want to add new games, just open one of the
.gpe files included and create a new file based in that to launch the new game.

Is the source code available to download?
-----------------------------------------
Yes, as it is said by GPL license, you can download the source code from my own website.
By the way, I warn you that the changes realised to the code are not enough "cleaned" nor
documented.
If you want to make any change, please, I would be very grateful if you contact me first
to avoid working two people in fixing the same bug :)


Controls:
----------
This port admits two game modes: "native" mode and "emulated" mode.

In "native" mode, only useful for GP2X, you have to code the games using the control as it was
a 19 buttons joystick, with the same correspondece as SDL as you can see here:
http://wiki.gp2x.org/wiki/SDL_Joystick_mapping

In "emulated" mode the port recognizes several keys and emulates them using the own GP2X control
as you can see:
Cursors -> pad
ctrl -> A
alt -> B
return -> START
space -> SELECT
backspace -> L
tab -> R
x -> X
z -> Y
a -> VOL-
s -> VOL+
c -> CLICK

Changelog Fenix GP2X:
----------------------
Beta 3
-------
- New speed improvement respect to last version (Beta2). Now it is faster than GP32 port in all
  included tests. I have added a table with a speed comparative in the file tests_fenix.txt.
- Fixed sound compatibily problems with firmware 1.4.
- Automatic lowercase convertion in calls to functions. Now works some games that crashed because
  there were calls in their code to files with uppercase characters (that are not supported by
  GP2X VFAT system) as Pulplife, Yetti, etc.
- Added automatic internal volume control. Now by default VOL+ and VOL- buttons are used to
  modify game volume. If you want to take control of them, you only have to edit the file with the
  same name as the .dcb file but with .conf extension that will be created first time you run the
  game and change "gimme_vol_buttons=0" for a 1.
- Fixed in some way the problem that caused a speed fall when using big size MOD files.

Beta 2
-------
- Fixed bug using diagonals, now it is used Rlyeh's minilib to emulate the control.
- Swapped L and R buttons to complain with GP32 layout.
- Reduced delays in sound effects.
- Added several optimizations using floats so it is a bit faster in some cases.

Beta1:
-------
- First release.
