  This is ckmame, a program to check ROM sets for MAME, the Multiple
Arcade Machine Emulator (http://mame.retrogames.com).  It tells you
which ROM files are missing or have a wrong checksum, and can delete
unknown and unused files from the ROM sets, and rename or move ROM
files.

  To use it, you need
	- zlib (at least version 1.1.2)
	- libzip (at least version 0.9)
	- SQLite3
	- optionally libxml2 (for M.A.M.E. -listxml and detectors)

  You will also need a description of the ROM set you want to check.
For MAME, it can be obtained by running `mame -listxml'.

  You can find zlib at http://www.zlib.net/, SQLite3 at
http://www.sqlite.org/, libzip at http://www.nih.at/libzip/, and
libxml2 at http://xmlsoft.org/.

  If you make a binary distribution, please include a pointer to the
distribution site
	http://www.nih.at/ckmame/
	ftp.nih.at /pub/nih/ckmame
The latest version can always be found there.

  Mail suggestions and bug reports to <ckmame@nih.at>.
