Update documentation for command-line switches.
Chris Pressey
3 years ago
12 | 12 | |
13 | 13 | ## Command Line Switches |
14 | 14 | |
15 | * -d1: Specifies a disk image to load into FDD1 (drive 0) | |
16 | * -d2: Specifies a disk image to load into FDD1 (drive 1) | |
17 | * -f: Specifies that the emulator should run in fullscreen mode | |
18 | * -b : Specifies that benchmark should be loaded | |
19 | * -l: Logs output to a file called AppleWin.log | |
20 | * -m: Disables direct sound | |
21 | * -autoboot: Boots the system automatically, rather than displaying the splash screen | |
22 | ||
23 | When specifying disk images, the full path should be used. e.g. `linapple -d1 /home/myname/disks/MYSTHOUS.DSK` | |
24 | ||
25 | Currently, only the options to specify disks start in fullscreen, and auto boot have been tested. | |
15 | * `-d1 path/to/image1.dsk`: Specifies a disk image to load into FDD1 (drive 0) | |
16 | * `-d2 path/to/image2.dsk`: Specifies a disk image to load into FDD1 (drive 1) | |
17 | * `-f`: Specifies that the emulator should run in fullscreen mode | |
18 | * `-b`: Specifies that benchmark should be loaded (untested) | |
19 | * `-l`: Logs output to a file called AppleWin.log (untested) | |
20 | * `-m`: Disables direct sound (untested) | |
21 | * `-autoboot`: Boots the system automatically, rather than displaying the splash screen | |
26 | 22 | |
27 | 23 | ## Using LinApple |
28 | 24 |