(slate-es-de) Added support for the Acorn Archimedes (archimedes) game system

This commit is contained in:
Leon Styhre 2023-09-17 18:29:54 +02:00
parent 7fdece43aa
commit e398800be7
4 changed files with 58 additions and 0 deletions

View file

@ -6,6 +6,7 @@
* android: Google Android - consolegame.svg, controller.svg
* apple2gs: Apple IIGS - 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
* astrocade: Bally Astrocade - consolegame.svg, controller.svg
* atari5200: Atari 5200 - consolegame.svg, controller.svg

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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

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