mirror of
https://github.com/RetroDECK/components-archive.git
synced 2026-08-21 22:06:38 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"hypseus-singe": {
|
|
"name": "Hypseus Singe",
|
|
"core_framework_compatibility": "1",
|
|
"component_version": "1.0.0",
|
|
"capabilities": [
|
|
"reset",
|
|
"open"
|
|
],
|
|
"url_rdwiki": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/hypseus/hypseus-guide/",
|
|
"url_donation_purchase": "",
|
|
"url_source": "https://github.com/btolab/hypseus",
|
|
"description": "Hypseus Singe is a an Arcade Laserdisc emulator.",
|
|
"system_friendly_name": "Arcade Laserdisc",
|
|
"component_type": "Emulator",
|
|
"system": "laserdisc",
|
|
"es_de_config": {
|
|
"es_find_rules": {
|
|
"emulators": [
|
|
{
|
|
"name": "HYPSEUS-SINGE",
|
|
"description": "Laserdisc emulator Hypseus Singe.",
|
|
"rules": [
|
|
{
|
|
"type": "staticpath",
|
|
"entries": [
|
|
"%COMPONENT_PATH%/component_launcher.sh"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"es_systems": [
|
|
{
|
|
"name": "laserdisc",
|
|
"fullname": "LaserDisc Games",
|
|
"path": "%ROMPATH%/laserdisc",
|
|
"extension": ".singe",
|
|
"commands": [
|
|
{
|
|
"label": "Hypseus Singe (Standalone)",
|
|
"command": "%EMULATOR_HYPSEUS-SINGE% singe vldp -framefile %GAMEDIR%/%BASENAME%.txt -script %GAMEDIR%/%BASENAME%.singe %INJECT%=%BASENAME%.commands",
|
|
"priority": 10
|
|
}
|
|
],
|
|
"platform": "daphne, arcade",
|
|
"theme": "laserdisc"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |