add cli flags to manual

This commit is contained in:
Dagen Brock 2016-05-21 06:26:34 -05:00
parent 98596ba8ab
commit d336f64d0a
2 changed files with 30 additions and 0 deletions

Binary file not shown.

View File

@ -49,6 +49,36 @@ If you are just starting out, its recommended to use the configuration menu v
Screen Shot 2016-05-01 at 9.10.00 AM.png Screen Shot 2016-05-01 at 9.10.00 AM.png
Most important, you can use the Disk Configuration menu option to “mount” and “eject” disks. Most important, you can use the Disk Configuration menu option to “mount” and “eject” disks.
Command-line Options
This is from source, some are experimental and not all may be built on your system.
-badrd Halt on bad reads
-noignbadacc Dont ignore bad memory accesses
-noignhalt Dont ignore code red halts
-test Allow testing
-hpdev Use /dev/audio (HP/UX?)
-alib Use Aserver audio server
-24 Use 24-bit display depth
-16 Use 16-bit display depth
-15 Use 15-bit display depth
-bw Force B/W modes
-joystick Ignore joystick option
-noshm Dont use X shared memory
-dhr140 Use simple double-hires color map
-mem value Set memory size to value
-skip value Set skip_amt to value
-audio value Set audio enable to value
-arate value Set preferred audio rate to value
-v value Set verbose flags to value
-display value Set X-Windows DISPLAY=value
-enet value Set ethernet to value
-config value Set config file to value
Note: The final argument, if not a flag, will be tried as a mountable device.
Debugger Commands Debugger Commands
Enter from the debugger prompt (Shift-F6) Enter from the debugger prompt (Shift-F6)
GSport Debugger help (courtesy Fredric Devernay) GSport Debugger help (courtesy Fredric Devernay)