From e398800be7f904ed2ccb8773c1dee4f5791c88f4 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 17 Sep 2023 18:29:54 +0200 Subject: [PATCH] (slate-es-de) Added support for the Acorn Archimedes (archimedes) game system --- themes/slate-es-de/MISSING.md | 1 + themes/slate-es-de/archimedes/colors.xml | 16 +++++++++++ themes/slate-es-de/archimedes/images/logo.svg | 13 +++++++++ themes/slate-es-de/archimedes/systeminfo.xml | 28 +++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 themes/slate-es-de/archimedes/colors.xml create mode 100644 themes/slate-es-de/archimedes/images/logo.svg create mode 100644 themes/slate-es-de/archimedes/systeminfo.xml diff --git a/themes/slate-es-de/MISSING.md b/themes/slate-es-de/MISSING.md index 05cf357a4..d389e8a47 100644 --- a/themes/slate-es-de/MISSING.md +++ b/themes/slate-es-de/MISSING.md @@ -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 diff --git a/themes/slate-es-de/archimedes/colors.xml b/themes/slate-es-de/archimedes/colors.xml new file mode 100644 index 000000000..c8d7b3178 --- /dev/null +++ b/themes/slate-es-de/archimedes/colors.xml @@ -0,0 +1,16 @@ + + + + F6564A + + + F2CE2E + + + FFFFFF + + + 019ADE + + + \ No newline at end of file diff --git a/themes/slate-es-de/archimedes/images/logo.svg b/themes/slate-es-de/archimedes/images/logo.svg new file mode 100644 index 000000000..32c464d3c --- /dev/null +++ b/themes/slate-es-de/archimedes/images/logo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/slate-es-de/archimedes/systeminfo.xml b/themes/slate-es-de/archimedes/systeminfo.xml new file mode 100644 index 000000000..b0a15f67b --- /dev/null +++ b/themes/slate-es-de/archimedes/systeminfo.xml @@ -0,0 +1,28 @@ + + + + Manufacturer: Acorn Computers + + + Released: 1987 + + + Models: A305, A310, A3000, A440, A440/1, A540 et al. + + + OS: RISC OS + + + CPU: Acorn ARM2 @ 8 MHz to ARM3 @ 33 MHz + + + RAM: 512 KB to 16 MB + + + Graphics: Acorn VIDC1 + + + Sound: Acorn VIDC1, 8 channels, 8-bit stereo + + + \ No newline at end of file