Annotation of hatari/doc/hatari.1, revision 1.1.1.13

1.1       root        1: .\" Hey, EMACS: -*- nroff -*-
                      2: .\" First parameter, NAME, should be all caps
                      3: .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
                      4: .\" other parameters are allowed: see man(7), man(1)
1.1.1.13! root        5: .TH "HATARI" "1" "2014-05-08" "Hatari" ""
1.1       root        6: .\" Please adjust this date whenever revising the manpage.
                      7: 
                      8: .SH "NAME"
1.1.1.5   root        9: hatari \- Atari ST/STE/TT/Falcon emulator
1.1       root       10: .SH "SYNOPSIS"
                     11: .B hatari
                     12: .RI  [options]
1.1.1.9   root       13: .RI  [directory|diskimage|program]
1.1       root       14: .SH "DESCRIPTION"
1.1.1.5   root       15: Hatari is an Atari ST/STE/TT/Falcon emulator for Linux, FreeBSD, BeOS and
                     16: other Systems which are supported by the SDL library.
1.1       root       17: .PP
1.1.1.3   root       18: With hatari one can run games, demos or applications written for Atari
1.1.1.8   root       19: ST, STE or Falcon.  Atari TT support is experimental.  Hatari supports
1.1.1.5   root       20: the commonly used *.st and *.msa disk images and hard disk emulation.
1.1       root       21: .PP
1.1.1.3   root       22: To run the emulator a TOS ROM image is needed. EmuTOS, a free
                     23: implementation of TOS is shipped with hatari. Since it is not yet
1.1.1.9   root       24: fully compatible with the original TOS, some programs won't run
                     25: correctly with it. Because of this it is recommended to use a TOS
1.1.1.3   root       26: ROM from a real Atari.
1.1.1.9   root       27: .PP
                     28: As an argument one can give either a name of a directory that should
                     29: be emulated as a virtual GEMDOS hard disk, a floppy disk image or an
                     30: Atari program that should be autostarted.  In the last case the
                     31: program's directory will be used as the C: drive from where this
                     32: program will be started.
                     33: .PP
                     34: Booting will be done from the disk image or directory that's given
                     35: last on the command line as an option or the argument (and which
1.1.1.13! root       36: corresponds to A: or C:). If you want to give floppy image name with
        !            37: an autostarting program name, give it with --disk-a option before the
        !            38: program name.
1.1       root       39: .SH "OPTIONS"
1.1.1.4   root       40: Hatari options are split into several categories:
                     41: .SH "General options"
1.1       root       42: .TP 
                     43: .B \-h, \-\-help
1.1.1.4   root       44: Print command line options and terminate
1.1       root       45: .TP 
                     46: .B \-v, \-\-version
1.1.1.4   root       47: Print version information and terminate
                     48: .TP 
1.1.1.12  root       49: .B \-\-confirm\-quit <bool>
1.1.1.4   root       50: Whether Hatari confirms quitting
                     51: .TP 
                     52: .B \-c, \-\-configfile <filename>
1.1.1.12  root       53: Read additional configuration values from <file>, these
                     54: override values read from the global and user configuration
                     55: files
1.1.1.9   root       56: .TP
                     57: .B \-k, \-\-keymap <file>
1.1.1.12  root       58: Load keyboard mapping from <file>
1.1.1.5   root       59: .TP 
1.1.1.12  root       60: .B \-\-fast\-forward <bool>
1.1.1.5   root       61: On fast machine helps skipping (fast forwarding) Hatari output
1.1.1.9   root       62: .SH "Common display options"
1.1       root       63: .TP 
                     64: .B \-m, \-\-mono
1.1.1.4   root       65: Start in monochrome mode instead of color
                     66: .TP 
                     67: .B \-\-monitor <x>
                     68: Select monitor type (x = mono/rgb/vga/tv)
1.1       root       69: .TP 
                     70: .B \-f, \-\-fullscreen
1.1.1.4   root       71: Start the emulator in fullscreen mode
1.1.1.2   root       72: .TP 
                     73: .B \-w, \-\-window
