diff options
Diffstat (limited to 'games/xroar/xroar.6')
-rw-r--r-- | games/xroar/xroar.6 | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/games/xroar/xroar.6 b/games/xroar/xroar.6 new file mode 100644 index 0000000000..6f1dbd157a --- /dev/null +++ b/games/xroar/xroar.6 @@ -0,0 +1,129 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XROAR "6" "April 2010" "XRoar 0.23" "Games" +.SH NAME +xroar \- Dragon and CoCo 1/2 emulator. +.SH SYNOPSIS +.B xroar +[\fIOPTION\fR]... +.SH DESCRIPTION +XRoar is a Dragon emulator. Due to hardware similarities, XRoar also +emulates the Tandy Colour Computer (CoCo) models 1 & 2. +.PP +This man page just documents the command\-line options to xroar. For full +documentation, see the info page for xroar, or the HTML documentation +in /usr/doc/xroar-$VERSION/xroar.html. +.SH OPTIONS +The first non\-option argument is taken as a filename, and treated as though +it were given as the argument to \-run. +.SS +Emulator interface: +.TP +\fB\-ui\fR MODULE +user\-interface module (\fB\-ui\fR help for list) +.TP +\fB\-vo\fR MODULE +video module (\fB\-vo\fR help for list) +.TP +\fB\-gl\-filter\fR FILTER +OpenGL texture filter (auto, linear, nearest) +.TP +\fB\-ao\fR MODULE +audio module (\fB\-ao\fR help for list) +.TP +\fB\-fast\-sound\fR +faster but less accurate sound +.TP +\fB\-fs\fR +start emulator full\-screen if possible +.TP +\fB\-ccr\fR RENDERER +cross\-colour renderer (\fB\-ccr\fR help for list) +.TP +\fB\-fskip\fR FRAMES +frameskip (default: 0) +.TP +\fB\-keymap\fR CODE +host keyboard type (uk, us, fr, de) +.TP +\fB\-joy\-left\fR JOYSPEC +map left joystick +.TP +\fB\-joy\-right\fR JOYSPEC +map right joystick +.TP +\fB\-trace\fR +start with trace mode on +.SS +Emulated machine: +.TP +\fB\-machine\fR MACHINE +emulated machine (\fB\-machine\fR help for list) +.TP +\fB\-bas\fR FILENAME +BASIC ROM to use (CoCo only) +.TP +\fB\-extbas\fR FILENAME +Extended BASIC ROM to use +.TP +\fB\-altbas\fR FILENAME +alternate BASIC ROM (Dragon 64) +.TP +\fB\-noextbas\fR +disable Extended BASIC +.TP +\fB\-dostype\fR DOS +type of DOS cartridge (\fB\-dostype\fR help for list) +.TP +\fB\-dos\fR FILENAME +DOS ROM (or CoCo Disk BASIC) +.TP +\fB\-nodos\fR +disable DOS (ROM and hardware emulation) +.TP +\fB\-pal\fR +emulate PAL (50Hz) video +.TP +\fB\-ntsc\fR +emulate NTSC (60Hz) video +.TP +\fB\-ram\fR KBYTES +specify amount of RAM in K +.SS +Automatically load or run files: +.TP +\fB\-load\fR FILENAME +load or attach FILENAME +.TP +\fB\-run\fR FILENAME +load or attach FILENAME and attempt autorun +.SS +Other options: +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +output version information and exit +.PP +A JOYSPEC maps physical joystick axes and buttons to one of the emulated +machine's joysticks. JOYSPEC is of the form 'DEV,AXIS:DEV,AXIS:DEV,BUTTON', +mapping two axes and a button to the X, Y and firebutton on the emulated +joystick respectively. +.SH COPYRIGHT +xroar is Copyright \(co 2009 Ciaran Anscomb +.PP +This man page written by B. Watson for the SlackBuilds.org project (but it +may be used by anyone). +.PP +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. +There is NO WARRANTY, to the extent permitted by law. +.SH SEE ALSO +The info page for \fBxroar\fR (includes much information not found in this +man page). +.br +http://en.wikipedia.org/wiki/TRS-80_Color_Computer +.br +http://archive.worldofdragon.org/index.php?title=Main_Page +.br +http://archive.worldofdragon.org/archive/index.php |