shatbox version 0.1.2 by matthew conte
======================================

here's a quick preview of my new nes emulator, shatbox.

it's merely an exercise in clean design.  it's not all
that tricky, doesn't do much more than your average nes
emu, but it makes me happy to look at the code compared
to the hot ass that is nofrendo.

the source code is released under the gnu GPL.  i'll get
around to putting all that neat copyright info in there
real soon now...

to build for dos, you'll need djgpp and my library for 
dos, thinlib.

to build for win32, you'll need gcc or msvc and sdl.

djgpp:
	http://www.delorie.com/djgpp/
thinlib:
	http://www.sourceforge.net/projects/thinlib/
sdl:
	http://www.libsdl.org/

maybe you can find it useful.

matt.
