---------------------------------------------------
| vbGBE - The Visual Basic GameBoy Emulator       |
| By Don Jarrett, 2003                            |
| http://home.att.net/~r.jarrett/vbGBE.html       |
| v0.01[Beta Release]                             |
---------------------------------------------------

--------------------DISCLAIMER-------------------------
If this program damages your PC somehow, it was
entirely your fault. vbGBE(and none of my other programs
for that matter) contains no damaging code of any kind.
Use at your own risk.
-------------------DISCLAIMER--------------------------

-----------------------------------------------
vbGBE is Copyright (C) 2002-2003 Don Jarrett.
GameBoy is a Registered Trademark of Nintendo.
-----------------------------------------------

Wow, I can't believe that I'm sitting here writing
a readme for my new GB emulator in Visual Basic 6.0!
Enjoy this beta release, even if it doesn't do very much!
More to come!

Features:
----------
Complete(but buggy) GB-CPU emulation.
BG Graphics & Sprites.
Partial MBC1 support(as in very partial).
Joypad 1 through the keyboard[Z - B, X - A, Sel - C, Sta - V, Arrows.]
Other stuff I'm sure.

You will need the VB6 runtimes to run this program.

Homepages:
-----------
vbGBE: http://home.att.net/~r.jarrett/vbGBE.html
basicNES: http://home.att.net/~r.jarrett/bNES.html
CrixIRC: http://home.att.net/~r.jarrett/crixIRC.html
M6502(Open-source 6502 emulator in VB): http://home.att.net/~r.jarrett/prod.html

Thanks and Acknowledgements
----------------------------

The CPU emulation is based off of several sources, namely
the POS8080 source code. Also based off of the GBE source code.

The Line Rendering/Sprite code is based off of the GBE source.

Thanks go out to:
Chuck Mason & Steven Fuller(GBE authors), Darren Finck(POS8080 author), kevtris, Quietust, NonToxic,
squared0t, Martin Korth for the excellent NO$GMB debugger, Nintendo for creating the GameBoy, 
reio-ta, anyone else I forgot.

Again, in case you didn't/can't read the other:

--------------------DISCLAIMER-------------------------
If this program damages your PC somehow, it was
entirely your fault. vbGBE(and none of my other programs
for that matter) contains no damaging code of any kind.
Use at your own risk.
-------------------DISCLAIMER--------------------------

-----------------------------------------------
vbGBE is Copyright (C) 2002-2003 Don Jarrett.
GameBoy is a Registered Trademark of Nintendo.
-----------------------------------------------


/* EOF 150203 */