/** VGB: portable GameBoy emulator ***************************/
/**                                                         **/
/**                          Help.h                         **/
/**                                                         **/
/** This file contains help information printed out by the  **/
/** main() routine when started with option "-help".        **/
/**                                                         **/
/** Copyright (C) Marat Fayzullin 1994,1995                 **/
/**     You are not allowed to distribute this software     **/
/**     commercially. Please, notify me, if you make any    **/
/**     changes to this file.                               **/
/*************************************************************/

char HelpText[] = "\nEnter 'vgb ?' for options template!\n\nOptions:\n\
Filename           - name of file to load as cartridge\n\
Verbose <level>    - Select debugging messages (default: 5)\n\
                        0 - Silent           1 - Startup messages\n\
                        2 - Illegal writes   4 - Illegal CPU ops\n\
                        8 - Bank switching\n\
                     Add numbers to activate mutliple options!\n\
VPeriod <period>   - Set VBlank interrupts period (default: 10000ops)\n\
UPeriod <period>   - Number of interrupts per screen update (default: 2)\n\
Trap    <address>  - Set address where to enter debug mode (default:\
 $ffff)\n\n";
