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 |
30 |
|
|
31 |
|
Some features of Basilisk II: |
32 |
|
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5) |
69 |
|
BeOS: |
70 |
|
/boot/home/config/settings/BasiliskII_prefs |
71 |
|
|
72 |
< |
Unix: |
72 |
> |
Unix, Mac OS X: |
73 |
|
~/.basilisk_ii_prefs |
74 |
|
|
75 |
|
AmigaOS: |
285 |
|
application via Alt-Tab, Basilisk II is put in "snooze" mode (i.e. MacOS |
286 |
|
is frozen). |
287 |
|
|
288 |
+ |
Mac OS X: |
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. |
294 |
+ |
full/<width>/<height> |
295 |
+ |
full/<width>/<height>/<bits per pixel> |
296 |
+ |
A CGDirectDisplay full screen mode. <bits> can currently be 8, 16 or 32. |
297 |
+ |
If not specified, the default is 32. There is currently no way to switch |
298 |
+ |
between the Mac OS X and Basilisk II display, but Apple-Option-Escape |
299 |
+ |
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. |
303 |
+ |
|
304 |
|
seriala <serial port description> |
305 |
|
|
306 |
|
This item describes the serial port to be used as Port A (Modem Port) |
572 |
|
the number of key events sent to MacOS for each wheel movement (the |
573 |
|
number of lines to scroll). |
574 |
|
|
575 |
+ |
ignoresegv <"true" or "false"> |
576 |
+ |
|
577 |
+ |
Set this to "true" to ignore illegal memory accesses. The default |
578 |
+ |
is "false". This feature is only implemented on the following |
579 |
+ |
platforms: Linux/x86, Linux/ppc, Darwin/ppc. |
580 |
+ |
|
581 |
+ |
dsp <device name> |
582 |
+ |
mixer <device name> |
583 |
+ |
|
584 |
+ |
Under Linux and FreeBSD, this specifies the devices to be used for sound |
585 |
+ |
output and volume control, respectively. The defaults are "/dev/dsp" and |
586 |
+ |
"/dev/mixer". |
587 |
+ |
|
588 |
|
AmigaOS: |
589 |
|
|
590 |
|
sound <sound output description> |
792 |
|
- Jürgen Lachmann <juergen_lachmann@t-online.de>: AmigaOS CyberGraphX support |
793 |
|
- Samuel Lander <blair_sp@hotmail.com>: tile-based window refresh code |
794 |
|
- David Lawrence <davidl@jlab.org>: incremental window refresh code |
795 |
+ |
- Nigel Pearson <nigel@ind.tansu.com.au>: Mac OS X port |
796 |
|
- Lauri Pesonen <lpesonen@nic.fi>: Windows NT port |
797 |
|
- Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>: UAE 68k emulation |
798 |
|
- and others... |