Skip to content

Commit

Permalink
Initial preparation for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
dingusdev committed Apr 15, 2024
1 parent 781d9b4 commit 8cbbb2e
Show file tree
Hide file tree
Showing 21 changed files with 82 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CREDITS.md
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
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down
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.
45 changes: 45 additions & 0 deletions zdocs/users/manual.md
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.

0 comments on commit 8cbbb2e

Please sign in to comment.