1.1.1.13! root       74: Start the emulator in windowed mode
1.1       root       75: .TP 
1.1.1.7   root       76: .B \-\-grab
1.1.1.13! root       77: Grab mouse (also) in windowed mode
        !            78: .TP 
        !            79: .B \-\-borders <bool>
        !            80: Show ST/STE/Falcon screen borders (for low/med resolution overscan demos)
1.1.1.7   root       81: .TP 
1.1.1.4   root       82: .B \-\-frameskips <x>
                     83: Skip <x> frames after each displayed frame to accelerate emulation
1.1.1.5   root       84: (0=disabled, >4 uses automatic frameskip with given value as maximum)
1.1.1.13! root       85: .TP
        !            86: .B \-\-slowdown <x>
        !            87: Slow down emulation by factor of x (used as multiplier for VBL wait time)
1.1       root       88: .TP 
1.1.1.5   root       89: .B \-\-statusbar <bool>
                     90: Show statusbar (with floppy leds etc etc)
                     91: .TP 
1.1.1.12  root       92: .B \-\-drive\-led <bool>
1.1.1.5   root       93: Show overlay drive led when statusbar isn't shown
1.1.1.4   root       94: .TP
1.1.1.13! root       95: .B \-\-max\-width <x>
        !            96: Preferred / maximum window width for borders / zooming
        !            97: .TP
        !            98: .B \-\-max\-height <x>
        !            99: Preferred / maximum window height for borders / zooming
        !           100: .TP
1.1.1.9   root      101: .B \-\-bpp <bool>
                    102: Force internal bitdepth (x = 8/15/16/32, 0=disable)
                    103: .SH "ST/STE specific display options"
                    104: .TP
1.1.1.12  root      105: .B \-\-desktop\-st <bool>
1.1.1.10  root      106: Whether fullscreen mode uses desktop resolution to avoid: messing
                    107: multi-screen setups, several seconds delay needed by LCD monitors
                    108: resolution switching and the resulting sound break. As Hatari ST/E
                    109: display code doesn't support zooming (except low-rez doubling), it
                    110: doesn't get scaled (by Hatari or monitor) when this is enabled.
                    111: Therefore this is mainly useful only if you suffer from the described
                    112: effects, but still want to grab mouse and remove other distractions
                    113: from the screen just by toggling fullscreen mode. (disabled by default)
                    114: .TP 
1.1.1.4   root      115: .B \-\-spec512 <x>
                    116: Hatari uses this threshold to decide when to render a screen with
                    117: the slower but more accurate Spectrum512 screen conversion functions
                    118: (0 <= x <= 512, 0=disable)
1.1.1.9   root      119: .TP 
                    120: .B \-z, \-\-zoom <x>
                    121: Zoom (double) low resolution (1=no, 2=yes)
1.1.1.13! root      122: .SH "TT/Falcon specific display options"
1.1.1.9   root      123: Zooming to sizes specified below is internally done using integer scaling
                    124: factors. This means that different Atari resolutions may show up with
                    125: different sizes, but they are never blurry.
                    126: .TP 
                    127: .B \-\-desktop <bool>
                    128: Whether to use desktop resolution on fullscreen to avoid issues
                    129: related to resolution switching. Otherwise fullscreen will use
1.1.1.10  root      130: a resolution that is closest to the Hatari window size.
                    131: (enabled by default)
1.1.1.4   root      132: .TP
1.1.1.12  root      133: .B \-\-force\-max <bool>
1.1.1.10  root      134: Hatari window size is forced to specified maximum size and black borders
                    135: used when Atari resolution doesn't scale evenly to it.  This is most
                    136: useful when recording videos of Falcon demos that change their
                    137: resolution. (disabled by default)
                    138: .TP
1.1.1.9   root      139: .B \-\-aspect <bool>
                    140: Whether to do monitor aspect ratio correction (enabled by default)
1.1.1.4   root      141: .SH "VDI options"
1.1.1.10  root      142: .TP
1.1.1.5   root      143: .B \-\-vdi <bool>
                    144: Whether to use VDI screen mode
