You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zdocs/users/manual.md
+29-4Lines changed: 29 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,18 @@ Specifies the Boot ROM path, where `filename` specifies the location of the ROM
60
60
61
61
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)
62
62
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
+
63
75
```
64
76
list machines
65
77
```
@@ -81,7 +93,7 @@ Shows the configurable properties, such as the selected disc image and the ram b
81
93
--rambank4_size X
82
94
```
83
95
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).
85
97
86
98
```
87
99
gfxmem_size
@@ -177,7 +189,20 @@ Here, the user has attached a floppy disk image. They've chosen to boot it from
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
181
206
182
207
## Accessing Open Firmware
183
208
@@ -191,7 +216,7 @@ Early implementations of the iMac G3, Power Mac G3 Blue and White, and Apple Pip
191
216
192
217
## Debugger
193
218
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.
195
220
196
221
## Quirks
197
222
@@ -215,7 +240,7 @@ Currently, the Power Mac 6100 cannot boot any OS image containing Mac OS 9.0 or
215
240
216
241
### ATI Mach Support
217
242
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.
0 commit comments