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.11 by cebix, 2000-07-06T16:04:23Z vs.
Revision 1.12 by cebix, 2000-07-13T17:45:51Z

# Line 22 | Line 22 | distributed under the GNU General Public
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  
# Line 41 | Line 42 | Some features of Basilisk II:
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.
# Line 414 | Line 416 | frameskip <frames to skip>
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  
# Line 476 | Line 480 | Unix:
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>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines