Skip to content

Commit c93d110

Browse files
Merge pull request #1112 from mittonk/pd777_zip
pd777: zip file support
2 parents 337841c + ddeb065 commit c93d110

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/library/pd777.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ Minimal.
2929

3030
## How to start the PD777 core:
3131

32-
ROM file handling is currently awkward, but gives some options that work.
32+
ROM file handling is slightly awkward because of the two-file ROM format.
3333

34-
1. Supply a .bin777 file to load; the core looks for a similarly-named .ptn777 file in the same directory.
35-
2. If that fails, run the content compiled from core/rom.cpp (as in standalone emulator).
34+
1. Zip-files (bundling one `.bin777` and one `.ptn777`) are supported.
35+
1. Supply a `.bin777` file to load; the core looks for a similarly-named `.ptn777` file in the same directory.
36+
37+
There is not yet a suitable single-file format for the Cassette Vision.
38+
If ROM loading fails, the core will run a built-in balloon demo, as in standalone emulator.
3639

3740
## BIOS
3841

@@ -42,6 +45,7 @@ None.
4245

4346
Content that can be loaded by the PD777 core have the following file extensions:
4447

48+
- .zip
4549
- .bin777
4650

4751
RetroArch database(s) that are associated with the PD777 core:
@@ -97,7 +101,7 @@ Standard.
97101

98102
## Core options
99103

100-
None yet.
104+
Input > Announce Course Switch: Show the new setting of the Course Select Switch when changing it with up/down buttons.
101105

102106
## User 1 device types
103107

0 commit comments

Comments
 (0)