xNeoRaine 1.2.11 ported by A600

This is a port for the Xbox1 of NeoRaine, the best Neo Geo CD emulator out there, coded
by Emmanuel Anne (Tux) (if you like the emu, consider donating to him as a way of saying
thanks for his hard work) and possible thanks to the SDLx libs by lantus.

For more info about NeoRaine, check http://rainemu.swishparty.co.uk/html/download/neoraine.html


NOTES
-----

- You need to copy the Neo CD bios (neocd.bin) to the folder where the default.xbe is.
- Loading animations are disabled for now because they aren't correctly displayed on the Xbox.
- NeoRaine doesn't emulate the raster effects so games like Riding Hero are unplayable.
- CD images should be copied to the \games folder and must be cue + iso + audio tracks.
- Audio tracks formats supported are WAV, MP3, OGG and FLAC.
- Keep the names of the files as short as possible and avoid using chars like '[' or '('

Here is an example of a cue:

FILE "Neo DriftOut - 01.iso" BINARY
  TRACK 01 MODE1/2048
    INDEX 01 00:00:00
FILE "Neo DriftOut - 02.flac" WAVE
  TRACK 02 AUDIO
    PREGAP 00:02:00
    INDEX 01 00:00:00
FILE "Neo DriftOut - 03.flac" WAVE
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
.
.
.


The xresizer.xbe included, allows the resize the screen for those with overscan problems. It
generates a xbox.cfg with this default settings:

xpos=0
ypos=0
xstretch=0
ystretch=0
flickerfilter=1
720p=1

The flickerfilter option can be a number between 0 and 5.


CONTROLS
--------

A			-> A
B 			-> B
X 			-> C
Y 			-> D
Left Trigger 		-> Load Game
Right Trigger 		-> Save Game
Black 			-> Show Gui
Right Analog Thumb 	-> Reset Game
Start			-> Start
Back			-> Select

All controls can be remapped using the gui.


Source code (sources.rar) included.


-A600-