1.1.1.10  root      145: .TP
1.1.1.4   root      146: .B \-\-vdi\-planes <x>
                    147: Use extended VDI resolution with bit depth <x> (x = 1, 2 or 4)
1.1.1.10  root      148: .TP
1.1.1.4   root      149: .B \-\-vdi\-width <w>
1.1.1.8   root      150: Use extended VDI resolution with width <w> (320 < w <= 1280)
1.1.1.10  root      151: .TP
1.1.1.4   root      152: .B \-\-vdi\-height <h>
1.1.1.8   root      153: Use extended VDI resolution with height <h> (200 < h <= 960)
1.1.1.9   root      154: .SH "Screen capture options"
                    155: .TP
                    156: .B \-\-crop <bool>
                    157: Remove statusbar from the screen captures
1.1.1.8   root      158: .TP
                    159: .B \-\-avirecord
                    160: Start AVI recording
                    161: .TP
1.1.1.12  root      162: .B \-\-avi\-vcodec <x>
1.1.1.8   root      163: Select avi video codec (x = bmp/png)
                    164: .TP
1.1.1.12  root      165: .B \-\-avi\-fps <x>
1.1.1.8   root      166: Force avi frame rate (x = 50/60/71/...)
                    167: .TP
1.1.1.12  root      168: .B \-\-avi\-file <file>
1.1.1.8   root      169: Use <file> to record avi
1.1.1.4   root      170: .SH "Devices options"
1.1       root      171: .TP 
1.1.1.4   root      172: .B \-j, \-\-joystick <port>
                    173: Emulate joystick with cursor keys in given port (0-5)
1.1       root      174: .TP 
1.1.1.5   root      175: .B \-\-joy<port> <type>
                    176: Set joystick type (none/keys/real) for given port
                    177: .TP 
1.1.1.4   root      178: .B \-\-printer <file>
                    179: Enable printer support and write data to <file>
1.1.1.2   root      180: .TP 
1.1.1.12  root      181: .B \-\-midi\-in <filename>
1.1.1.6   root      182: Enable MIDI support and write MIDI data to <file>
1.1       root      183: .TP 
1.1.1.12  root      184: .B \-\-midi\-out <filename>
1.1.1.6   root      185: Enable MIDI support and read MIDI data from <file>
                    186: .TP 
1.1.1.12  root      187: .B \-\-rs232\-in <filename>
1.1.1.6   root      188: Enable serial port support and use <file> as the input device
                    189: .TP 
1.1.1.12  root      190: .B \-\-rs232\-out <filename>
1.1.1.6   root      191: Enable serial port support and use <file> as the output device
1.1.1.4   root      192: .SH "Disk options"
1.1.1.5   root      193: .TP
1.1.1.13! root      194: .B \-\-drive\-a <bool>
        !           195: Enable/disable drive A (default is on)
        !           196: .TP
        !           197: .B \-\-drive\-b <bool>
        !           198: Enable/disable drive B (default is on)
        !           199: .TP
        !           200: .B \-\-drive\-a\-heads <x>
        !           201: Set number of heads for drive A (1=single sided, 2=double sided)
        !           202: .TP
        !           203: .B \-\-drive\-b\-heads <x>
        !           204: Set number of heads for drive B (1=single sided, 2=double sided)
        !           205: .TP
1.1.1.12  root      206: .B \-\-disk\-a <file>
1.1.1.5   root      207: Set disk image for floppy drive A
                    208: .TP
1.1.1.12  root      209: .B \-\-disk\-b <file>
1.1.1.5   root      210: Set disk image for floppy drive B
1.1.1.8   root      211: .TP
1.1.1.12  root      212: .B \-\-protect\-floppy <x>
1.1.1.8   root      213: Write protect floppy image contents (on/off/auto). With "auto" option
1.1.1.13! root      214: write protection is according to the disk image file attributes
1.1.1.8   root      215: .TP
1.1.1.12  root      216: .B \-\-protect\-hd <x>
1.1.1.8   root      217: Write protect harddrive <dir> contents (on/off/auto). With "auto" option
                    218: the protection can be controlled by setting individual files attributes
                    219: as it disables the file attribute modifications for the GEMDOS hard disk
