mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(slate-es-de) Added support for the Sega Titan Video Game System (stv) game system
This commit is contained in:
parent
ad9694023b
commit
29aa400ab9
|
@ -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)
|
||||
|
|
16
themes/slate-es-de/stv/colors.xml
Normal file
16
themes/slate-es-de/stv/colors.xml
Normal 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>
|
5094
themes/slate-es-de/stv/images/logo.svg
Normal file
5094
themes/slate-es-de/stv/images/logo.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 174 KiB |
25
themes/slate-es-de/stv/systeminfo.xml
Normal file
25
themes/slate-es-de/stv/systeminfo.xml
Normal 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>
|
Loading…
Reference in a new issue