                          _____ _ _ ____  _ _ 
                         / ____(_|_)  _ \(_|_)
                        | |  __ _ _| |_) |_ _ 
                        | | |_ | | |  _ <| | |
                        | |__| | | | |_) | | |
                         \_____|_|_|____/|_|_| v0.3

                       SCENERY BETA 2010 EDITION

                           ++++++++++++++++
                           + Instructions +
                           ++++++++++++++++

Menu:
+++++

+File:
 -Load game: Opens the file explorer to let you choose an allowed rom
  (.gb/.gbc/.cgb/.sgb).
 -Exit rom and save (same as closing the video window): Save game and exit.
 -Exit rom: Exit game without saving.
 -Reset: Resets running ROM.
 -Toggle Pause: Pause/unpause game.
 -Screenshot: Take a screenshot. It is saved in "screenshots" folder.
 -Quit: Close GiiBii.
+Options:
 -Mute sound: Mutes/unmutes sound.
 -Sound Options: Volume, enable/disable channels.
 -Blur enabled: Enable/disable interframe blending (needed for some demos and
  games), which display the last 2 frames mixed instead of just the last one.
 -Real GB colors: Displays more gbc-like colors.
 -GB Palette: Opens a color selection dialog to choose the color used in
  GB or GBP modes.
 -Screen size: Maybe... set screen size? :P
 -Customize controls: Customize controls for each player. (NO joypads supported
  yet.
 -Hardware: Chooses the hardware to run the next loaded games. "Auto" will
  select GBC if the game has GBC features, if not, and if the game has SGB
  features it will choose SGB, if not, it will choose GB.
 -Serial port: Selects the chosen device to "connect" to gb serial 
  port. Must be selected before loading the game, if not, it won't 
  emulate any device.
    -No device: Nothing connected. :)
    -GB Printer: Will output images to /screenshots/printerXXXX.png.
 -Load from boot ROM: Will try to find a boot rom image of selected
  hardware in "boot" folder and load from it. Filenames are
  "dmg_rom.bin", "mgb_rom.bin", "sgb_rom.bin", "sgb2_rom.bin", "cgb_rom.bin"
  and "agb_rom.bin". At the moment of writing this, only dmg, sgb and cgb have
  been dumped. Boot roms are not included with this download.
+Debug:
 -Debug Messages: Will show debug messages if enabled.
 -Step: Will do one CPU step and update the debugger. Do this while the game
  is paused.
 -Breakpoint Editor: Just what it says...
 -IO Regs Window: Will show a window with information of IO registers.
 -VRAM viewer: Will show a window with tools to check VRAM and OAM data.
+Help:
 -About: Just... credits? :P

Ingame:
+++++++

 -CTRL+P will pause/unpause the game (fps will go down to 0).
 -CTRL+F will toggle fullscreen mode.
 -CTRL+R will perform a hard reset.
 -F12 will take a screenshot in PNG format (see "screenshots" folder).
 -SPACE will activate "turbo" mode (default).
 -NUMPAD 8,2,4,6: Accelerometers (Kirby Tilt 'n' Tumble, for example).
 -Default config:

                      -------------------------
                      |  KEYBOARD   | GAMEBOY |
                      |-------------+---------|
                      |   ARROWS    |   PAD   |
                      | RIGHT SHIFT |  SELECT |
                      |   RETURN    |  START  |
                      |      Z      |    B    |
                      |      X      |    A    |
                      -------------------------

                              +++++++++++
                              + License +
                              +++++++++++

    GiiBii - Just another GB/GBC/SGB emulator
    Copyright (C) 2009,2010 Antonio Nio Daz (AntonioND)
    http://antoniond.drunkencoders.com/

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.



--------------------------------------------------------------------------



TODO:
 -Savestates.
 -Improve debugger.
 -Organize code.
 -Improve speed.
 -Improve some details of emulation...
 -Add some mappers.
 -Online multiplayer?
 -Cheats?