1.1.1.13! root      220: emulation
1.1.1.12  root      221: .TP
                    222: .B \-\-gemdos\-case <x>
                    223: Specify whether new dir/filenames are forced to be in upper or lower case
1.1.1.13! root      224: with the GEMDOS HD emulation. Off/upper/lower, off by default
1.1       root      225: .TP 
1.1.1.4   root      226: .B \-d, \-\-harddrive <dir>
1.1.1.10  root      227: Emulate harddrive partition(s) with <dir> contents.  If directory
                    228: contains only single letter (C-Z) subdirectories, each of these
                    229: subdirectories will be treated as a separate partition, otherwise the
                    230: given directory itself will be assigned to drive "C:". In the multiple
                    231: partition case, the letters used as the subdirectory names will
1.1.1.13! root      232: determine to which drives/partitions they're assigned. If <dir> is
        !           233: an empty string, then harddrive's emulation is disabled
1.1.1.10  root      234: .TP
1.1.1.4   root      235: .B \-\-acsi <file>
1.1.1.5   root      236: Emulate an ACSI hard disk with an image <file>
                    237: .TP 
1.1.1.8   root      238: .B \-\-ide\-master <file>
                    239: Emulate an IDE master hard disk with an image <file>
                    240: .TP 
                    241: .B \-\-ide\-slave <file>
                    242: Emulate an IDE slave hard disk with an image <file>
1.1       root      243: .TP 
1.1.1.10  root      244: .B \-\-fastfdc <bool>
                    245: speed up FDC emulation (can cause incompatibilities)
1.1.1.4   root      246: .SH "Memory options"
1.1       root      247: .TP 
1.1.1.10  root      248: .B \-\-memstate <file>
                    249: Load memory snap-shot <file>
                    250: .TP 
1.1.1.4   root      251: .B \-s, \-\-memsize <x>
                    252: Set amount of emulated RAM, x = 1 to 14 MiB, or 0 for 512 KiB
1.1.1.10  root      253: .SH "ROM options"
1.1       root      254: .TP 
1.1.1.4   root      255: .B \-t, \-\-tos <imagefile>
                    256: Specify TOS ROM image to use
1.1       root      257: .TP 
1.1.1.12  root      258: .B \-\-patch\-tos <bool>
1.1.1.10  root      259: Use this option to enable/disable TOS ROM patching. Experts only! Leave
                    260: this enabled unless you know what you are doing!
                    261: .TP 
1.1.1.4   root      262: .B \-\-cartridge <imagefile>
                    263: Use ROM cartridge image <file> (only works if GEMDOS HD emulation and
                    264: extended VDI resolution are disabled)
                    265: .SH "CPU options"
                    266: .TP 
                    267: .B \-\-cpulevel <x>
                    268: Specify CPU (680x0) to use (use x >= 1 with EmuTOS or TOS >= 2.06 only!)
                    269: .TP 
                    270: .B \-\-cpuclock <x>
                    271: Set the CPU clock (8, 16 or 32 Mhz)
                    272: .TP 
                    273: .B \-\-compatible <bool>
1.1.1.9   root      274: Use a more compatible, but slower 68000 CPU mode with
                    275: better prefetch accuracy and cycle counting
1.1.1.4   root      276: .SH "Misc system options"
1.1.1.3   root      277: .TP 
                    278: .B \-\-machine <x>
1.1.1.9   root      279: Select machine type (x = st, ste, tt or falcon)
1.1.1.4   root      280: .TP 
                    281: .B \-\-blitter <bool>
1.1.1.5   root      282: Enable blitter emulation (ST only)
1.1.1.4   root      283: .TP 
                    284: .B \-\-dsp <x>
