Q*bert for Gameboy Color
------------------------
by Paul Chinn (loomer@1000klub.com)
3-1-2000

This is my port of the arcade classic Q*bert for the Gameboy Color.
My goal was to reproduce the original 100%.  To this end, I disassembled
the original 8086 arcade ROM and reverse engineered it into 'C'.  The
full details of the endeavor and any updates are available at the homepage:
http://www.1000klub.com/Qbert


IMPORTANT: this game is FREE.  I created it as a way to learn GBC programming
and as a tribute to what I believe is truly a classic of graphic and game 
design.  Please enjoy it and pass it along to other Q*bert fans, but please
don't attempt to use it to make money.

To play the "cartridge" you will need either a Gameboy emulator, or for the
real-deal, a way to burn a Gameboy cartridge.

How to play:
c'mon it's Q*bert!!!!

Press 'A' or 'Start' to play a normal game.  'B' for difficult.
(In the arcade machine difficult mode is enabled via a DIP switch).
Use the joypad to hop around.  Right now the pad controls correspond to:
LEFT = up left
UP = up right
DOWN = down left
RIGHT = down right.

In a later version I'll probably add the ability to make the pad work on
diagonals.  Either way the controls take a little getting used to- just
like on the original game =^)

During the game you can use "Select" to toggle the score/lives bar on and
off to make a little more of the screen visible.
"Start" can be used to skip the little intros that occur every 4 levels.

