mirror of
https://github.com/RetroDECK/components-archive.git
synced 2026-08-21 14:06:38 +00:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"lindbergh": {
|
|
"name": "Lindbergh Loader",
|
|
"core_framework_compatibility": "1",
|
|
"component_version": "1.0.0",
|
|
"capabilities": [
|
|
"reset",
|
|
"open"
|
|
],
|
|
"url_rdwiki": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/lindbergh/lindbergh-guide/",
|
|
"url_donation_purchase": "",
|
|
"url_source": "https://github.com/lindbergh-loader/lindbergh-loader",
|
|
"description": "Lindbergh Loader is a SEGA Lindbergh arcade emulator.",
|
|
"component_type": "Emulator",
|
|
"system_friendly_name": "SEGA Lindbergh",
|
|
"system": "lindbergh",
|
|
"es_de_config": {
|
|
"es_find_rules": {
|
|
"emulators": [
|
|
{
|
|
"name": "LINDBERGH-LOADER",
|
|
"description": "SEGA Lindbergh emulator Lindbergh Loader",
|
|
"rules": [
|
|
{
|
|
"type": "staticpath",
|
|
"entries": [
|
|
"%COMPONENT_PATH%/component_launcher.sh"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"es_systems": [
|
|
{
|
|
"name": "arcade",
|
|
"fullname": "arcade",
|
|
"path": "%ROMPATH%/arcade",
|
|
"extension": ".lindbergh",
|
|
"commands": [
|
|
{
|
|
"label": "Lindbergh Loader (Standalone)",
|
|
"command": "%STARTDIR%=%GAMEENTRYDIR% %EMULATOR_LINDBERGH-LOADER% %INJECT%=%BASENAME%/%BASENAME%.commands"
|
|
}
|
|
],
|
|
"platform": "arcade",
|
|
"theme": "arcade"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |