ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/BasiliskII.1
Revision: 1.11
Committed: 2002-01-15T14:58:37Z (22 years, 8 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13, snapshot-15012002
Changes since 1.10: +5 -2 lines
Log Message:
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

File Contents

# User Rev Content
1 cebix 1.11 .TH BasiliskII 1 "January, 2002"
2 cebix 1.1 .SH NAME
3 cebix 1.2 Basilisk II \- a free, portable Mac II emulator
4 cebix 1.1 .SH SYNOPSIS
5     .B BasiliskII
6 cebix 1.10 [\-\-display
7 cebix 1.3 .IR display-name ]
8 cebix 1.10 [\-\-break
9 cebix 1.6 .IR offset ]
10 cebix 1.10 [\-\-rominfo]
11 cebix 1.1 .SH DESCRIPTION
12     .B Basilisk II
13 cebix 1.9 is a free, portable 68k Mac emulator. For more information, see the included
14     "README" file.
15 cebix 1.3 .SH OPTIONS
16     .TP
17 cebix 1.10 .BI "\-\-display " display-name
18 cebix 1.3 specifies the display to use; see
19     .BR X (1)
20 cebix 1.6 .TP
21 cebix 1.10 .BI "\-\-break " offset
22 cebix 1.7 specifies a ROM offset where a breakpoint will be placed (for debugging)
23     .TP
24 cebix 1.10 .B \-\-rominfo
25 cebix 1.7 causes Basilisk II to print some information about the ROM being used on
26     startup (for debugging)
27 cebix 1.11 .TP
28     .B \-\-help
29     shows a complete list of options
30 cebix 1.2 .SH FILES
31     .TP
32 cebix 1.4 .I /usr/share/BasiliskII/keycodes
33 cebix 1.2 X server keycodes definitions.
34     .TP
35 cebix 1.5 .I /usr/share/BasiliskII/fbdevices
36     Framebuffer device specifications.
37     .TP
38 cebix 1.2 .I ~/.basilisk_ii_prefs
39     User-specific configuration file.
40     .TP
41 cebix 1.8 .I ~/.basilisk_ii_xpram
42 cebix 1.2 Contents of Mac non-volatile RAM.
43 cebix 1.1 .SH BUGS
44     Several. See the included "TODO" file.
45     .SH SEE ALSO
46     http://www.uni-mainz.de/~bauec002/B2Main.html (Basilisk II homepage)
47     .SH AUTHOR
48     Christian Bauer <Christian.Bauer@uni-mainz.de>
49     .SH COPYRIGHT
50 cebix 1.11 Copyright \(co 1997-2002 Christian Bauer et al.
51 cebix 1.1
52     This program is free software; you can redistribute it and/or modify
53     it under the terms of the GNU General Public License as published by
54     the Free Software Foundation; either version 2 of the License, or
55     (at your option) any later version.
56    
57     This program is distributed in the hope that it will be useful,
58     but WITHOUT ANY WARRANTY; without even the implied warranty of
59     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
60     GNU General Public License for more details.
61    
62     You should have received a copy of the GNU General Public License
63     along with this program; if not, write to the Free Software
64     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.