Initial preparation for a release

This commit is contained in:
dingusdev 2024-04-15 07:01:51 -07:00
parent 781d9b46da
commit 8cbbb2ed50
21 changed files with 82 additions and 4 deletions

32
CREDITS.md Normal file
View File

@ -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

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -53,10 +53,11 @@ void sigabrt_handler(int signum) {
}
static string appDescription = string(
"\nDingusPPC - Prototype 5bf5 (8/23/2020) "
"\nWritten by divingkatae and maximumspatium "
"\n(c) 2018-2020 The DingusPPC Dev Team. "
"\nThis is not intended for general use. "
"\nDingusPPC - Alpha 1 (5/10/2024) "
"\nWritten by divingkatae, maximumspatium, "
"\njoevt, mihaip, et. al. "
"\n(c) 2018-2024 The DingusPPC Dev Team. "
"\nThis is a build intended for testing. "
"\nUse at your own discretion. "
"\n"
);

45
zdocs/users/manual.md Normal file
View File

@ -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.