Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaisershot committed Oct 7, 2024
1 parent ec9987a commit 6df1c7d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions zdocs/users/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Interpreter (with 601, FPU, and MMU support)
* IDE and SCSI
* Floppy disk image reading (Raw, Disk Copy 4.2, WOZ v1 and v2)
* ADB mouse and keyboard emulation
* ADB mouse, keyboard, and AppleJack (Pippin) controller emulation
* Some audio support
* Basic video output support (i.e. ATI Rage, Control, Platinum)

Expand Down Expand Up @@ -112,6 +112,12 @@ Access the factory tests
--serial_backend=socket
```

Set the ADB devices to attach, comma-separated

```
--adb_devices TEXT
```

Change where the output of OpenFirmware is directed to, either to the command line (with stdio) or a Unix socket (unavailable in Windows builds). OpenFirmware 1.x outputs here by default.

### Command Line Examples
Expand Down Expand Up @@ -171,4 +177,4 @@ Currently, the Power Mac 6100 cannot boot any OS image containing Mac OS 8.0 or
* AltiVec
* 3D acceleration support
* Additional ADB and USB peripherals
* Networking
* Networking

0 comments on commit 6df1c7d

Please sign in to comment.