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.4 by cebix, 1999-10-03T20:40:05Z vs.
Revision 1.5 by cebix, 1999-10-04T22:37:53Z

# Line 166 | Line 166 | scsi0 <SCSI target> ... scsi6 <SCSI targ
166      "scsi.device/2").
167  
168    Windows:
169 <    Ignored. Basilisk II scans for all SCSI devices and the first 6 found
170 <    devices are made visible to the MacOS. You cannot explicitly enable a
171 <    device, but you can disable a device (see the "disablescsi" command).
169 >    The "SCSI target" has the format <"Vendor"> <"Model"> (e.g.
170 >    scsi0 "HP" "CD-Writer+ 7100"). Note the use of quotes.
171  
172   screen <video mode>
173  
# Line 470 | Line 469 | Windows:
469    
470      Note the use of quotes.
471  
472 <  disablescsi <"Vendor"> <"Model">
472 >  rightmouse <0/1>
473  
474 <    Disables this vendor/model combination. You may need this simply because
475 <    you have more than 6 SCSI devices, or the particular device has problems
476 <    under BasiliskII. E.g.
474 >    Defines what the right mouse button is used for. The default values of 0
475 >    means that it is used to move windowed mode BasiliskII screen.
476 >    Value 1 sends a combination Control and mouse click to the MacOS.
477 >    This may be useful under OS versions 8 and above.
478  
479 <      disablescsi "HP" "CD-Writer+ 7100"
480 <  
481 <    Again, note the use of quotes.
479 >  keyboardfile <path>
480 >
481 >    Defines the path of the customized keyboard code file.
482 >
483 >  pollmedia <"true" or "false">
484 >
485 >    If true (default), tries to automatically detect new media.
486 >    Applies to all "floppy", "cd" or "disk" removable media except
487 >    1.44 MB floppies. May cause modest slow down. If unchecked,
488 >    use Ctrl-Shift-F11 to manually mount new media.
489 >    If you have auto-insert notification (AIN) enabled, you may turn this
490 >    option off. Note that some CD related software require AIN,
491 >    and some other need it to be turned off. Consult the documentation
492 >    of your CD software to learn which one is optimal for you.
493 >
494 >  framesleepticks <milliseconds>    
495 >
496 >    The amount of time between video frames.
497 >
498 >  showfps <true/false>
499 >
500 >    If true, the real frame rate is displayed.
501 >
502 >  stickymenu <true/false>
503 >
504 >    If true, the main menu bar is kept open even after the mouse button is released,
505 >    under all OS versions (OS 8 has this feature already). There are extensions to do
506 >    the same thing, but it's faster to handle this in native code.
507 >    Default is "true".
508  
509    ntdx5hack <"true" or "false">
510  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines