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 Acorn Archimedes (archimedes) game system
This commit is contained in:
parent
7fdece43aa
commit
e398800be7
|
@ -6,6 +6,7 @@
|
||||||
* android: Google Android - consolegame.svg, controller.svg
|
* android: Google Android - consolegame.svg, controller.svg
|
||||||
* apple2gs: Apple IIGS - consolegame.svg, controller.svg
|
* apple2gs: Apple IIGS - consolegame.svg, controller.svg
|
||||||
* arcadia: Emerson Arcadia 2001 - consolegame.svg, controller.svg
|
* arcadia: Emerson Arcadia 2001 - consolegame.svg, controller.svg
|
||||||
|
* archimedes: Acorn Archimedes - consolegame.svg, controller.svg
|
||||||
* arduboy: Arduboy Miniature Game System - consolegame.svg, controller.svg
|
* arduboy: Arduboy Miniature Game System - consolegame.svg, controller.svg
|
||||||
* astrocade: Bally Astrocade - consolegame.svg, controller.svg
|
* astrocade: Bally Astrocade - consolegame.svg, controller.svg
|
||||||
* atari5200: Atari 5200 - consolegame.svg, controller.svg
|
* atari5200: Atari 5200 - consolegame.svg, controller.svg
|
||||||
|
|
16
themes/slate-es-de/archimedes/colors.xml
Normal file
16
themes/slate-es-de/archimedes/colors.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<theme>
|
||||||
|
<view name="system, gamelist">
|
||||||
|
<image name="band1">
|
||||||
|
<color>F6564A</color>
|
||||||
|
</image>
|
||||||
|
<image name="band2">
|
||||||
|
<color>F2CE2E</color>
|
||||||
|
</image>
|
||||||
|
<image name="band3">
|
||||||
|
<color>FFFFFF</color>
|
||||||
|
</image>
|
||||||
|
<image name="band4">
|
||||||
|
<color>019ADE</color>
|
||||||
|
</image>
|
||||||
|
</view>
|
||||||
|
</theme>
|
13
themes/slate-es-de/archimedes/images/logo.svg
Normal file
13
themes/slate-es-de/archimedes/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
28
themes/slate-es-de/archimedes/systeminfo.xml
Normal file
28
themes/slate-es-de/archimedes/systeminfo.xml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<theme>
|
||||||
|
<view name="system">
|
||||||
|
<text name="info1">
|
||||||
|
<text>Manufacturer: Acorn Computers</text>
|
||||||
|
</text>
|
||||||
|
<text name="info2">
|
||||||
|
<text>Released: 1987</text>
|
||||||
|
</text>
|
||||||
|
<text name="info3">
|
||||||
|
<text>Models: A305, A310, A3000, A440, A440/1, A540 et al.</text>
|
||||||
|
</text>
|
||||||
|
<text name="info4">
|
||||||
|
<text>OS: RISC OS</text>
|
||||||
|
</text>
|
||||||
|
<text name="info5">
|
||||||
|
<text>CPU: Acorn ARM2 @ 8 MHz to ARM3 @ 33 MHz</text>
|
||||||
|
</text>
|
||||||
|
<text name="info6">
|
||||||
|
<text>RAM: 512 KB to 16 MB</text>
|
||||||
|
</text>
|
||||||
|
<text name="info7">
|
||||||
|
<text>Graphics: Acorn VIDC1</text>
|
||||||
|
</text>
|
||||||
|
<text name="info8">
|
||||||
|
<text>Sound: Acorn VIDC1, 8 channels, 8-bit stereo</text>
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
</theme>
|
Loading…
Reference in a new issue