Lynx Dev Kit on ST, version: 0.2.0

This files correspond to the lastest 42Bastian's newcc65 suite,
that permits to code in C language for the Atari Lynx.

The ST conversion of this suite was made by me, using a
m68k-atari-mint-gcc cross-compiler on MacOSX (thanks to
Philippe Donz), some recompilation with PureC and
GFA rewrite for some (easier for me).

The suite includes:
- cc65: C compiler
- ra65: associated assembler
- libr65 et link65: linkers
- sprpck: sprite packer, converts BMP files to SPR (sprite objects)
- lynxer: makes a Lynx cartridge (with insert.o)
- make_lnx: makes an image catridge for the Handy/MacOSX or win32
emulator
- lyxass: original assembler for ST, permits to build insert.o 

- wav2lsf: converts to wav sample to lynx sample
- bin2c: make a .h file from binary (for sounds samples)

Use:
- with MCMD.TOS (command line interpretor of MagiC), or bash under MiNT,
or any CLI
- please study the text (.c .h .bat .mak) files.
- change the CC65LIB and CC65INCLUDE paths in compile.bat
- launch make_gfx.bat before compile.bat

Bugs and carefull:
- sprpck: import PCX is buggy, use PI1 
- lynxer: the .MAK file needs CR+LR at line-ends
- the wav tutorial is not working
- lyxass is crashy under MagiC, but succeed to create the insert.o
- and EXPERIMENTAL !!!!!! NOT GUARANTED, USE IT ON A DISK PARTITION THAT
CONTAINS NO CRITICAL/IMPORTANT DATAS. Tested on my Falcon 14 Mo MagiC 6.

Modifications in the 0.2.0
- lynxer, make_lnx, bin2c and wav2lsf GFA rewrite
+ lynxer support more than 16 files (see doc)
- sprpck and bin2obj recompiled with PureC (BMP image no more 
supported)
- added original version of lyxass

Todo:
- send the datas to Lynx memory via BLL (.o file) or the
Karri's flashcard.
- recompilation for cc65 and ra65 suite with PureC instead of GCC
- etc.

Au revoir :)

Rajah Lone / Renaissance