mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 00:29:18 +00:00
Initial preparation for a release
This commit is contained in:
parent
781d9b46da
commit
8cbbb2ed50
32
CREDITS.md
Normal file
32
CREDITS.md
Normal 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
|
9
main.cpp
9
main.cpp
@ -53,10 +53,11 @@ void sigabrt_handler(int signum) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static string appDescription = string(
|
static string appDescription = string(
|
||||||
"\nDingusPPC - Prototype 5bf5 (8/23/2020) "
|
"\nDingusPPC - Alpha 1 (5/10/2024) "
|
||||||
"\nWritten by divingkatae and maximumspatium "
|
"\nWritten by divingkatae, maximumspatium, "
|
||||||
"\n(c) 2018-2020 The DingusPPC Dev Team. "
|
"\njoevt, mihaip, et. al. "
|
||||||
"\nThis is not intended for general use. "
|
"\n(c) 2018-2024 The DingusPPC Dev Team. "
|
||||||
|
"\nThis is a build intended for testing. "
|
||||||
"\nUse at your own discretion. "
|
"\nUse at your own discretion. "
|
||||||
"\n"
|
"\n"
|
||||||
);
|
);
|
||||||
|
0
zdocs/get-inherited-property notes.txt → zdocs/developers/get-inherited-property notes.txt
Executable file → Normal file
0
zdocs/get-inherited-property notes.txt → zdocs/developers/get-inherited-property notes.txt
Executable file → Normal file
45
zdocs/users/manual.md
Normal file
45
zdocs/users/manual.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user