Skip to content

Commit 79c9b5f

Browse files
Update manual.md
Co-Authored-By: Andrew Randrianasulu <40185805+Randrianasulu@users.noreply.github.com>
1 parent 0fee0a5 commit 79c9b5f

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

zdocs/users/manual.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ Specifies the Boot ROM path, where `filename` specifies the location of the ROM
6060

6161
Specify machine ID, where `machineid` is a short string identifier for the machine (i.e. pm6100). (optional; will attempt to determine machine ID from the boot rom otherwise)
6262

63+
```
64+
-w,--workingdir path
65+
```
66+
67+
Specifies working directory, where `path` is a string for the directory the emulator will grab files from.
68+
69+
```
70+
--setenv args
71+
```
72+
73+
Set Open Firmware variables at startup, where `args` is a string where you enter the variables to change.
74+
6375
```
6476
list machines
6577
```
@@ -81,7 +93,7 @@ Shows the configurable properties, such as the selected disc image and the ram b
8193
--rambank4_size X
8294
```
8395

84-
Set the RAM sizes to use, with X being an integer of a power of 2 up to 512 (depending on the emulated machine).
96+
Set the RAM sizes to use, where X is an integer of a power of 2 up to 512 (depending on the emulated machine).
8597

8698
```
8799
gfxmem_size
@@ -177,7 +189,20 @@ Here, the user has attached a floppy disk image. They've chosen to boot it from
177189
dingusppc -b "Power_Mac_G3_Beige.ROM" -d --rambank1_size 64 --rambank2_size 64 --cdr_img "OpenDarwin_662.cdr"
178190
```
179191

180-
The debugger will be turned on here, due to the presence of `-d`. The CD ROM image will be loaded in.
192+
The debugger is enabled here, due to the presence of `-d`. The CD ROM image will be loaded in.
193+
194+
## Keyboard Shortcuts
195+
196+
You can use these keyboard commands while the emulator is running in real-time mode:
197+
198+
* Control-G: mouse grab
199+
* Control-S: scale quality
200+
* Control-F: fullscreen
201+
* Control-Shift-F: fullscreen reverse
202+
* Control-+: bigger
203+
* Control--: smaller
204+
* Control-L: log toggle
205+
* Control-D: debugger
181206

182207
## Accessing Open Firmware
183208

@@ -191,7 +216,7 @@ Early implementations of the iMac G3, Power Mac G3 Blue and White, and Apple Pip
191216

192217
## Debugger
193218

194-
The debugger can be used to show what code is currently being executed, the contents of memory as hex or 68K assembly or PowerPC assembly, NVRAM variables, memory regions, and CPU registers. It can also be used to change memory, registers, and nvram variables. It can step through instructions one at a time or many instructions at once.
219+
The debugger can be used to show what code is currently executing, the contents of memory as hex or 68K assembly or PowerPC assembly, NVRAM variables, memory regions, and CPU registers. It can also be used to change memory, registers, and nvram variables. It can step through instructions one at a time or many instructions at once.
195220

196221
## Quirks
197222

@@ -215,7 +240,7 @@ Currently, the Power Mac 6100 cannot boot any OS image containing Mac OS 9.0 or
215240

216241
### ATI Mach Support
217242

218-
The GUI engine is currently not fully implemented. As such, UI elements might not be rendered when trying to use this video card. To circumvent this, you may wish to move the ATI Accelerator extension to the Extensions (Disabled) folder.
243+
The GUI engine is currently not fully implemented. As such, UI elements might not render when trying to use this video card. To circumvent this, you may wish to move the ATI Accelerator extension to the Extensions (Disabled) folder.
219244

220245
### Currently Unimplemented Features
221246

0 commit comments

Comments
 (0)