
                                CrocoLib
								

Written by Arnaud Storq

Crocolib is a complete framework targeting Amstrad CPC computers,
written in C. Using with z88dk C cross compiler, it allows to 
create rich programs featuring very low-level hardware support.
Tools are also included to convert data to target machine.

This library is distributed under the GNU Library Public License (LGPL)
version 2.

This is a work in progress.
Currently it has only been tested under WinAPE emulator.


Requirements:

	* z88dk compiler correctly installed & configured
	  (I used z88dk-1.7.0a-setup.exe)
    * VisualStudio 2005 for the IDE (suggested, not mandatory)
    

To compile:

	Execute "Build\MakeDemo run" to make Output\DEMO.DSK
	

Reporting bugs:

	Please report any bugs and/or fixes to arnaud.storq@gmail.com


Credits:
	CrocoLib framework & ThirdParty integration by Arnaud Storq (No Recess)
	CRTC Detection by Offset
	PT3 player CPC Plus port by Grim
	DataLinker by Ramlaid
	BitBuster CPC version by Tom & Jerry	
		
	
Links:

	z88dk       http://www.z88dk.org
    WinAPE      http://www.winape.net
