Update daphne.md
This commit is contained in:
parent
5b46609986
commit
292fe133c7
1 changed files with 21 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue