(slate-es-de) Added support for the Sega Titan Video Game System (stv) game system

This commit is contained in:
Leon Styhre 2023-09-20 20:40:30 +02:00
parent ad9694023b
commit 29aa400ab9
4 changed files with 5137 additions and 0 deletions

View file

@ -86,6 +86,7 @@
* spectravideo: Spectravideo - consolegame.svg, controller.svg
* steam: Steam game distribution service - consolegame.svg, controller.svg
* stratagus: Stratagus game engine - consolegame.svg
* stv: Sega Titan Video Game System - consolegame.svg, controller.svg
* sufami: Bandai SuFami Turbo - consolegame.svg
* supervision: Watara Supervision - consolegame.svg
* supracan: Funtech Super A'Can - consolegame.svg, controller.svg
@ -94,6 +95,7 @@
* ti99: Texas Instruments TI-99 - consolegame.svg
* tic80: TIC-80 game engine - consolegame.svg, controller.svg
* to8: Thomson TO8 - consolegame.svg, controller.svg
* triforce: Namco-Sega-Nintendo Triforce - consolegame.svg, controller.svg
* trs-80: Tandy TRS 80 - consolegame.svg, controller.svg
* uzebox: Uzebox - consolegame.svg
* vectrex: Smith Engineering Vectrex - consolegame.svg (needs simplification as it takes a long time to rasterize)

View file

@ -0,0 +1,16 @@
<theme>
<view name="system, gamelist">
<image name="band1">
<color>FFE850</color>
</image>
<image name="band2">
<color>5D7A5A</color>
</image>
<image name="band3">
<color>000000</color>
</image>
<image name="band4">
<color>575240</color>
</image>
</view>
</theme>

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 174 KiB

View file

@ -0,0 +1,25 @@
<theme>
<view name="system">
<text name="info1">
<text>Manufacturer: Sega</text>
</text>
<text name="info2">
<text>Released: 1995</text>
</text>
<text name="info3">
<text>CPU: 2 x 32-bit Hitachi SH-2 @ 28.64 MHz</text>
</text>
<text name="info4">
<text>Graphics: 2 x 32-bit Video Display Processors</text>
</text>
<text name="info5">
<text>RAM: 2 MB / VRAM: 1.54 MB</text>
</text>
<text name="info6">
<text>Sound: Yamaha YMF292-F SCSP @ 22.58 MHz</text>
</text>
<text name="info7">
<text>Resolution: 352×224 pixels</text>
</text>
</view>
</theme>