1.1.1.5   root      285: Falcon DSP emulation (x = none, dummy or emu, Falcon only)
1.1.1.4   root      286: .TP 
1.1.1.12  root      287: .B \-\-timer\-d <bool>
1.1.1.10  root      288: Patch redundantly high Timer-D frequency set by TOS.  This about doubles
                    289: Hatari speed (for ST/e emulation) as the original Timer-D frequency causes
                    290: most of the interrupts.
                    291: .TP
1.1.1.12  root      292: .B \-\-fast\-boot <bool>
1.1.1.10  root      293: Patch TOS and initialize the so-called "memvalid" system variables to by-pass
                    294: the memory test of TOS, so that the system boots faster.
                    295: .TP
                    296: .B \-\-rtc <bool>
                    297: Enable real-time clock
                    298: .SH "Sound options"
                    299: .TP 
1.1.1.9   root      300: .B \-\-mic <bool>
                    301: Enable/disable (Falcon only) microphone
                    302: .TP 
1.1.1.4   root      303: .B \-\-sound <x>
1.1.1.7   root      304: Sound frequency: 6000-50066. "off" disables the sound and speeds up
                    305: the emulation. To prevent extra sound artifacts, the frequency should be
                    306: selected so that it either matches evenly with the STE/TT/Falcon sound
                    307: DMA (6258, 12517, 250033, 50066 Hz) or your sound card frequencies
                    308: (11025, 22050, 44100 or 6000...48000 Hz).  Check what your sound card
                    309: supports.
1.1.1.8   root      310: .TP 
1.1.1.12  root      311: .B \-\-sound\-buffer\-size <x>
1.1.1.9   root      312: SDL's sound buffer size: 10-100, or 0 to use default buffer size.
1.1.1.8   root      313: By default Hatari uses an SDL buffer size of 1024 samples, which
                    314: gives approximatively 20-30 ms of sound depending on the chosen sound
                    315: frequency. Under some OS or with not fully supported sound card, this
                    316: default setting can cause a bigger delay at lower frequency (nearly 0.5 sec).
                    317: In that case, you can use this option to force the size of the sound
                    318: buffer to a fixed number of milliseconds of sound (using 20 is often
                    319: a good choice if you have such problems). Most users will not need this option.
1.1.1.9   root      320: .TP 
1.1.1.12  root      321: .B \-\-sound\-sync <bool>
                    322: The emulation rate is nudged by +100 or 0 or \-100 micro-seconds on occasion.
1.1.1.11  root      323: This prevents the sound buffer from overflowing (long latency and
                    324: lost samples) or underflowing (short latency and repeated samples).
                    325: The emulation rate smoothly deviates by a maximum of 0.58% until
                    326: synchronized, while the emulator continuously generates every sound
                    327: sample and the crystal controlled sound system consumes every sample.
                    328: .br
                    329: (on|off, off=default)
                    330: .TP 
1.1.1.12  root      331: .B \-\-ym\-mixing <x>
1.1.1.9   root      332: Select a method for mixing the three YM2149 voice volumes together.
1.1.1.10  root      333: "model" uses a mathematical model of the YM voices,
1.1.1.9   root      334: "table" uses a lookup table of audio output voltage values measured
                    335: on STF and "linear" just averages the 3 YM voices.
1.1.1.4   root      336: .SH "Debug options"
                    337: .TP 
1.1.1.7   root      338: .B \-D, \-\-debug
                    339: Toggle whether CPU exceptions invoke the debugger
1.1.1.5   root      340: .TP 
1.1.1.13! root      341: .B \-\-debug\-except <flags>
        !           342: Specify which exceptions invoke debugger, see
        !           343: .B \-\-debug\-except help
        !           344: for available (comma separated) exception flags.
1.1.1.12  root      345: .TP 
1.1.1.13! root      346: .B \-\-bios\-intercept
        !           347: Toggle XBios command parsing. Allows Atari programs to use all Hatari
        !           348: functionality and change Hatari state through Hatari specifit
        !           349: XBios(255) calls. XBios(20) printscreen calls produce also Hatari
        !           350: screenshots.
        !           351: .TP
