ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/README
(Generate patch)

Comparing BasiliskII/README (file contents):
Revision 1.24 by cebix, 2002-01-15T14:58:31Z vs.
Revision 1.25 by nigel, 2002-03-16T05:27:56Z

# Line 26 | Line 26 | Basilisk II has currently been ported to
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)
# Line 68 | Line 69 | The settings are stored in a text file:
69   BeOS:
70    /boot/home/config/settings/BasiliskII_prefs
71  
72 < Unix:
72 > Unix, Mac OS X:
73    ~/.basilisk_ii_prefs
74  
75   AmigaOS:
# Line 284 | Line 285 | screen <video mode>
285      application via Alt-Tab, Basilisk II is put in "snooze" mode (i.e. MacOS
286      is frozen).
287  
288 +
289 +  Mac OS X:
290 +    The "video mode" is one of the following:
291 +      win/<width>/<height>
292 +      win/<width>/<height>/<bits per pixel>
293 +        A refreshed (and buffered) [and very slow] Quartz window.
294 +        The default <bits> is 32, which is the only depth currently supported.
295 +      full/<width>/<height>
296 +      full/<width>/<height>/<bits per pixel>
297 +        A CGDirectDisplay full screen mode. <bits> can currently be 8, 16 or 32.
298 +        If not specified, the default is 32. There is currently no way to switch
299 +        between the Mac OS X and Basilisk II display, but Apple-Option-Escape
300 +        instantly and safely terminates the Basilisk II program.
301 +      opengl/<width>/<height>
302 +      opengl/<width>/<height>/<bits per pixel>
303 +        Currently unimplemented, will be a fast windowed mode.
304 +
305 +
306   seriala <serial port description>
307  
308    This item describes the serial port to be used as Port A (Modem Port)
# Line 762 | Line 781 | Contributions by (in alphabetical order)
781   - Jürgen Lachmann <juergen_lachmann@t-online.de>: AmigaOS CyberGraphX support
782   - Samuel Lander <blair_sp@hotmail.com>: tile-based window refresh code
783   - David Lawrence <davidl@jlab.org>: incremental window refresh code
784 + - Nigel Pearson <nigel@ind.tansu.com.au>: Mac OS X port
785   - Lauri Pesonen <lpesonen@nic.fi>: Windows NT port
786   - Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>: UAE 68k emulation
787   - and others...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines