		GNUboy for Gemei A330 v1.0.5 beta 2 by David Cervilla 
		=====================================================

This is a beta release of the GB / GBC emulator GNUboy. This work is based
on the original GNUboy port for the Gemei A330 released by cex, and the
latest GNUboy v1.0.5 source code from https://code.google.com/p/gnuboy/ 

Changelog
---------

07/04/2013 beta 2

- Fixed "Select" key assignment.
- Savestates working without .rc file editing:
	"Select" + "L" = Save State
	"Select" + "R" = Load State
- Changed default savestate behaviour. Now each savestate has the same name as
  the rom filename. You have one savestate for each game (for now).


03/04/2013 beta 1 - Initial release

- Updated to the latest GNUboy source code.
- Disabled sound channel 3 (wave) that was causing sound problems (until I can
  solve them). Now it sounds pretty good. 
- Added preliminary volume control.
- Added the CPU high speed initialization code used by native emulators (now it
  runs at full 60 fps for most games).
- Reassigned key bindings

Installation
------------

Extract the file "GNUboy.cc" and copy it to the desired installation folder on
the GA330.

Usage
-----

Go to the "Applications" tab on your system menu, navigate to the folder were you
previously installed GNUboy, and run it.

The emulator starts in a file explorer to select the ROM you want to execute (only
plain unzipped GB/GBC roms for now). Select a rom with 'A' button to run it.

In game keys are assigned as follows:

	D-Pad		  UP, DOWN, LEFT, RIGHT
	SELECT	  Button SELECT
	START		  Button START
	A		  Button A
	B		  Button B
	X		  Exit emulation
	Y		  Reset Game
	L		  Volume Down
	R		  Volume Up
	SELECT + L	  Save State
	SELECT + R	  Load State
