home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 98 / af098sub.adf / abeeb.LZX / ABeeb / Docs / Options < prev    next >
Text File  |  1998-01-05  |  1KB  |  60 lines

  1. Xbeeb Command Line Options
  2. ==========================
  3.  
  4. The following command-line options are supported :
  5.  
  6.     -o <filename>
  7.  
  8.         Loads the specified file as the OS.
  9.  
  10.     -p[slot] <filename>
  11.  
  12.         Loads the specified file as a paged ROM into the given slot
  13.         (between 0 and 15). If no slot is given, then the default is 
  14.         to use slot 15.
  15.  
  16.     -w[slot]
  17.  
  18.         Makes the specified paged ROM slot writeable.  This effectively
  19.         turns it into paged RAM.
  20.  
  21.     -d <directory>
  22.  
  23.         Sets the directory for the disk emulation.
  24.  
  25.     -s <num>
  26.  
  27.         Sets the keyboard DIP switches to <num>, which may be specified
  28.         in octal, decimal or hex.  Only the LSB of <num> is used by the
  29.         emulator, and the Beeb ignores all but the five least significant
  30.         bits.
  31.  
  32.         The start-up MODE can be selected by setting the lowest three
  33.         bits of this value (the bits representing the MODE number should
  34.         be inverted first).  So
  35.  
  36.             xbeeb -s 0x5
  37.  
  38.         will start the emulator in MODE 2.
  39.  
  40.     -m <mode>
  41.  
  42.         Sets the screen MODE on startup.  This will override any setting
  43.         made using the -s option.
  44.  
  45.     -a
  46.  
  47.         When support is compiled in, enables the Model A machine emulation.
  48.  
  49.     -V
  50.  
  51.         Display version and exit.
  52.  
  53.     -h, -?
  54.  
  55.         Give help on the command line options.
  56.  
  57.  
  58. The emulator checks the specified filename and then XBEEBROOT/roms/<name>
  59. for the OS and paged ROMs.  XBEEBROOT is defined in Config.h.
  60.