Update daphne.md

This commit is contained in:
anthonycaccese 2023-10-22 20:24:38 -04:00
parent 5b46609986
commit 292fe133c7

View file

@ -1 +1,21 @@
# Daphne
# Daphne
## Overview
| Path(s) | Supported Extensions |
| --- | --- |
| `storage/roms/daphne` | .daphne |
## Emulator(s)
| Name | Documentation |
| --- | --- |
| Hypseus Singe   `default` | [github.com/DirtBagXon/hypseus-singe](https://github.com/DirtBagXon/hypseus-singe) |
## Instructions
### Background
Hypseus-Singe supports two different game formats (Daphne and Singe). One thing to keep in mind (which will help when working with files) is that Daphne is emulation so it requires a rom dump of the arcade machine to function and Singe is simulation so it combines video files with LUA code to simulate the machines.
The Daphne format requires a rom file that goes in the `daphne/roms` directory and a folder per game that contains resources (video files, sounds, etc...) for each game. The Singe format is self-contained and its folders contain all the resources that a game requires to run.