2 |
|
Basilisk II |
3 |
|
A 68k Macintosh emulator |
4 |
|
|
5 |
< |
Copyright (C) 1997-2002 Christian Bauer et al. |
5 |
> |
Copyright (C) 1997-2003 Christian Bauer et al. |
6 |
|
|
7 |
|
|
8 |
|
License |
26 |
|
IRIX 6.5) |
27 |
|
- AmigaOS 3.x |
28 |
|
- Windows NT 4.0 (mostly works under Windows 95/98, too) |
29 |
< |
- Mac OS X 10.1 |
29 |
> |
- Mac OS X 10.1, 10.2 |
30 |
|
|
31 |
|
Some features of Basilisk II: |
32 |
|
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5) |
289 |
|
The "video mode" is one of the following: |
290 |
|
win/<width>/<height> |
291 |
|
win/<width>/<height>/<bits per pixel> |
292 |
< |
A refreshed (and buffered) [and very slow] Quartz window. |
293 |
< |
The default <bits> is 32, which is the only depth currently supported. |
292 |
> |
A refreshed (and buffered) Quartz window. |
293 |
|
full/<width>/<height> |
294 |
|
full/<width>/<height>/<bits per pixel> |
295 |
|
A CGDirectDisplay full screen mode. <bits> can currently be 8, 16 or 32. |
296 |
|
If not specified, the default is 32. There is currently no way to switch |
297 |
|
between the Mac OS X and Basilisk II display, but Apple-Option-Escape |
298 |
|
instantly and safely terminates the Basilisk II program. |
300 |
– |
opengl/<width>/<height> |
301 |
– |
opengl/<width>/<height>/<bits per pixel> |
302 |
– |
Currently unimplemented, will be a fast windowed mode. |
299 |
|
|
300 |
|
seriala <serial port description> |
301 |
|
|
524 |
|
error alerts. All errors will then be reported to stdout. The default |
525 |
|
is "false". |
526 |
|
|
527 |
+ |
keyboardtype <keyboard-id> |
528 |
+ |
|
529 |
+ |
Specifies the keyboard type that BasiliskII should report to the MacOS. |
530 |
+ |
The default is "5" which is a "Apple Extended Keyboard II (ISO)", |
531 |
+ |
but many other numbers are understood by most versions of the MacOS |
532 |
+ |
(e.g. 11 is a "Macintosh Plus Keyboard with keypad", |
533 |
+ |
13 is a "Apple PowerBook Keyboard (ISO)" ) |
534 |
+ |
|
535 |
|
For additional information, consult the source. |
536 |
|
|
537 |
|
|