Added support for the game system Tano Dragon.

This commit is contained in:
Leon Styhre 2021-02-09 19:53:47 +01:00
parent 36a25821ab
commit c2fb999ebd
13 changed files with 129 additions and 0 deletions

View file

@ -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 | | |

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View 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>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 151 KiB

View 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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB

View 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>

View 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>