ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/BasiliskII.1
Revision: 1.7
Committed: 1999-10-27T16:59:43Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.6: +6 -1 lines
Log Message:
- imported fixed UAE FPU from Lauri
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
- ExtFS: MAX_PATH_LENGTH is global, removed third parameter to
  add_path_component()
- rom_patches.cpp: added print_rom_info()
- Unix: added "-rominfo" command line argument
- extfs_unix.cpp: supports finder info and resource forks
- prefs_editor_gtk.cpp: tab widget is no longer scrollable

File Contents

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