Hacked mame 0.30 executable

This package was made for people who want to develop pacman/mspacman
replacements, but do not have the ability to recompile the mame source
for debug use.

Modifications to the source:
	compiled with -DDEBUG to enable debugger
	will automaticly start with -debug and -cheat options enabled
	 the command line switches will now disable these options
	will only run modified roms - if it gets an unmodified rom,
	 it will exit. (it might take out your system out of spite.)
        (the above three ephasize the primary use of this executable)

	cpu cores only for the Z80 and sound hardware
	only supports pacman, mspacman, pengo and variants
	(the last two give it it's small size)
	
	checksum screen removed
	credits page removed
	copyright warning page removed
	soundcard autodetect (override with -soundcard option)
	(the above four are for speed in loading NO OTHER REASON)

Source code is not distributed with this - if you want source, then
you are capable of doing these modifications yourself.  I realize that
this violates the mame distribution license, but I feel that if i distribute
source of this hacked version, you would add in the deleted drivers, compile
without -DDEBUG, or do other things to the source, destroying the reason
for distributing the executable.  Deal with it.


this is from the debugger's source code:
/****************************************************************************/
//
// Instructions for use of debugger
//
// Key			Function
//
// Tilde		Enter debugger
// B			Set breakpoint
// D			Delete breakpoint
// S, Space or Enter	Single step
// 1			Edit memory window 1
// 2			Edit memory window 2
// R			Edit Registers
// T			Trace through the code at high speed in debugger
// V			View the output
// C			Continue to run program out of debugger
// Arrows, PgUp, PgDn	Move around in the edit windows and Scrolls
// 			the disassembly window
// ESC			Exit edit window and program
//
