22 |
|
|
23 |
|
Basilisk II has currently been ported to the following systems: |
24 |
|
- BeOS R4 (PowerPC and x86) |
25 |
< |
- Unix (tested under Linux, Solaris 2.5, FreeBSD 3.x and IRIX 6.5) |
25 |
> |
- Unix (tested under Linux, Solaris 2.5, FreeBSD 3.x, NetBSD 1.4.2 and |
26 |
> |
IRIX 6.5) |
27 |
|
- AmigaOS 3.x |
28 |
|
- Windows NT 4.0 (mostly works under Windows 95/98, too) |
29 |
|
|
42 |
|
- Serial drivers |
43 |
|
- SCSI Manager (old-style) emulation |
44 |
|
- Emulates extended ADB keyboard and 3-button mouse |
45 |
< |
- Uses UAE 68k emulation or (under AmigaOS) real 68k processor |
45 |
> |
- Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k |
46 |
> |
processor |
47 |
|
|
48 |
|
The emulator is not yet complete. See the file "TODO" for a list of |
49 |
|
unimplemented stuff. |
416 |
|
For refreshed graphics modes (usually window modes), this specifies |
417 |
|
how many frames to skip after drawing one frame. Higher values make |
418 |
|
the video display more responsive but require more processing power. |
419 |
< |
The default is "8". |
419 |
> |
The default is "8". Under Unix/X11, a value of "0" selects a "dynamic" |
420 |
> |
update mode that cuts the display into rectangles and updates each |
421 |
> |
rectangle individually, depending on display changes. |
422 |
|
|
423 |
|
modelid <MacOS model ID> |
424 |
|
|
480 |
|
is /usr/local/share/BasiliskII/fbdevices. A sample file is included |
481 |
|
with Basilisk II. |
482 |
|
|
483 |
+ |
mousewheelmode <mode> |
484 |
+ |
|
485 |
+ |
If you have a mouse with a wheel, this option specifies whether moving |
486 |
+ |
the wheel will be reported to the MacOS as "Page up/down" (mode 0) or |
487 |
+ |
"Cursor up/down" (mode 1) keys. |
488 |
+ |
|
489 |
+ |
mousewheellines <number of lines> |
490 |
+ |
|
491 |
+ |
If "mousewheelmode" is set to mode 1 (Cursor up/down), this option sets |
492 |
+ |
the number of key events sent to MacOS for each wheel movement (the |
493 |
+ |
number of lines to scroll). |
494 |
+ |
|
495 |
|
AmigaOS: |
496 |
|
|
497 |
|
sound <sound output description> |
658 |
|
Acknowledgements |
659 |
|
---------------- |
660 |
|
|
661 |
< |
Contributions by: |
646 |
< |
- Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>: UAE 68k emulation |
647 |
< |
- Marc Hellwig <Marc.Hellwig@uni-mainz.de>: audio output, BeOS video code |
648 |
< |
and networking |
649 |
< |
- Lauri Pesonen <lpesonen@nic.fi>: Windows NT port |
661 |
> |
Contributions by (in alphabetical order): |
662 |
|
- Orlando Bassotto <future@powercube.mediabit.net>: FreeBSD support |
663 |
< |
- Brian J. Johnson <bjohnson@sgi.com>: IRIX support |
663 |
> |
- Gwenole Beauchesne <gb@dial.oleane.com>: SPARC assembly optimizations and |
664 |
> |
fbdev video code |
665 |
|
- Marc Chabanas <Marc.Chabanas@france.sun.com>: Solaris sound support |
666 |
+ |
- Marc Hellwig <Marc.Hellwig@uni-mainz.de>: audio output, BeOS video code |
667 |
+ |
and networking |
668 |
|
- Bill Huey <billh@mag.ucsd.edu>: 15/16 bit DGA and 15/16/32 bit X11 |
669 |
|
window support |
670 |
< |
- David Lawrence <davidl@jlab.org>: incremental window refresh code |
670 |
> |
- Brian J. Johnson <bjohnson@sgi.com>: IRIX support |
671 |
> |
- Jürgen Lachmann <juergen_lachmann@t-online.de>: AmigaOS CyberGraphX support |
672 |
|
- Samuel Lander <blair_sp@hotmail.com>: tile-based window refresh code |
673 |
< |
- Gwenole Beauchesne <gb@dial.oleane.com>: SPARC assembly optimizations and |
674 |
< |
fbdev video code |
673 |
> |
- David Lawrence <davidl@jlab.org>: incremental window refresh code |
674 |
> |
- Lauri Pesonen <lpesonen@nic.fi>: Windows NT port |
675 |
> |
- Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>: UAE 68k emulation |
676 |
|
- and others... |
677 |
|
|
678 |
|
Special thanks to: |