Gp2x port of noiz2sa 0.50
Original game by Kenta Cho (http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa.html)
Ported by hc232, based on Chui Dreamcast port (http://chui.dcemu.co.uk/noiz2sa.html)
Optimized by notaz


Installation :
 - Copy noiz2sa folder somewhere on your SD card
 - Run noiz2sa from the Games menu

 - Run noiz2sa_insane to play noiz2sa with original Chui's port speed and bullet drawing

How-to play :
 - Control your ship and avoid the barrage. A ship becomes slow while holding the slowdown key.
 - A green star is the bonus item. A score of the item (displayed at the left-up corner)
   increases if you get items continuously. 


Controls :
 - Use the STICK to move around
 - Press B to fire
 - Press X to slow down	(can be swapped, see command line options)
 - Press START to pause the game
 - press STICK CLICK + START or L + R + START to quit at any time
 - VOL-/VOL+ to change sound volume


Command line options :
   -showfps       : enables FPS display.
   -nosound       : disables sound, improves performance.
   -window        : (ignored in this version)
   -reverse       : swaps fire and slowdown buttons
   -brightness X  : sets brightness to X (default is 224)
   -nowait        : when there are many bullets on screen, game automatically slows down
                    to make it easier to avoid them. This option disables that behaviour.
   -accframe      : (ignored in this version)
   -insanespeed   : play with original Chui's port speed and bullet drawing.


History :
 - V3 (by notaz)
   - Completely removed SDL, now using minimal version of rlyeh's minimal lib
   - Made some use of GP2X's hardware blitter
   - Added Squidge's MMU hack
   - Added some asm optimizations
   - Changed some code not to use division and floats, added some other optimizations
   - Compiled with gcc's profiling options.
   - Added fps counter option
   - Added additional L + R + START exit shortcut for for people without stick button.
 - V2
   - Dropped use of gpecomp 0.2 : should now work with read-only NAND
   - Now it plays stg9.mod module on title screen
   - Changed sound handling a bit
   - Added an -insanespeed option to play noiz2sa with original Chui's port speed and bullet drawing
 - V1
   - Initial version

