summaryrefslogtreecommitdiffstats
path: root/games/steem/steem.pod
blob: 854101a540755484b1ac53b613f2f759ae4ac1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# pod source for steem.6, convert with:
# pod2man --stderr -s6 -cSlackBuilds.org -r3.2 steem.pod > steem.6

=head1 NAME

steem - the Atari STE emulator for Linux/X11

=head1 SYNOPSIS

steem [options] [disk_image_a [disk_image_b]] [cartridge] [tos_image]

steem [options] [state_file]

=head1 DESCRIPTION

Steem is a Freeware Atari ST/STE emulator for Windows and Linux.

=head1 OPTIONS

=head2 Image Files

=over 4

=item B<[disk_image_a], [disk_image_b]>

Optional disk images to be used for the ST's A: and B: drives. File types supported are
ST/MSA/DIM/STT/ZIP/RAR. If 2 disks are specified, the first will be ST drive A: and the second drive B:.

=item B<[cartridge]>

Optional name of a cartridge image (.STC) to be loaded.

=item B<[state_file]>

state file: previously saved state file (.STS) to load. If none is specified, Steem will
load "auto.sts" provided the relevant option is checked in the Options dialog.

=item B<[tos_image]>

TOS image file to use. By default, this is set in steem.ini and does not need setting on the
command line. For most games and applications, the TOS image should be the UK v1.02 image
(tos102.img).

=back

=head2 Switches

Options are case-independent and can be prefixed by -, --, / or nothing.

=over 4

=item B<NOSHM>

disable use of Shared Memory.

=item B<NOSOUND>

no sound output.

=item B<SOF=<n>>

set sound output frequency to <n> Hz.

=item B<PABUFSIZE=<n>>

set PortAudio buffer size to <n> samples.

=item B<FONT=<string>>

use a different font.

=item B<HELP>

print help message and quit.

=item B<INI=<file>>

use <file> instead of steem.ini to initialise options.

=item B<TRANS=<file>>

use <file> instead of searching for Translate.txt or Translate_*.txt to translate the GUI
text.

=back

All of these options (except INI= and TRANS=) can be changed from the GUI once steem is running. It
is easiest just to run steem and play with the GUI.

=head1 FILES

=over 4

=item B</usr/bin/steem>

Shell script wrapper that sets up the environment for the actual steem binary.

=item B</usr/libexec/steem>

Actual steem binary. Don't run directly, as it doesn't behave in a very Linux-friendly way.

=item B<~/.steem/>

Directory steem executes in. Contains steem.ini and all save-state files, including auto.sts.

=back

=head1 AUTHORS

Steem was written by Anthony and Russell Hayward.

This man page and the steem wrapper script were written by B. Watson, for the SlackBuilds.org
project (but may be used by anyone)