Smurph's GPWT RomLister v1.2
======================================================================
Product Description
======================================================================
Copies and renames rom zipfiles from one location to another, and 
creates a romlist according to the filenames of the zips. Optionally,
It strips goodcodes.

======================================================================
Preamble / Setup
======================================================================

Written in VB6 because I hate writing C++ GUI apps and VB is easy 
as hell.

This version has no external dependencies other than the VB6 runtimes.

NOTE: If your antivirus goes off, get a better antivirus, as it is a 
false reading. I simply packed the executable to reduce file size.


======================================================================
Version History
======================================================================
v1.2
	Fixes:  Some sort of naming bug in the Quzar system.

v1.1
	Added:
		Support for possible upcoming release's new list format
		Help file
	Fixes:
		The data\roms cleaning routine... again...
		Disabled window sizing
	Other:
		Re-wrote the processing code to be more efficient (I hope)

v1.0
	Added:
		Better Progress Bar
	Fixes:
		None
	Other:
		Rewrote the entire program in VB6

v0.2_fix
	Added:
		None
	Fixes:
		Goodcode stripping options
	Other:
		None
v0.2
	Added:
		goodcode stripping
		config saving
		more idiot-proofing
	Fixes:
		None
	Other:
		Changed the name

v0.1
	Initial release. VERY basic.


======================================================================
Other crap
======================================================================
Possible future additions:
ROM header reading and listing based on that

My contact info can be found on DCEmulation's boards, which are 
located at http://www.dcemulation.com/phpBB/

That's all for now. Maybe I'll work more on it later.