mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the game system Tano Dragon.
This commit is contained in:
parent
36a25821ab
commit
c2fb999ebd
|
@ -1532,6 +1532,7 @@ Consider the table below a work in progress as it's obvioulsy not fully populate
|
|||
| stratagus | Stratagus game engine | | |
|
||||
| sufami | Bandai SuFami Turbo | | |
|
||||
| supergrafx | NEC SuperGrafx | | |
|
||||
| tanodragon | Tano Dragon | | |
|
||||
| tg16 | NEC TurboGrafx-16 | | |
|
||||
| tg-cd | NEC TurboGrafx-CD | | |
|
||||
| ti99 | Texas Instruments TI-99 | | |
|
||||
|
|
|
@ -1054,6 +1054,15 @@
|
|||
<platform>supergrafx</platform>
|
||||
<theme>supergrafx</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
<path>%ROMPATH%/tanodragon</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>dragon32</platform>
|
||||
<theme>tanodragon</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tg16</name>
|
||||
<fullname>NEC TurboGrafx-16</fullname>
|
||||
|
|
|
@ -1054,6 +1054,15 @@
|
|||
<platform>supergrafx</platform>
|
||||
<theme>supergrafx</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
<path>%ROMPATH%/tanodragon</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>dragon32</platform>
|
||||
<theme>tanodragon</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tg16</name>
|
||||
<fullname>NEC TurboGrafx-16</fullname>
|
||||
|
|
|
@ -1054,6 +1054,15 @@
|
|||
<platform>supergrafx</platform>
|
||||
<theme>supergrafx</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
<path>%ROMPATH%/tanodragon</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>dragon32</platform>
|
||||
<theme>tanodragon</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tg16</name>
|
||||
<fullname>NEC TurboGrafx-16</fullname>
|
||||
|
|
|
@ -1054,6 +1054,15 @@
|
|||
<platform>supergrafx</platform>
|
||||
<theme>supergrafx</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tanodragon</name>
|
||||
<fullname>Tano Dragon</fullname>
|
||||
<path>%ROMPATH%\tanodragon</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>dragon32</platform>
|
||||
<theme>tanodragon</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tg16</name>
|
||||
<fullname>NEC TurboGrafx-16</fullname>
|
||||
|
|
18
themes/rbsimple-DE/tanodragon/colors.xml
Normal file
18
themes/rbsimple-DE/tanodragon/colors.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
|
||||
<view name="system, basic, detailed, grid, video">
|
||||
<image name="band1" extra="true">
|
||||
<color>F50019</color>
|
||||
</image>
|
||||
<image name="band2" extra="true">
|
||||
<color>FBFA35</color>
|
||||
</image>
|
||||
<image name="band3" extra="true">
|
||||
<color>74B719</color>
|
||||
</image>
|
||||
<image name="band4" extra="true">
|
||||
<color>3262D9</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
1
themes/rbsimple-DE/tanodragon/images/console.svg
Normal file
1
themes/rbsimple-DE/tanodragon/images/console.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 106 KiB |
1
themes/rbsimple-DE/tanodragon/images/consolegame.svg
Normal file
1
themes/rbsimple-DE/tanodragon/images/consolegame.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 151 KiB |
3
themes/rbsimple-DE/tanodragon/images/controller.svg
Normal file
3
themes/rbsimple-DE/tanodragon/images/controller.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42" height="42" version="1.1" viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg">
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
1
themes/rbsimple-DE/tanodragon/images/game.svg
Normal file
1
themes/rbsimple-DE/tanodragon/images/game.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 45 KiB |
1
themes/rbsimple-DE/tanodragon/images/logo.svg
Normal file
1
themes/rbsimple-DE/tanodragon/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.4 KiB |
27
themes/rbsimple-DE/tanodragon/systeminfo.xml
Normal file
27
themes/rbsimple-DE/tanodragon/systeminfo.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
|
||||
<view name="system">
|
||||
<text name="info1" extra="true">
|
||||
<text>Manufacturer : Dragon Data, Ltd. / Tano Corp.</text>
|
||||
</text>
|
||||
<text name="info2" extra="true">
|
||||
<text>Year of Release : 1982</text>
|
||||
</text>
|
||||
<text name="info3" extra="true">
|
||||
<text>OS : Microsoft Extended BASIC</text>
|
||||
</text>
|
||||
<text name="info4" extra="true">
|
||||
<text>CPU : Motorola 6809E @ 0.89 MHz</text>
|
||||
</text>
|
||||
<text name="info5" extra="true">
|
||||
<text>RAM : 32/64 KB</text>
|
||||
</text>
|
||||
<text name="info6" extra="true">
|
||||
<text>Resolution : max 256 x 192, 8 colours</text>
|
||||
</text>
|
||||
<text name="info7" extra="true">
|
||||
<text>Sound : 1 voice, 5 octaves with the Basic / 4 voices, 7 octaves with machine code</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
40
themes/rbsimple-DE/tanodragon/theme.xml
Normal file
40
themes/rbsimple-DE/tanodragon/theme.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
<include>./../theme.xml</include>
|
||||
<include>./colors.xml</include>
|
||||
<include>./systeminfo.xml</include>
|
||||
|
||||
<view name="system">
|
||||
<image name="controller" extra="true">
|
||||
<path>./images/controller.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="basic, detailed, grid, video">
|
||||
<helpsystem name="help">
|
||||
<textColor>262626</textColor>
|
||||
<iconColor>262626</iconColor>
|
||||
</helpsystem>
|
||||
</view>
|
||||
|
||||
<view name="system, basic, detailed, video">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
<image name="consolegame" extra="true">
|
||||
<path>./images/consolegame.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="basic, detailed">
|
||||
<image name="console" extra="true">
|
||||
<path>./images/console.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="grid">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue