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.25 by nigel, 2002-03-16T05:27:56Z vs.
Revision 1.34 by nigel, 2003-03-21T09:14:34Z

# Line 2 | Line 2
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
# 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
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)
# Line 285 | 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
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.
294 <        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.
301      opengl/<width>/<height>
302      opengl/<width>/<height>/<bits per pixel>
303        Currently unimplemented, will be a fast windowed mode.
304
299  
300   seriala <serial port description>
301  
# Line 574 | Line 568 | Unix:
568      the number of key events sent to MacOS for each wheel movement (the
569      number of lines to scroll).
570  
571 +  ignoresegv <"true" or "false">
572 +
573 +    Set this to "true" to ignore illegal memory accesses. The default
574 +    is "false". This feature is only implemented on the following
575 +    platforms: Linux/x86, Linux/ppc, Darwin/ppc.
576 +
577 +  dsp <device name>
578 +  mixer <device name>
579 +
580 +    Under Linux and FreeBSD, this specifies the devices to be used for sound
581 +    output and volume control, respectively. The defaults are "/dev/dsp" and
582 +    "/dev/mixer".
583 +
584   AmigaOS:
585  
586    sound <sound output description>
# Line 671 | Line 678 | Windows:
678      false.
679  
680  
681 + JIT-specific configuration
682 + --------------------------
683 +
684 + A Just-In-Time (JIT) translation engine is available for x86. This is
685 + aimed at translating 68040 instructions to native equivalent code
686 + sequences, thus providing faster emulation speeds.
687 +
688 +  jit <"true" or "false">
689 +
690 +    Set this to "true" to enable the JIT compiler. Default value is
691 +    "true" if the JIT compiler was compiled in. Besides, this is
692 +    effective only if Basilisk II is configured to emulate a 68040.
693 +
694 +  jitfpu <"true" or "false">
695 +
696 +    Set this to "true" to enable translation of floating-point (FPU)
697 +    instructions. Default is "true".
698 +
699 +  jitcachesize <size>
700 +
701 +    Allocate "size" kilobytes of RAM for the translation cache. The
702 +    value given will be rounded down to the nearest multiple of a page
703 +    size. Minimal value is "2048" (2MB). Default value is "8192" (8MB).
704 +
705 +  jitlazyflush <"true" or "false">
706 +
707 +    Set this to "true" to enable lazy invalidation of the translation
708 +    cache. This is always recommended as it usually makes the system
709 +    more responsive and faster, especially while running MacOS
710 +    8.X. Default value is "true".
711 +
712 +  jitdebug <"true" or "false">
713 +
714 +    Set this to "true" to enable the JIT debugger. This requires a
715 +    build of Basilisk II with the cxmon debugger. Default is "false".
716 +
717 +
718   Usage
719   -----
720  
# Line 771 | Line 815 | Acknowledgements
815   Contributions by (in alphabetical order):
816   - Orlando Bassotto <future@powercube.mediabit.net>: FreeBSD support
817   - Gwenolé Beauchesne <gb@dial.oleane.com>: SPARC assembly optimizations,
818 <   lots of work on the Unix video code
818 >   lots of work on the Unix video code, fixes and improvements to the
819 >   JIT compiler
820   - Marc Chabanas <Marc.Chabanas@france.sun.com>: Solaris sound support
821   - Marc Hellwig <Marc.Hellwig@uni-mainz.de>: audio output, BeOS video code
822     and networking
# Line 781 | Line 826 | Contributions by (in alphabetical order)
826   - Jürgen Lachmann <juergen_lachmann@t-online.de>: AmigaOS CyberGraphX support
827   - Samuel Lander <blair_sp@hotmail.com>: tile-based window refresh code
828   - David Lawrence <davidl@jlab.org>: incremental window refresh code
829 + - Bernie Meyer <bmeyer@csse.monash.edu.au>: original UAE-JIT code
830   - Nigel Pearson <nigel@ind.tansu.com.au>: Mac OS X port
831   - Lauri Pesonen <lpesonen@nic.fi>: Windows NT port
832   - Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>: UAE 68k emulation

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines