From 278024811b9713baa79401c6f8cb0c6bb26ecd49 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 10 Oct 2023 17:03:39 +0200 Subject: [PATCH] (slate-es-de) Added support for the Coleco Adam (adam) game system --- themes/slate-es-de/MISSING.md | 1 + themes/slate-es-de/adam/colors.xml | 16 ++++++ themes/slate-es-de/adam/images/logo.svg | 70 +++++++++++++++++++++++++ themes/slate-es-de/adam/systeminfo.xml | 28 ++++++++++ 4 files changed, 115 insertions(+) create mode 100644 themes/slate-es-de/adam/colors.xml create mode 100644 themes/slate-es-de/adam/images/logo.svg create mode 100644 themes/slate-es-de/adam/systeminfo.xml diff --git a/themes/slate-es-de/MISSING.md b/themes/slate-es-de/MISSING.md index 6abcacd43..be4c5e0ef 100644 --- a/themes/slate-es-de/MISSING.md +++ b/themes/slate-es-de/MISSING.md @@ -1,5 +1,6 @@ # EmulationStation Desktop Edition (ES-DE) - Missing slate-es-de theme set data +* adam: Coleco Adam - consolegame.svg, controller.svg * ags: Adventure Game Studio - consolegame.svg, controller.svg * amigacd32: Amiga CD32 - consolegame.svg, controller.svg * amstradcpc - Amstrad CPC - controller.svg diff --git a/themes/slate-es-de/adam/colors.xml b/themes/slate-es-de/adam/colors.xml new file mode 100644 index 000000000..c303392b0 --- /dev/null +++ b/themes/slate-es-de/adam/colors.xml @@ -0,0 +1,16 @@ + + + + A28459 + + + 328FBD + + + 7CC1E3 + + + 124057 + + + \ No newline at end of file diff --git a/themes/slate-es-de/adam/images/logo.svg b/themes/slate-es-de/adam/images/logo.svg new file mode 100644 index 000000000..4cbb36937 --- /dev/null +++ b/themes/slate-es-de/adam/images/logo.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + diff --git a/themes/slate-es-de/adam/systeminfo.xml b/themes/slate-es-de/adam/systeminfo.xml new file mode 100644 index 000000000..cc87328d5 --- /dev/null +++ b/themes/slate-es-de/adam/systeminfo.xml @@ -0,0 +1,28 @@ + + + + Manufacturer: Coleco + + + Released: 1983 + + + OS: EOS, OS-7, CP/M, TDOS + + + CPU: 8-bit Zilog Z80A @ 3.58 MHz + + + RAM: 64 KB / VRAM: 16 KB + + + Graphics: Texas Instruments TMS9928A + + + Resolution: 256×192 pixels + + + Sound: Texas Instruments SN76489AN + + + \ No newline at end of file