Added support for the Namco-Sega-Nintendo Triforce (triforce) game system

This commit is contained in:
Leon Styhre 2023-09-20 19:45:47 +02:00
parent 7e877da9f5
commit 0ca528566f
7 changed files with 43 additions and 0 deletions

View file

@ -645,6 +645,10 @@
<name>tools</name>
<systemsortname>Folder - 0000</systemsortname>
</system>
<system>
<name>triforce</name>
<systemsortname>Arcade - 2002</systemsortname>
</system>
<system>
<name>trs-80</name>
<systemsortname>Computer - 1984</systemsortname>

View file

@ -645,6 +645,10 @@
<name>tools</name>
<systemsortname>Various - Folder - 0000</systemsortname>
</system>
<system>
<name>triforce</name>
<systemsortname>Namco-Sega-Nintendo - Arcade - 2002</systemsortname>
</system>
<system>
<name>trs-80</name>
<systemsortname>Tandy - Computer - 1984</systemsortname>

View file

@ -645,6 +645,10 @@
<name>tools</name>
<systemsortname>Various - 0000</systemsortname>
</system>
<system>
<name>triforce</name>
<systemsortname>Namco-Sega-Nintendo - 2002</systemsortname>
</system>
<system>
<name>trs-80</name>
<systemsortname>Tandy - 1984</systemsortname>

View file

@ -645,6 +645,10 @@
<name>tools</name>
<systemsortname>0000</systemsortname>
</system>
<system>
<name>triforce</name>
<systemsortname>2002</systemsortname>
</system>
<system>
<name>trs-80</name>
<systemsortname>1984</systemsortname>

View file

@ -1758,6 +1758,15 @@
<platform>moto</platform>
<theme>to8</theme>
</system>
<system>
<name>triforce</name>
<fullname>Namco-Sega-Nintendo Triforce</fullname>
<path>%ROMPATH%/triforce</path>
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>arcade</platform>
<theme>triforce</theme>
</system>
<system>
<name>trs-80</name>
<fullname>Tandy TRS-80</fullname>

View file

@ -1834,6 +1834,15 @@
<platform>moto</platform>
<theme>to8</theme>
</system>
<system>
<name>triforce</name>
<fullname>Namco-Sega-Nintendo Triforce</fullname>
<path>%ROMPATH%/triforce</path>
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
<command label="Triforce (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_TRIFORCE% -b -e %ROM%</command>
<platform>arcade</platform>
<theme>triforce</theme>
</system>
<system>
<name>trs-80</name>
<fullname>Tandy TRS-80</fullname>

View file

@ -1830,6 +1830,15 @@
<platform>moto</platform>
<theme>to8</theme>
</system>
<system>
<name>triforce</name>
<fullname>Namco-Sega-Nintendo Triforce</fullname>
<path>%ROMPATH%\triforce</path>
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
<command label="Triforce (Standalone)">%EMULATOR_TRIFORCE% -b -e %ROM%</command>
<platform>arcade</platform>
<theme>triforce</theme>
</system>
<system>
<name>trs-80</name>
<fullname>Tandy TRS-80</fullname>