ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/BasiliskII.1
Revision: 1.6
Committed: 1999-10-26T16:28:29Z (24 years, 8 months ago) by cebix
Branch: MAIN
Changes since 1.5: +5 -0 lines
Log Message:
- mon is called for illegal EMUL_OP selectors and when pressing Ctrl-C (Unix)
- moved MemoryDispatch() patch routine from PatchAfterStartup() to
  InstallDrivers()
- fixed one place where ROM replaces MemoryDispatch() by unimplemented trap
  when no MMU is present
- Unix: ROM breakpoint can now be set with "-break" command line argument
- some changes to configure script, mon is now compiled with readline support

File Contents

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