mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-25 15:55:40 +00:00
(Windows) Added support for the Future Pinball (fpinball) game system
This commit is contained in:
parent
df740fec5a
commit
2849e7e265
es-app
resources
sorting
hwtype_year
manufacturer_hwtype_year
manufacturer_year
year
systems
|
@ -51,6 +51,7 @@ Emulators\fbneo\fbneo64.exe
|
||||||
Emulators\fbneo\fbneo.exe
|
Emulators\fbneo\fbneo.exe
|
||||||
Emulators\flycast\flycast.exe
|
Emulators\flycast\flycast.exe
|
||||||
Emulators\Fuse\fuse.exe
|
Emulators\Fuse\fuse.exe
|
||||||
|
Emulators\Future Pinball\Future Pinball.exe
|
||||||
Emulators\gargoyle\gargoyle.exe
|
Emulators\gargoyle\gargoyle.exe
|
||||||
Emulators\Gearboy\Gearboy.exe
|
Emulators\Gearboy\Gearboy.exe
|
||||||
Emulators\gopher2600\gopher2600_windows_amd64.exe
|
Emulators\gopher2600\gopher2600_windows_amd64.exe
|
||||||
|
|
|
@ -57,6 +57,7 @@ namespace PlatformIds
|
||||||
"fds", // Nintendo Famicom Disk System
|
"fds", // Nintendo Famicom Disk System
|
||||||
"flash", // Adobe Flash
|
"flash", // Adobe Flash
|
||||||
"fmtowns", // Fujitsu FM Towns
|
"fmtowns", // Fujitsu FM Towns
|
||||||
|
"fpinball", // Future Pinball
|
||||||
"gameandwatch", // Nintendo Game and Watch
|
"gameandwatch", // Nintendo Game and Watch
|
||||||
"gamecom", // Tiger Electronics Game.com
|
"gamecom", // Tiger Electronics Game.com
|
||||||
"gamegear", // Sega Game Gear
|
"gamegear", // Sega Game Gear
|
||||||
|
|
|
@ -56,6 +56,7 @@ namespace PlatformIds
|
||||||
NINTENDO_FAMICOM_DISK_SYSTEM,
|
NINTENDO_FAMICOM_DISK_SYSTEM,
|
||||||
ADOBE_FLASH,
|
ADOBE_FLASH,
|
||||||
FUJITSU_FM_TOWNS,
|
FUJITSU_FM_TOWNS,
|
||||||
|
FUTURE_PINBALL,
|
||||||
NINTENDO_GAME_AND_WATCH,
|
NINTENDO_GAME_AND_WATCH,
|
||||||
TIGER_GAME_COM,
|
TIGER_GAME_COM,
|
||||||
SEGA_GAME_GEAR,
|
SEGA_GAME_GEAR,
|
||||||
|
|
|
@ -152,6 +152,7 @@ namespace
|
||||||
{SEGA_NAOMI, 56},
|
{SEGA_NAOMI, 56},
|
||||||
{THOMSON_MOTO, 141},
|
{THOMSON_MOTO, 141},
|
||||||
{UZEBOX, 216},
|
{UZEBOX, 216},
|
||||||
|
{FUTURE_PINBALL, 199},
|
||||||
{WATARA_SUPERVISION, 207},
|
{WATARA_SUPERVISION, 207},
|
||||||
{SPECTRAVIDEO, 218},
|
{SPECTRAVIDEO, 218},
|
||||||
{PALM_OS, 219}};
|
{PALM_OS, 219}};
|
||||||
|
|
|
@ -213,6 +213,10 @@
|
||||||
<name>fmtowns</name>
|
<name>fmtowns</name>
|
||||||
<systemsortname>Console - 1993</systemsortname>
|
<systemsortname>Console - 1993</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>fpinball</name>
|
||||||
|
<systemsortname>Engine - 2005</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>Portable - 1980</systemsortname>
|
<systemsortname>Portable - 1980</systemsortname>
|
||||||
|
|
|
@ -213,6 +213,10 @@
|
||||||
<name>fmtowns</name>
|
<name>fmtowns</name>
|
||||||
<systemsortname>Fujitsu - Console - 1993</systemsortname>
|
<systemsortname>Fujitsu - Console - 1993</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>fpinball</name>
|
||||||
|
<systemsortname>Christopher Leathley - Engine - 2005</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>Nintendo - Portable - 1980</systemsortname>
|
<systemsortname>Nintendo - Portable - 1980</systemsortname>
|
||||||
|
|
|
@ -213,6 +213,10 @@
|
||||||
<name>fmtowns</name>
|
<name>fmtowns</name>
|
||||||
<systemsortname>Fujitsu - 1993</systemsortname>
|
<systemsortname>Fujitsu - 1993</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>fpinball</name>
|
||||||
|
<systemsortname>Christopher Leathley - 2005</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>Nintendo - 1980</systemsortname>
|
<systemsortname>Nintendo - 1980</systemsortname>
|
||||||
|
|
|
@ -213,6 +213,10 @@
|
||||||
<name>fmtowns</name>
|
<name>fmtowns</name>
|
||||||
<systemsortname>1993</systemsortname>
|
<systemsortname>1993</systemsortname>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>fpinball</name>
|
||||||
|
<systemsortname>2005</systemsortname>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<systemsortname>1980</systemsortname>
|
<systemsortname>1980</systemsortname>
|
||||||
|
|
|
@ -577,6 +577,15 @@
|
||||||
<platform>fmtowns</platform>
|
<platform>fmtowns</platform>
|
||||||
<theme>fmtowns</theme>
|
<theme>fmtowns</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>fpinball</name>
|
||||||
|
<fullname>Future Pinball</fullname>
|
||||||
|
<path>%ROMPATH%/fpinball</path>
|
||||||
|
<extension>.fpt .FPT</extension>
|
||||||
|
<command label="Future Pinball (Standalone)">PLACEHOLDER %ROM%</command>
|
||||||
|
<platform>fpinball</platform>
|
||||||
|
<theme>fpinball</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<fullname>Nintendo Game and Watch</fullname>
|
<fullname>Nintendo Game and Watch</fullname>
|
||||||
|
|
|
@ -594,6 +594,15 @@
|
||||||
<platform>fmtowns</platform>
|
<platform>fmtowns</platform>
|
||||||
<theme>fmtowns</theme>
|
<theme>fmtowns</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>fpinball</name>
|
||||||
|
<fullname>Future Pinball</fullname>
|
||||||
|
<path>%ROMPATH%/fpinball</path>
|
||||||
|
<extension>.fpt .FPT</extension>
|
||||||
|
<command label="Future Pinball (Standalone)">PLACEHOLDER %ROM%</command>
|
||||||
|
<platform>fpinball</platform>
|
||||||
|
<theme>fpinball</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<fullname>Nintendo Game and Watch</fullname>
|
<fullname>Nintendo Game and Watch</fullname>
|
||||||
|
|
|
@ -268,6 +268,16 @@
|
||||||
<entry>%ESPATH%\..\Emulators\Fuse\fuse.exe</entry>
|
<entry>%ESPATH%\..\Emulators\Fuse\fuse.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="FUTURE-PINBALL">
|
||||||
|
<!-- Pinball simulator Future Pinball -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>Future Pinball.exe</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\Emulators\Future Pinball\Future Pinball.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Emulators\Future Pinball\Future Pinball.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="GARGOYLE">
|
<emulator name="GARGOYLE">
|
||||||
<!-- Interactive fiction player Gargoyle -->
|
<!-- Interactive fiction player Gargoyle -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -174,6 +174,13 @@
|
||||||
<entry>%ESPATH%\..\Emulators\Fuse\fuse.exe</entry>
|
<entry>%ESPATH%\..\Emulators\Fuse\fuse.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="FUTURE-PINBALL">
|
||||||
|
<!-- Pinball simulator Future Pinball -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\Emulators\Future Pinball\Future Pinball.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Emulators\Future Pinball\Future Pinball.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="GARGOYLE">
|
<emulator name="GARGOYLE">
|
||||||
<!-- Interactive fiction player Gargoyle -->
|
<!-- Interactive fiction player Gargoyle -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -595,6 +595,15 @@
|
||||||
<platform>fmtowns</platform>
|
<platform>fmtowns</platform>
|
||||||
<theme>fmtowns</theme>
|
<theme>fmtowns</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>fpinball</name>
|
||||||
|
<fullname>Future Pinball</fullname>
|
||||||
|
<path>%ROMPATH%\fpinball</path>
|
||||||
|
<extension>.fpt .FPT</extension>
|
||||||
|
<command label="Future Pinball (Standalone)">%EMULATOR_FUTURE-PINBALL% /Exit /Play /Open %ROM%</command>
|
||||||
|
<platform>fpinball</platform>
|
||||||
|
<theme>fpinball</theme>
|
||||||
|
</system>
|
||||||
<system>
|
<system>
|
||||||
<name>gameandwatch</name>
|
<name>gameandwatch</name>
|
||||||
<fullname>Nintendo Game and Watch</fullname>
|
<fullname>Nintendo Game and Watch</fullname>
|
||||||
|
|
Loading…
Reference in a new issue