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 |
|
|
197 |
|
Color display in an X11 window of the given size. The color depth |
198 |
|
(8/15/24 bit) depends on the depth of the underlying X11 screen. |
199 |
|
This is the default. |
200 |
< |
dga |
200 |
> |
dga/<width>/<height> |
201 |
|
Full-screen display using the X11 DGA extensions. The color depth |
202 |
|
(8/15/24 bit) depends on the depth of the underlying X11 screen. |
203 |
< |
For DGA to work, Basilisk II must be compiled with DGA support |
204 |
< |
enabled (selectable in the configure script). |
203 |
> |
"width" and "height" specify the maximum width/height to use. |
204 |
> |
Saying "dga/0/0" means "complete screen". For DGA to work, Basilisk II |
205 |
> |
must be compiled with DGA support enabled (selectable in the configure |
206 |
> |
script). |
207 |
|
|
208 |
|
AmigaOS: |
209 |
|
The "video mode" is one of the following: |
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 |
|
|