1.1.1.12  root      352: .B \-\-conout <device>
                    353: Enable console (xconout vector functions) output redirection for given
                    354: <device> to host terminal.  Device 2 is for the (CON:) VT52 console,
                    355: which vector function catches also EmuTOS panic messages and MiNT
                    356: console output, not just normal BIOS console output.
                    357: .TP
                    358: .B \-\-disasm <x>
                    359: Set disassembly options.  'uae' and 'ext' select the dissasembly engine
                    360: to use, bitmask sets output options for the external disassembly engine
                    361: and 'help' lists them.
                    362: .TP 
                    363: .B \-\-natfeats <bool>
                    364: Enable/disable (basic) Native Features support.
                    365: E.g. EmuTOS uses it for debug output.
1.1.1.4   root      366: .TP
1.1.1.13! root      367: .B \-\-trace <flags>
1.1.1.5   root      368: Activate debug traces, see
                    369: .B \-\-trace help
1.1.1.13! root      370: for available (comma separated) tracing flags
1.1.1.5   root      371: .TP
1.1.1.12  root      372: .B \-\-trace\-file <file>
1.1.1.8   root      373: Save trace output to <file> (default=stderr)
                    374: .TP
                    375: .B \-\-parse <file>
                    376: Parse/execute debugger commands from <file>
                    377: .TP
                    378: .B \-\-saveconfig
                    379: Save Hatari configuration and exit. Hatari UI needs Hatari configuration
                    380: file to start, this can be used to create it automatically.
                    381: .TP
1.1.1.12  root      382: .B \-\-no\-parachute
1.1.1.8   root      383: Disable SDL parachute to get Hatari core dumps. SDL parachute is enabled
                    384: by default to restore video mode in case Hatari terminates abnormally
                    385: while using non-standard screen resolution.
                    386: .TP
1.1.1.12  root      387: .B \-\-control\-socket <file>
1.1.1.5   root      388: Hatari reads options from given socket at run-time
                    389: .TP
1.1.1.12  root      390: .B \-\-log\-file <file>
1.1.1.5   root      391: Save log output to <file> (default=stderr)
                    392: .TP
1.1.1.12  root      393: .B \-\-log\-level <x>
1.1.1.5   root      394: Log output level (x=debug/todo/info/warn/error/fatal)
                    395: .TP
1.1.1.12  root      396: .B \-\-alert\-level <x>
1.1.1.5   root      397: Show dialog for log messages above given level
1.1.1.7   root      398: .TP
1.1.1.12  root      399: .B \-\-run\-vbls <x>
1.1.1.7   root      400: Exit after X VBLs
1.1       root      401: .SH "COMMANDS"
1.1.1.3   root      402: The shortcut keys can be configured in the configuration file.
                    403: The default settings are:
1.1       root      404: .TP
                    405: .B AltGr + a
                    406: record animation
                    407: .TP
                    408: .B AltGr + g
                    409: grab a screenshot
                    410: .TP
                    411: .B AltGr + i
                    412: boss key: leave full screen mode and iconify window
                    413: .TP
                    414: .B AltGr + j
                    415: activate joystick emulation via cursor keys
                    416: .TP
                    417: .B AltGr + m
                    418: (un-)lock the mouse into the window
                    419: .TP
                    420: .B AltGr + r
1.1.1.5   root      421: warm reset the ST (same as the reset button)
1.1       root      422: .TP
                    423: .B AltGr + c
1.1.1.5   root      424: cold reset the ST (same as the power switch)
                    425: .TP
                    426: .B AltGr + d
                    427: open dialog to select/change disk A
1.1       root      428: .TP
                    429: .B AltGr + s
                    430: enable/disable sound
                    431: .TP
                    432: .B AltGr + q
                    433: quit the emulator
                    434: .TP
                    435: .B AltGr + x
                    436: toggle normal/max speed
                    437: .TP
                    438: .B AltGr + y
                    439: enable/disable sound recording
                    440: .TP
1.1.1.4   root      441: .B AltGr + k
                    442: save memory snapshot
                    443: .TP
                    444: .B AltGr + l
                    445: load memory snapshot
                    446: .TP
1.1       root      447: .B F11
                    448: toggle between fullscreen and windowed mode
                    449: .TP
                    450: .B F12 
1.1.1.5   root      451: activate the hatari options GUI
1.1       root      452: .br
                    453: You may need to hold SHIFT down while in windowed mode.
                    454: .TP
                    455: .B Pause
1.1.1.7   root      456: Pauses the emulation
                    457: .TP
                    458: .B AltGr + Pause
                    459: Invokes the internal Hatari debugger
1.1       root      460: 
                    461: .SH Emulated Atari ST keyboard
1.1.1.3   root      462: All other keys on the keyboard act as the normal Atari ST keys so
                    463: pressing SPACE on your PC will result in an emulated press of the
                    464: SPACE key on the ST. The following keys have special meanings:
1.1       root      465: .TP
                    466: .B  Alt
                    467: will act as the ST's ALTERNATE key
                    468: .TP
                    469: .B  left Ctrl
                    470: will act as the ST's CONTROL key
                    471: .TP
                    472: .B  Page Up
                    473: will emulate the ST's HELP key
                    474: .TP
                    475: .B  Page Down
                    476: will emulate the ST's UNDO key
                    477: .PP
                    478: .B AltGr
                    479: will act as
                    480: .B Alternate
1.1.1.3   root      481: as well as long as you do not press it together with a Hatari hotkey
                    482: combination. 
1.1       root      483: 
                    484: The 
                    485: .B right Ctrl
1.1.1.3   root      486: key is used as the fire button of the emulated joystick when you turn
                    487: on joystick emulation via keyboard. 
1.1       root      488: 
1.1.1.3   root      489: The cursor keys will act as the cursor keys on the Atari ST as long as
                    490: joystick emulation via keyboard has been turned off.
1.1       root      491: 
                    492: .SH "SEE ALSO"
                    493: The main program documentation, usually in /usr/share/doc/.
1.1.1.9   root      494: Among other things it contains an extensive usage manual,
                    495: software compatiblity list and release notes.
1.1       root      496: .PP
1.1.1.10  root      497: The homepage of hatari: http://hatari.tuxfamily.org/
1.1.1.9   root      498: .PP
                    499: Other Hatari programs and utilities:
                    500: .br
                    501: .IR hmsa (1),
                    502: .IR zip2st (1),
                    503: .IR atari-hd-image (1),
                    504: .IR hatariui (1),
1.1.1.13! root      505: .IR hconsole (1),
        !           506: .IR gst2ascii (1),
        !           507: .IR hatari_profile (1)
1.1.1.5   root      508: .SH "FILES AND DIRECTORIES"
1.1.1.3   root      509: .TP
                    510: /etc/hatari.cfg (or /usr/local/etc/hatari.cfg)
1.1.1.5   root      511: The global configuration file of Hatari.
                    512: .TP
                    513: ~/.hatari/
                    514: The (default) directory for user's personal Hatari files;
                    515: .B hatari.cfg
                    516: (configuration file),
                    517: .B hatari.nvram
                    518: (NVRAM content file),
                    519: .B hatari.sav
                    520: (Hatari memory state snapshot file which Hatari can load/save automatically
                    521: when it starts/exits),
                    522: .B hatari.prn
                    523: (printer output file),
                    524: .B hatari.wav
                    525: (recorded sound output in WAV format),
                    526: .B hatari.ym
                    527: (recorded sound output in YM format).
1.1.1.3   root      528: .TP
1.1.1.5   root      529: /usr/share/hatari/ (or /usr/local/share/hatari/)
                    530: The global data directory of Hatari.
1.1.1.3   root      531: .TP
                    532: tos.img
                    533: The TOS ROM image will be loaded from the data directory of Hatari unless it
                    534: is specified on the command line or the configuration file.
                    535: 
1.1       root      536: .SH "AUTHOR"
1.1.1.5   root      537: This manual page was written by Marco Herrn <[email protected]> for the
                    538: Debian project and later modified by Thomas Huth and Eero Tamminen to
                    539: suit the latest version of Hatari.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.