BUILD
	To compile AdvanceMAME you must use the same MAME and
	AdvanceMAME version and install in the DJGPP environment
	all the library used by the original MAME source (Allegro,
	SEAL, zlib)

	1) Create the src\advance directory

		cd c:\mame\src
		mkdir advance

	2) Unzip the content of the source package in the src\advance
		directory

	3) Apply the patch src.dif to the original MAME source with:

		cd c:\mame\src
		patch -p1 < advance\src.dif

	4) Start make with the argument MAMEOS=advance

		make MAMEOS=advance

	To compile an optimized version you should use one of
	these commands :

	For Pentium II/Pentium III/Pentium IV :

		make MAMEOS=advance I686=1

	For K6 :

		make MAMEOS=advance K6=1

	The MAMEOS=advance argument must be specified also for other
	make command like "clean".


PROBLEMS
	If you have problem upgrade to the djdev 2.03, gcc 2.95.3 and
	patch 2.5.3.

	(ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/djdev203.zip)
	(ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gcc2953b.zip)
	(ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/pat25b.zip)


BUILD OTHER APPLICATIONS
	To build the AdvanceMENU `mm' application you need a working 
	DJGPP environment with the C++ support. 
	Usually this requires the installation of the additional 
	package gpp????b.zip.
	
	To build the AdvanceCAB 16 bit utilities you need the compilers
	Borland C 3.1 and Turbo Assembler.
