----------------------------------------------------------------------
    helloGAMEBOY by pop3
                                               version 110309 beta
----------------------------------------------------------------------

 what is this ?
 -----------------
  helloGAMEBOY is gameboy emulator for win95/98 and written
  in pascal/assembly on Delphi and offered as freeware. 

  this software require following spec or higher :
    pentium 100MHz
    fast videoboard with directdraw
    soundboard with directsound
    directX 5

 feature
 ----------
  Gameboy Color emulation
  Super Gameboy emulation
  Real Time Save / Load
  2P, 4P Multiplayer for SGB
  Sound emulation
  Pocket Printer emulation
  Memory Mapper fully/partially emulation
    mbc1/2/3/5/HuC1/3/tama5/PocketCamera
  Joystick support

 new stuff of this version
 ----------------------------
  fixed header reading of rom more than 4MB
  fixed key mapping bugs
  added full screen mode
  added priority option
  added tama5 mapper (incomplete)
  added HuC3 mapper (incomplete)
  fixed sgb border col#0 bug
  improved cgb function
  improved memory routine
  improved interrupt routine
  fixed sgb spr palette
  changed *.gs? file format

 common control
 -----------------
  F1        - Open Load Dialog
  F2 / F3   - Real Time Save/Load
  0 .. 9    - Change Save File  (GS?)
  F4        - Change Palette (only DMG or MGB)
  F5        - Reset
  F6        - Pause
  F8        - Change GB Type
  F9 .. 12  - Toggle Channel On/Off
  +, -      - Inc/dec Frame Skip
  ESC       - Exit
  ALT(MENU) - Menu Open (when fullScreen)

 commandline
 --------------
  <filename> - rom image
  /full      - run as full screen mode (use directDraw)
  /win       - run as window mode

 about palette
 ----------------
    P?Name  = Gray
      this is a palette name, and you can name freely.

    P?BG##  = 16777215
    P?OBJ## = 16777215
      this is a rgb value ($RRGGBB) and recorded as 
      decimal in ini file. 
      for example, you wanna set to 
       red   => $FF0000 => 16711680
       green => $00FF00 =>    65280
       blue  => $0000FF =>      255
       white => $FFFFFF => 16777215
       black => $000000 =>        0

 acknowledgements
 -------------------
  - martin korth for SGB technical information
  - hogehoge for CGB technical information
  - pikaraichu for icon
  - ManBeast for web hosting
  - Rhomey for cool design
  - Thanks to blaster carol casiopea jrich matt oh!emulator yuichi
  - and all bug reporter & tester

 contact
 ----------
  pop3@hempseed.com
  http://www.emuunlim.com/hgb/index.shtml
   don't ask about rom image

 disclaimer
 -------------
  Gameboy, SuperGameboy and GameboyColor is a registered trademark 
   of Nintendo.
  This software is freeware and can be distributed freely as long as 
   it is not modified and rom image are not packaged with this.
  You use this software at your own risk, i cannot be held 
   responsible for any loss or damage caused by using this.

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