neutrinoSX2 v0.03 - a PS2 Emulator by Muad 
email : atreides.muaddib@caramail.com
site: nsx2.emulation64.com
date: 14 Oct. 2002

This emu is OpenSource under the GNU License.

CHANGES v0.3:
	Internal Plugin GS 0.4 by the PCSX2 team
	some FPU opcodes
	some opcodes
	Stupid Bug in SLT
	Stupid Bug in fopen ( ) ( bad read of elf file )
	first release with a mini GUI : It's a mini GUI with partial user interaction. 
	
		F1 : Pause the Emu
		F2 : Resume the Emu
		F3 : Display Debug Info
	Replace the INIAPI by INIPARSER
	

9 September 2002
CHANGES v0.2:
	Implementation Memory Acces 
	Some FPU functions implemented.
	|__>1 new demo works : ps2tut_01.elf
	Rename Ps2_config.ini to nsx2.ini
	Clean code for better lisibility
	Add comments to code
	New Makefile
	Add a new file : HOW_IT_WORKS.txt which explain how works this emu


	
TO DO by priority order:
	Debug the current CPU Opcodes
	Implement the missing CPU Opcodes
	Implement the SYSCALL opcode ( Arh need Help )
	Understand the PS2 Bios 	
	
PORTABILITY:
	I try to make a portable emulator.
	I use the SDL Library ( www.libsdl.org )
	The main OS is QNX but I think port to Windows or Linux can be easy.	
	
NOTES :
	Some demos works very slow, I use only interpreter.
	The GS plugin is hardlinked with the binary ( you can't use an other plugin in order to increase compatibility/rendering )
	All the configuration can be done in the nsx2.ini file.
	The Bios file is a null file.
	
	I CURRENTLY NEED HELP IN CODING THIS EMU.
	IF YOU CAN HELP ME , CONTACT ME.


	
CREDITS : 
	Hacktarux ( mupen64 - N64 Emulator ) for some macros ( sign_extended.. ) http://mupen64.emulation64.com
	The PCSX2 team for the GS Plugin and the fabulous PCSX2 Emu http://pcsx2.ngemu.com
	Diego Billi for the  Billi Font Library  http://www.cs.unibo.it/~dbilli
	Ryan for the SDL_prim http://www.tempestgames.com/ryan/
	Nicolas Devillard for the iniparser http://http://ndevilla.free.fr/iniparser/