-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
82 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# DingusPPC | ||
|
||
|
||
## Developers | ||
|
||
- divingkatae | ||
- maximumspatium | ||
- joevt | ||
- mihaip | ||
|
||
## Building | ||
|
||
- Waqar144 | ||
- webspacecreations | ||
- leap0x7b | ||
- sdkmap | ||
|
||
## Testing | ||
|
||
- LagLifeYT | ||
|
||
## Thanks | ||
|
||
- 68kmla | ||
- AppleFritter | ||
- Archive.org | ||
- Bitsavers | ||
- Emaculation | ||
- GitHub | ||
- PenguinPPC | ||
- The developers of other PowerPC Mac emulators, past and present | ||
- All those preserving the software of 68k and PowerPC Macs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# DingusPPC User Manual | ||
|
||
## Commands | ||
|
||
DingusPPC is operated using the command line interface. As such, we will list the commands as required. | ||
|
||
``` | ||
-r, --realtime | ||
``` | ||
|
||
Run the emulator in runtime. | ||
|
||
``` | ||
-d, --debugger | ||
``` | ||
|
||
Enter the interactive debugger. The user may also enter the debugger at any point by pressing Control and C. | ||
|
||
``` | ||
list machines | ||
``` | ||
|
||
Shows the currently implemented machines within DingusPPC. | ||
|
||
``` | ||
list properties | ||
``` | ||
|
||
Shows the configurable properties, such as the selected disc image and the ram bank sizes. | ||
|
||
## Supported machines | ||
|
||
The machines that currently work the best are the Power Mac 6100, the Power Mac 7500, and the Power Mac G3. | ||
|
||
Early implementations for the Power Mac G3 Blue and White and the Apple Pippin are also present. | ||
|
||
## Quirks | ||
|
||
### CD ROM Images | ||
|
||
Currently, ISO images are supported. However, support is not yet implemented for multi-mode CD images. | ||
|
||
### Hard Disks | ||
|
||
Because Sheepshaver, Basilisk II, and Mini vMac operate on raw disks, it is required to a program such as BlueSCSI to make their hard disk images work in an emulator like DingusPPC. |