From b355b5b22acbf57f3d08efcc221c267e3ee6344d Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 15 Aug 2020 11:53:36 +0200 Subject: [PATCH] Multiple updates to the rbsimple-DE theme and the es_systems.cfg templates. --- INSTALL.md | 2 +- USERGUIDE.md | 23 +- resources/templates/es_systems.cfg_unix | 81 +- resources/templates/es_systems.cfg_windows | 81 +- themes/rbsimple-DE/megacd/colors.xml | 18 + themes/rbsimple-DE/megacd/images/console.svg | 1054 ++++++ .../rbsimple-DE/megacd/images/consolegame.svg | 1580 +++++++++ .../rbsimple-DE/megacd/images/controller.svg | 366 ++ themes/rbsimple-DE/megacd/images/game.svg | 236 ++ themes/rbsimple-DE/megacd/images/logo.svg | 117 + themes/rbsimple-DE/megacd/systeminfo.xml | 36 + themes/rbsimple-DE/megacd/theme.xml | 40 + themes/rbsimple-DE/megacdjp/colors.xml | 18 + .../images/jp => megacdjp/images}/console.svg | 0 .../jp => megacdjp/images}/consolegame.svg | 0 .../jp => megacdjp/images}/controller.svg | 0 .../images/jp => megacdjp/images}/game.svg | 0 themes/rbsimple-DE/megacdjp/images/logo.svg | 117 + themes/rbsimple-DE/megacdjp/systeminfo.xml | 36 + themes/rbsimple-DE/megacdjp/theme.xml | 40 + themes/rbsimple-DE/sega32xjp/colors.xml | 18 + .../jp => sega32xjp/images}/console.svg | 0 .../jp => sega32xjp/images}/consolegame.svg | 0 .../us => sega32xjp/images}/controller.svg | 0 .../images/jp => sega32xjp/images}/game.svg | 0 .../images/jp => sega32xjp/images}/logo.svg | 0 themes/rbsimple-DE/sega32xjp/systeminfo.xml | 33 + themes/rbsimple-DE/sega32xjp/theme.xml | 40 + themes/rbsimple-DE/sega32xna/colors.xml | 18 + .../us => sega32xna/images}/console.svg | 0 .../us => sega32xna/images}/consolegame.svg | 0 .../jp => sega32xna/images}/controller.svg | 0 .../images/us => sega32xna/images}/game.svg | 0 .../images/us => sega32xna/images}/logo.svg | 0 themes/rbsimple-DE/sega32xna/systeminfo.xml | 33 + themes/rbsimple-DE/sega32xna/theme.xml | 40 + themes/rbsimple-DE/segacd/images/console.svg | 1570 +++------ .../rbsimple-DE/segacd/images/consolegame.svg | 3131 +++++++++-------- .../rbsimple-DE/segacd/images/controller.svg | 491 +-- themes/rbsimple-DE/segacd/images/game.svg | 465 ++- themes/rbsimple-DE/segacd/images/jp/logo.svg | 41 - themes/rbsimple-DE/segacd/images/logo.svg | 76 +- .../rbsimple-DE/segacd/images/us/console.svg | 516 --- .../segacd/images/us/consolegame.svg | 1613 --------- .../segacd/images/us/controller.svg | 125 - themes/rbsimple-DE/segacd/images/us/game.svg | 229 -- themes/rbsimple-DE/segacd/images/us/logo.svg | 42 - themes/rbsimple-DE/snesna/colors.xml | 18 + .../images/us => snesna/images}/console.svg | 0 .../us => snesna/images}/consolegame.svg | 0 .../us => snesna/images}/controller.svg | 0 .../images/us => snesna/images}/game.svg | 0 .../images/us => snesna/images}/logo.svg | 0 themes/rbsimple-DE/snesna/systeminfo.xml | 36 + themes/rbsimple-DE/snesna/theme.xml | 40 + 55 files changed, 6586 insertions(+), 5834 deletions(-) create mode 100644 themes/rbsimple-DE/megacd/colors.xml create mode 100644 themes/rbsimple-DE/megacd/images/console.svg create mode 100644 themes/rbsimple-DE/megacd/images/consolegame.svg create mode 100644 themes/rbsimple-DE/megacd/images/controller.svg create mode 100644 themes/rbsimple-DE/megacd/images/game.svg create mode 100644 themes/rbsimple-DE/megacd/images/logo.svg create mode 100644 themes/rbsimple-DE/megacd/systeminfo.xml create mode 100644 themes/rbsimple-DE/megacd/theme.xml create mode 100644 themes/rbsimple-DE/megacdjp/colors.xml rename themes/rbsimple-DE/{segacd/images/jp => megacdjp/images}/console.svg (100%) rename themes/rbsimple-DE/{segacd/images/jp => megacdjp/images}/consolegame.svg (100%) rename themes/rbsimple-DE/{sega32x/images/jp => megacdjp/images}/controller.svg (100%) rename themes/rbsimple-DE/{segacd/images/jp => megacdjp/images}/game.svg (100%) create mode 100644 themes/rbsimple-DE/megacdjp/images/logo.svg create mode 100644 themes/rbsimple-DE/megacdjp/systeminfo.xml create mode 100644 themes/rbsimple-DE/megacdjp/theme.xml create mode 100644 themes/rbsimple-DE/sega32xjp/colors.xml rename themes/rbsimple-DE/{sega32x/images/jp => sega32xjp/images}/console.svg (100%) rename themes/rbsimple-DE/{sega32x/images/jp => sega32xjp/images}/consolegame.svg (100%) rename themes/rbsimple-DE/{sega32x/images/us => sega32xjp/images}/controller.svg (100%) rename themes/rbsimple-DE/{sega32x/images/jp => sega32xjp/images}/game.svg (100%) rename themes/rbsimple-DE/{sega32x/images/jp => sega32xjp/images}/logo.svg (100%) create mode 100644 themes/rbsimple-DE/sega32xjp/systeminfo.xml create mode 100644 themes/rbsimple-DE/sega32xjp/theme.xml create mode 100644 themes/rbsimple-DE/sega32xna/colors.xml rename themes/rbsimple-DE/{sega32x/images/us => sega32xna/images}/console.svg (100%) rename themes/rbsimple-DE/{sega32x/images/us => sega32xna/images}/consolegame.svg (100%) rename themes/rbsimple-DE/{segacd/images/jp => sega32xna/images}/controller.svg (100%) rename themes/rbsimple-DE/{sega32x/images/us => sega32xna/images}/game.svg (100%) rename themes/rbsimple-DE/{sega32x/images/us => sega32xna/images}/logo.svg (100%) create mode 100644 themes/rbsimple-DE/sega32xna/systeminfo.xml create mode 100644 themes/rbsimple-DE/sega32xna/theme.xml delete mode 100644 themes/rbsimple-DE/segacd/images/jp/logo.svg delete mode 100644 themes/rbsimple-DE/segacd/images/us/console.svg delete mode 100644 themes/rbsimple-DE/segacd/images/us/consolegame.svg delete mode 100644 themes/rbsimple-DE/segacd/images/us/controller.svg delete mode 100644 themes/rbsimple-DE/segacd/images/us/game.svg delete mode 100644 themes/rbsimple-DE/segacd/images/us/logo.svg create mode 100644 themes/rbsimple-DE/snesna/colors.xml rename themes/rbsimple-DE/{snes/images/us => snesna/images}/console.svg (100%) rename themes/rbsimple-DE/{snes/images/us => snesna/images}/consolegame.svg (100%) rename themes/rbsimple-DE/{snes/images/us => snesna/images}/controller.svg (100%) rename themes/rbsimple-DE/{snes/images/us => snesna/images}/game.svg (100%) rename themes/rbsimple-DE/{snes/images/us => snesna/images}/logo.svg (100%) create mode 100644 themes/rbsimple-DE/snesna/systeminfo.xml create mode 100644 themes/rbsimple-DE/snesna/theme.xml diff --git a/INSTALL.md b/INSTALL.md index 99792c7bb..becba04d1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -519,7 +519,7 @@ Here's an example: `` -Keep in mind though that you still need to group the ROMs into directories corresponding to the platform names in es_systems.cfg. +Keep in mind though that you still need to group the ROMs into directories corresponding to the \ tags in es_systems.cfg. There is also support to add the variable %ESPATH% to the ROM directory setting, this will expand to the path where the ES executable is started from. You would normally not need this, but the option is there, should you require it for some reason. diff --git a/USERGUIDE.md b/USERGUIDE.md index 8f031830e..e33a13fc7 100644 --- a/USERGUIDE.md +++ b/USERGUIDE.md @@ -144,7 +144,7 @@ The default game directory folder is ~/ROMs. On Unix this defaults to /home/\ tag in es_systems.cfg, in this example it's **nes**. +Assuming the default ROM directory is used, we need to create a directory corresponding to the \ tag in es_systems.cfg, in this example it's **nes**. This would look something like this on Unix and Windows: @@ -1020,7 +1020,15 @@ You can use **--help** or **-h** to view a list of command line options, as show For details regarding the systems such as which emulator or core is setup as default or which file extensions are supported, refer to the **es_systems.cfg** templates [es_systems.cfg_unix](resources/templates/es_systems.cfg_unix) and [es_systems.cfg_windows](resources/templates/es_systems.cfg_windows). -| Platform name | Full name | Recommended game setup | +**Note:** The following list is what the default es_systems.cfg files and the rbsimple-DE theme supports. This theme is very comprehensive, so if you're using another theme, it may be that some or many of these systems are not supported. EmulationStation will still work but the game system will not be themed which looks very ugly. + +The column **Game system name** corresponds to the directory where you should put your game files, e.g. `~/ROMs/c64` or `~/ROMs/megadrive`. + +Regional differences are handled by simply using the game system name corresponding to your region. For example for Sega Mega Drive, _megadrive_ would be used by most people in the world, although people from North America would use _genesis_ instead. The same is true for _pcengine_ vs _tg16_ etc. This only affects the theme selection and the corresponding theme graphics, the same emulator and scraper settings are still used for the regional variants although that can of course be modified in the es_systems.cfg file if you wish to. + +Sometimes the name of the console is (more or less) the same for multiple regions, and in those circumstances the region has been added as a suffix to the game system name. For example 'na' for North America has been added to `snes` (Super Nintendo), as this is the minority region corresponding to around 7,5% of the world population. The same goes for Japan, as in `megacd` and `megacdjp`. Again, this only affects the theme and theme graphics. + +| Game system name | Full name | Recommended game setup | | :-------------------- | :-------------------------------------------- | :----------------------------------- | | 3do | 3DO | | | ags | Adventure Game Studio | | @@ -1051,6 +1059,7 @@ For details regarding the systems such as which emulator or core is setup as def | coco | Tandy Color Computer | | | coleco | ColecoVision | | | daphne | Daphne Arcade Laserdisc Emulator | | +| desktop | Desktop applications | | | doom | Doom | | | dos | DOS (PC) | In separate folder (one folder per game, with complete file structure retained) | | dragon32 | Dragon 32 | | @@ -1069,6 +1078,7 @@ For details regarding the systems such as which emulator or core is setup as def | gx4000 | Amstrad GX4000 | | | intellivision | Mattel Electronics Intellivision | | | chailove | ChaiLove game engine | | +| kodi | Kodi home theatre software | | | lutro | Lutro game engine | | | macintosh | Apple Macintosh | | | mame | Multiple Arcade Machine Emulator | Single archive file following MAME name standard in root folder | @@ -1076,6 +1086,8 @@ For details regarding the systems such as which emulator or core is setup as def | mame-libretro | Multiple Arcade Machine Emulator | Single archive file following MAME name standard in root folder | | mame-mame4all | MAME4ALL | Single archive file following MAME name standard in root folder | | mastersystem | Sega Master System | | +| megacd | Sega Mega-CD | | +| megacdjp | Sega Mega-CD (Japan) | | | megadrive | Sega Mega Drive | Single archive or ROM file in root folder | | mess | Multi Emulator Super System | | | moonlight | Moonlight game streaming | | @@ -1109,10 +1121,13 @@ For details regarding the systems such as which emulator or core is setup as def | satellaview | Nintendo Satellaview | | | saturn | Sega Saturn | | | scummvm | ScummVM game engine | | -| sega32x | Sega 32X | Single archive or ROM file in root folder | -| segacd | Sega Mega-CD | | +| sega32x | Sega Mega Drive 32X | Single archive or ROM file in root folder | +| sega32xjp | Sega Super 32X (Japan) | Single archive or ROM file in root folder | +| sega32xna | Sega Genesis 32X (North America) | Single archive or ROM file in root folder | +| segacd | Sega CD | | | sg-1000 | Sega SG-1000 | | | snes | Super Nintendo | Single archive or ROM file in root folder | +| snesna | Super Nintendo (North America) | Single archive or ROM file in root folder | | solarus | Solarus game engine | | | spectravideo | Spectravideo | | | steam | Valve Steam | Shell/batch script in root folder | diff --git a/resources/templates/es_systems.cfg_unix b/resources/templates/es_systems.cfg_unix index 0767a1c2b..61e9c69f5 100644 --- a/resources/templates/es_systems.cfg_unix +++ b/resources/templates/es_systems.cfg_unix @@ -226,6 +226,15 @@ cdtv cdtv + + chailove + ChaiLove game engine + %ROMPATH%/chailove + .chai .CHAI .chailove .CHAILOVE .7z .7Z .zip .ZIP + retroarch -L ~/.config/retroarch/cores/chailove_libretro.so %ROM% + love + chailove + channelf Fairchild Channel F @@ -262,6 +271,15 @@ daphne daphne + + desktop + Desktop applications + %ROMPATH%/desktop + .sh .csh + bash %ROM% + pc + desktop + doom Doom @@ -416,13 +434,13 @@ intellivision - chailove - ChaiLove game engine - %ROMPATH%/chailove - .chai .CHAI .chailove .CHAILOVE .7z .7Z .zip .ZIP - retroarch -L ~/.config/retroarch/cores/chailove_libretro.so %ROM% - love - chailove + kodi + Kodi home theatre software + %ROMPATH%/kodi + .sh .csh + bash %ROM% + pc + kodi lutro @@ -487,6 +505,24 @@ mastersystem mastersystem + + megacd + Sega Mega-CD + %ROMPATH%/megacd + .mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP + retroarch -L ~/.config/retroarch/cores/genesis_plus_gx_libretro.so %ROM% + segacd + megacd + + + megacdjp + Sega Mega-CD + %ROMPATH%/megacdjp + .mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP + retroarch -L ~/.config/retroarch/cores/genesis_plus_gx_libretro.so %ROM% + segacd + megacdjp + megadrive Sega Mega Drive @@ -786,16 +822,34 @@ sega32x - Sega 32X + Sega Mega Drive 32X %ROMPATH%/sega32x .bin .BIN .gen .GEN .smd .SMD .md .MD .32x .32X .cue .CUE .iso .ISO .sms .SMS .68k .68K .7z .7Z .zip .ZIP retroarch -L ~/.config/retroarch/cores/picodrive_libretro.so %ROM% sega32x sega32x + + sega32xjp + Sega Super 32X + %ROMPATH%/sega32xjp + .bin .BIN .gen .GEN .smd .SMD .md .MD .32x .32X .cue .CUE .iso .ISO .sms .SMS .68k .68K .7z .7Z .zip .ZIP + retroarch -L ~/.config/retroarch/cores/picodrive_libretro.so %ROM% + sega32x + sega32xjp + + + sega32xna + Sega Genesis 32X + %ROMPATH%/sega32xna + .bin .BIN .gen .GEN .smd .SMD .md .MD .32x .32X .cue .CUE .iso .ISO .sms .SMS .68k .68K .7z .7Z .zip .ZIP + retroarch -L ~/.config/retroarch/cores/picodrive_libretro.so %ROM% + sega32x + sega32xna + segacd - Sega Mega-CD + Sega CD %ROMPATH%/segacd .mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP retroarch -L ~/.config/retroarch/cores/genesis_plus_gx_libretro.so %ROM% @@ -820,6 +874,15 @@ snes snes + + snesna + Super Nintendo + %ROMPATH%/snesna + .smc .SMC .sfc .SFC .swc .SWC .fig .FIG .bs .BS .bin .BIN .mgd .MGD .7z .7Z .zip .ZIP + retroarch -L ~/.config/retroarch/cores/snes9x_libretro.so %ROM% + snes + snesna + solarus Solarus game engine diff --git a/resources/templates/es_systems.cfg_windows b/resources/templates/es_systems.cfg_windows index 7e58f0076..041ae13b3 100644 --- a/resources/templates/es_systems.cfg_windows +++ b/resources/templates/es_systems.cfg_windows @@ -226,6 +226,15 @@ cdtv cdtv + + chailove + ChaiLove game engine + %ROMPATH%\chailove + .chai .CHAI .chailove .CHAILOVE .7z .7Z .zip .ZIP + retroarch.exe -L "%EMUPATH%\cores\chailove_libretro.dll" %ROM% + love + chailove + channelf Fairchild Channel F @@ -262,6 +271,15 @@ daphne daphne + + desktop + Desktop applications + %ROMPATH%\desktop + .bat .ps1 + %ROM% + pc + desktop + doom Doom @@ -416,13 +434,13 @@ intellivision - chailove - ChaiLove game engine - %ROMPATH%\chailove - .chai .CHAI .chailove .CHAILOVE .7z .7Z .zip .ZIP - retroarch.exe -L "%EMUPATH%\cores\chailove_libretro.dll" %ROM% - love - chailove + kodi + Kodi home theatre software + %ROMPATH%\kodi + .bat .ps1 + %ROM% + pc + kodi lutro @@ -487,6 +505,24 @@ mastersystem mastersystem + + megacd + Sega Mega-CD + %ROMPATH%\megacd + .mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP + retroarch.exe -L "%EMUPATH%\cores\genesis_plus_gx_libretro.dll" %ROM% + segacd + megacd + + + megacdjp + Sega Mega-CD + %ROMPATH%\megacdjp + .mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP + retroarch.exe -L "%EMUPATH%\cores\genesis_plus_gx_libretro.dll" %ROM% + segacd + megacdjp + megadrive Sega Mega Drive @@ -786,16 +822,34 @@ sega32x - Sega 32X + Sega Mega Drive 32X %ROMPATH%\sega32x .bin .BIN .gen .GEN .smd .SMD .md .MD .32x .32X .cue .CUE .iso .ISO .sms .SMS .68k .68K .7z .7Z .zip .ZIP retroarch.exe -L "%EMUPATH%\cores\picodrive_libretro.dll" %ROM% sega32x sega32x + + sega32xjp + Sega Super 32X + %ROMPATH%\sega32xjp + .bin .BIN .gen .GEN .smd .SMD .md .MD .32x .32X .cue .CUE .iso .ISO .sms .SMS .68k .68K .7z .7Z .zip .ZIP + retroarch.exe -L "%EMUPATH%\cores\picodrive_libretro.dll" %ROM% + sega32x + sega32xjp + + + sega32xna + Sega Genesis 32X + %ROMPATH%\sega32xna + .bin .BIN .gen .GEN .smd .SMD .md .MD .32x .32X .cue .CUE .iso .ISO .sms .SMS .68k .68K .7z .7Z .zip .ZIP + retroarch.exe -L "%EMUPATH%\cores\picodrive_libretro.dll" %ROM% + sega32x + sega32xna + segacd - Sega Mega-CD + Sega CD %ROMPATH%\segacd .mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP retroarch.exe -L "%EMUPATH%\cores\genesis_plus_gx_libretro.dll" %ROM% @@ -820,6 +874,15 @@ snes snes + + snesna + Super Nintendo + %ROMPATH%\snesna + .smc .SMC .sfc .SFC .swc .SWC .fig .FIG .bs .BS .bin .BIN .mgd .MGD .7z .7Z .zip .ZIP + retroarch.exe -L "%EMUPATH%\cores\snes9x_libretro.dll" %ROM% + snes + snesna + solarus Solarus game engine diff --git a/themes/rbsimple-DE/megacd/colors.xml b/themes/rbsimple-DE/megacd/colors.xml new file mode 100644 index 000000000..f76fc5c03 --- /dev/null +++ b/themes/rbsimple-DE/megacd/colors.xml @@ -0,0 +1,18 @@ + + 6 + + + + DCE3E6 + + + D5202C + + + C0C1C4 + + + 212122 + + + diff --git a/themes/rbsimple-DE/megacd/images/console.svg b/themes/rbsimple-DE/megacd/images/console.svg new file mode 100644 index 000000000..772c6c0dd --- /dev/null +++ b/themes/rbsimple-DE/megacd/images/console.svg @@ -0,0 +1,1054 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/rbsimple-DE/megacd/images/consolegame.svg b/themes/rbsimple-DE/megacd/images/consolegame.svg new file mode 100644 index 000000000..945f00b69 --- /dev/null +++ b/themes/rbsimple-DE/megacd/images/consolegame.svg @@ -0,0 +1,1580 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/rbsimple-DE/megacd/images/controller.svg b/themes/rbsimple-DE/megacd/images/controller.svg new file mode 100644 index 000000000..dcf131e5f --- /dev/null +++ b/themes/rbsimple-DE/megacd/images/controller.svg @@ -0,0 +1,366 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/rbsimple-DE/megacd/images/game.svg b/themes/rbsimple-DE/megacd/images/game.svg new file mode 100644 index 000000000..4376b362d --- /dev/null +++ b/themes/rbsimple-DE/megacd/images/game.svg @@ -0,0 +1,236 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/rbsimple-DE/megacd/images/logo.svg b/themes/rbsimple-DE/megacd/images/logo.svg new file mode 100644 index 000000000..eb633e848 --- /dev/null +++ b/themes/rbsimple-DE/megacd/images/logo.svg @@ -0,0 +1,117 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/rbsimple-DE/megacd/systeminfo.xml b/themes/rbsimple-DE/megacd/systeminfo.xml new file mode 100644 index 000000000..4b7875c20 --- /dev/null +++ b/themes/rbsimple-DE/megacd/systeminfo.xml @@ -0,0 +1,36 @@ + + 6 + + + + Manufacturer : Sega + + + Year of Release : 1991 + + + Units sold : 30 million + + + Best-selling game : Sewer Shark + + + CPU : 16-bit Motorola 68000 @ 12.5 MHz + Megadrive CPUs + + + RAM : 512kB / VRAM : 256kB / sound RAM : 16kB + + + Video : Custom ASIC + + + Resolution : 320×224 pixels, 64 colors (512 colors palette) + + + Sound : Ricoh RF5C164 + Megadrive Sound chips + + + Media : 500MB CD-ROM discs + + + diff --git a/themes/rbsimple-DE/megacd/theme.xml b/themes/rbsimple-DE/megacd/theme.xml new file mode 100644 index 000000000..f097080c3 --- /dev/null +++ b/themes/rbsimple-DE/megacd/theme.xml @@ -0,0 +1,40 @@ + + 6 + ./../theme.xml + ./colors.xml + ./systeminfo.xml + + + + ./images/controller.svg + + + + + + 262626 + 262626 + + + + + + ./images/logo.svg + + + ./images/consolegame.svg + + + + + + ./images/console.svg + + + + + + ./images/logo.svg + + + diff --git a/themes/rbsimple-DE/megacdjp/colors.xml b/themes/rbsimple-DE/megacdjp/colors.xml new file mode 100644 index 000000000..f76fc5c03 --- /dev/null +++ b/themes/rbsimple-DE/megacdjp/colors.xml @@ -0,0 +1,18 @@ + + 6 + + + + DCE3E6 + + + D5202C + + + C0C1C4 + + + 212122 + + + diff --git a/themes/rbsimple-DE/segacd/images/jp/console.svg b/themes/rbsimple-DE/megacdjp/images/console.svg similarity index 100% rename from themes/rbsimple-DE/segacd/images/jp/console.svg rename to themes/rbsimple-DE/megacdjp/images/console.svg diff --git a/themes/rbsimple-DE/segacd/images/jp/consolegame.svg b/themes/rbsimple-DE/megacdjp/images/consolegame.svg similarity index 100% rename from themes/rbsimple-DE/segacd/images/jp/consolegame.svg rename to themes/rbsimple-DE/megacdjp/images/consolegame.svg diff --git a/themes/rbsimple-DE/sega32x/images/jp/controller.svg b/themes/rbsimple-DE/megacdjp/images/controller.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/jp/controller.svg rename to themes/rbsimple-DE/megacdjp/images/controller.svg diff --git a/themes/rbsimple-DE/segacd/images/jp/game.svg b/themes/rbsimple-DE/megacdjp/images/game.svg similarity index 100% rename from themes/rbsimple-DE/segacd/images/jp/game.svg rename to themes/rbsimple-DE/megacdjp/images/game.svg diff --git a/themes/rbsimple-DE/megacdjp/images/logo.svg b/themes/rbsimple-DE/megacdjp/images/logo.svg new file mode 100644 index 000000000..eb633e848 --- /dev/null +++ b/themes/rbsimple-DE/megacdjp/images/logo.svg @@ -0,0 +1,117 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/rbsimple-DE/megacdjp/systeminfo.xml b/themes/rbsimple-DE/megacdjp/systeminfo.xml new file mode 100644 index 000000000..4b7875c20 --- /dev/null +++ b/themes/rbsimple-DE/megacdjp/systeminfo.xml @@ -0,0 +1,36 @@ + + 6 + + + + Manufacturer : Sega + + + Year of Release : 1991 + + + Units sold : 30 million + + + Best-selling game : Sewer Shark + + + CPU : 16-bit Motorola 68000 @ 12.5 MHz + Megadrive CPUs + + + RAM : 512kB / VRAM : 256kB / sound RAM : 16kB + + + Video : Custom ASIC + + + Resolution : 320×224 pixels, 64 colors (512 colors palette) + + + Sound : Ricoh RF5C164 + Megadrive Sound chips + + + Media : 500MB CD-ROM discs + + + diff --git a/themes/rbsimple-DE/megacdjp/theme.xml b/themes/rbsimple-DE/megacdjp/theme.xml new file mode 100644 index 000000000..f097080c3 --- /dev/null +++ b/themes/rbsimple-DE/megacdjp/theme.xml @@ -0,0 +1,40 @@ + + 6 + ./../theme.xml + ./colors.xml + ./systeminfo.xml + + + + ./images/controller.svg + + + + + + 262626 + 262626 + + + + + + ./images/logo.svg + + + ./images/consolegame.svg + + + + + + ./images/console.svg + + + + + + ./images/logo.svg + + + diff --git a/themes/rbsimple-DE/sega32xjp/colors.xml b/themes/rbsimple-DE/sega32xjp/colors.xml new file mode 100644 index 000000000..f76fc5c03 --- /dev/null +++ b/themes/rbsimple-DE/sega32xjp/colors.xml @@ -0,0 +1,18 @@ + + 6 + + + + DCE3E6 + + + D5202C + + + C0C1C4 + + + 212122 + + + diff --git a/themes/rbsimple-DE/sega32x/images/jp/console.svg b/themes/rbsimple-DE/sega32xjp/images/console.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/jp/console.svg rename to themes/rbsimple-DE/sega32xjp/images/console.svg diff --git a/themes/rbsimple-DE/sega32x/images/jp/consolegame.svg b/themes/rbsimple-DE/sega32xjp/images/consolegame.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/jp/consolegame.svg rename to themes/rbsimple-DE/sega32xjp/images/consolegame.svg diff --git a/themes/rbsimple-DE/sega32x/images/us/controller.svg b/themes/rbsimple-DE/sega32xjp/images/controller.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/us/controller.svg rename to themes/rbsimple-DE/sega32xjp/images/controller.svg diff --git a/themes/rbsimple-DE/sega32x/images/jp/game.svg b/themes/rbsimple-DE/sega32xjp/images/game.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/jp/game.svg rename to themes/rbsimple-DE/sega32xjp/images/game.svg diff --git a/themes/rbsimple-DE/sega32x/images/jp/logo.svg b/themes/rbsimple-DE/sega32xjp/images/logo.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/jp/logo.svg rename to themes/rbsimple-DE/sega32xjp/images/logo.svg diff --git a/themes/rbsimple-DE/sega32xjp/systeminfo.xml b/themes/rbsimple-DE/sega32xjp/systeminfo.xml new file mode 100644 index 000000000..d17039d1d --- /dev/null +++ b/themes/rbsimple-DE/sega32xjp/systeminfo.xml @@ -0,0 +1,33 @@ + + 6 + + + + Manufacturer : Sega + + + Year of Release : 1994 + + + Units sold : 665 000 + + + CPU : Two 32-bit Hitachi SH2 @ 23 MHz + Megadrive CPUs + + + RAM : 256kB / VRAM : 256kB + + + Video : 32X VDP + + + Resolution : 320 x 224 pixels, 32768 colors + + + Sound : Q-Sound 10bit Stereo PCM chip + Megadrive Sound chips + + + Cart Size : 2MB - 4MB + + + diff --git a/themes/rbsimple-DE/sega32xjp/theme.xml b/themes/rbsimple-DE/sega32xjp/theme.xml new file mode 100644 index 000000000..f097080c3 --- /dev/null +++ b/themes/rbsimple-DE/sega32xjp/theme.xml @@ -0,0 +1,40 @@ + + 6 + ./../theme.xml + ./colors.xml + ./systeminfo.xml + + + + ./images/controller.svg + + + + + + 262626 + 262626 + + + + + + ./images/logo.svg + + + ./images/consolegame.svg + + + + + + ./images/console.svg + + + + + + ./images/logo.svg + + + diff --git a/themes/rbsimple-DE/sega32xna/colors.xml b/themes/rbsimple-DE/sega32xna/colors.xml new file mode 100644 index 000000000..f76fc5c03 --- /dev/null +++ b/themes/rbsimple-DE/sega32xna/colors.xml @@ -0,0 +1,18 @@ + + 6 + + + + DCE3E6 + + + D5202C + + + C0C1C4 + + + 212122 + + + diff --git a/themes/rbsimple-DE/sega32x/images/us/console.svg b/themes/rbsimple-DE/sega32xna/images/console.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/us/console.svg rename to themes/rbsimple-DE/sega32xna/images/console.svg diff --git a/themes/rbsimple-DE/sega32x/images/us/consolegame.svg b/themes/rbsimple-DE/sega32xna/images/consolegame.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/us/consolegame.svg rename to themes/rbsimple-DE/sega32xna/images/consolegame.svg diff --git a/themes/rbsimple-DE/segacd/images/jp/controller.svg b/themes/rbsimple-DE/sega32xna/images/controller.svg similarity index 100% rename from themes/rbsimple-DE/segacd/images/jp/controller.svg rename to themes/rbsimple-DE/sega32xna/images/controller.svg diff --git a/themes/rbsimple-DE/sega32x/images/us/game.svg b/themes/rbsimple-DE/sega32xna/images/game.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/us/game.svg rename to themes/rbsimple-DE/sega32xna/images/game.svg diff --git a/themes/rbsimple-DE/sega32x/images/us/logo.svg b/themes/rbsimple-DE/sega32xna/images/logo.svg similarity index 100% rename from themes/rbsimple-DE/sega32x/images/us/logo.svg rename to themes/rbsimple-DE/sega32xna/images/logo.svg diff --git a/themes/rbsimple-DE/sega32xna/systeminfo.xml b/themes/rbsimple-DE/sega32xna/systeminfo.xml new file mode 100644 index 000000000..d17039d1d --- /dev/null +++ b/themes/rbsimple-DE/sega32xna/systeminfo.xml @@ -0,0 +1,33 @@ + + 6 + + + + Manufacturer : Sega + + + Year of Release : 1994 + + + Units sold : 665 000 + + + CPU : Two 32-bit Hitachi SH2 @ 23 MHz + Megadrive CPUs + + + RAM : 256kB / VRAM : 256kB + + + Video : 32X VDP + + + Resolution : 320 x 224 pixels, 32768 colors + + + Sound : Q-Sound 10bit Stereo PCM chip + Megadrive Sound chips + + + Cart Size : 2MB - 4MB + + + diff --git a/themes/rbsimple-DE/sega32xna/theme.xml b/themes/rbsimple-DE/sega32xna/theme.xml new file mode 100644 index 000000000..f097080c3 --- /dev/null +++ b/themes/rbsimple-DE/sega32xna/theme.xml @@ -0,0 +1,40 @@ + + 6 + ./../theme.xml + ./colors.xml + ./systeminfo.xml + + + + ./images/controller.svg + + + + + + 262626 + 262626 + + + + + + ./images/logo.svg + + + ./images/consolegame.svg + + + + + + ./images/console.svg + + + + + + ./images/logo.svg + + + diff --git a/themes/rbsimple-DE/segacd/images/console.svg b/themes/rbsimple-DE/segacd/images/console.svg index 772c6c0dd..2da050332 100644 --- a/themes/rbsimple-DE/segacd/images/console.svg +++ b/themes/rbsimple-DE/segacd/images/console.svg @@ -1,1054 +1,516 @@ - -image/svg+xml \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/rbsimple-DE/segacd/images/consolegame.svg b/themes/rbsimple-DE/segacd/images/consolegame.svg index 945f00b69..319e869e8 100644 --- a/themes/rbsimple-DE/segacd/images/consolegame.svg +++ b/themes/rbsimple-DE/segacd/images/consolegame.svg @@ -1,4 +1,6 @@ + + image/svg+xmlimage/svg+xml \ No newline at end of file + inkscape:connector-curvature="0" + style="fill:#241c1e" /> \ No newline at end of file diff --git a/themes/rbsimple-DE/segacd/images/controller.svg b/themes/rbsimple-DE/segacd/images/controller.svg index dcf131e5f..a6783e4ef 100644 --- a/themes/rbsimple-DE/segacd/images/controller.svg +++ b/themes/rbsimple-DE/segacd/images/controller.svg @@ -1,366 +1,125 @@ - -image/svg+xml \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/rbsimple-DE/segacd/images/game.svg b/themes/rbsimple-DE/segacd/images/game.svg index 4376b362d..400c5ae13 100644 --- a/themes/rbsimple-DE/segacd/images/game.svg +++ b/themes/rbsimple-DE/segacd/images/game.svg @@ -1,236 +1,229 @@ - -image/svg+xml \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/rbsimple-DE/segacd/images/jp/logo.svg b/themes/rbsimple-DE/segacd/images/jp/logo.svg deleted file mode 100644 index 27a968a1d..000000000 --- a/themes/rbsimple-DE/segacd/images/jp/logo.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/rbsimple-DE/segacd/images/logo.svg b/themes/rbsimple-DE/segacd/images/logo.svg index a87a2cb42..216743b6a 100644 --- a/themes/rbsimple-DE/segacd/images/logo.svg +++ b/themes/rbsimple-DE/segacd/images/logo.svg @@ -1,46 +1,42 @@ - - - + + + - - - - + + + + + + + + + + + + + + - - - - - - - - diff --git a/themes/rbsimple-DE/segacd/images/us/console.svg b/themes/rbsimple-DE/segacd/images/us/console.svg deleted file mode 100644 index 2da050332..000000000 --- a/themes/rbsimple-DE/segacd/images/us/console.svg +++ /dev/null @@ -1,516 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/rbsimple-DE/segacd/images/us/consolegame.svg b/themes/rbsimple-DE/segacd/images/us/consolegame.svg deleted file mode 100644 index 319e869e8..000000000 --- a/themes/rbsimple-DE/segacd/images/us/consolegame.svg +++ /dev/null @@ -1,1613 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/themes/rbsimple-DE/segacd/images/us/controller.svg b/themes/rbsimple-DE/segacd/images/us/controller.svg deleted file mode 100644 index a6783e4ef..000000000 --- a/themes/rbsimple-DE/segacd/images/us/controller.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/rbsimple-DE/segacd/images/us/game.svg b/themes/rbsimple-DE/segacd/images/us/game.svg deleted file mode 100644 index 400c5ae13..000000000 --- a/themes/rbsimple-DE/segacd/images/us/game.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/rbsimple-DE/segacd/images/us/logo.svg b/themes/rbsimple-DE/segacd/images/us/logo.svg deleted file mode 100644 index 216743b6a..000000000 --- a/themes/rbsimple-DE/segacd/images/us/logo.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/rbsimple-DE/snesna/colors.xml b/themes/rbsimple-DE/snesna/colors.xml new file mode 100644 index 000000000..5ff238731 --- /dev/null +++ b/themes/rbsimple-DE/snesna/colors.xml @@ -0,0 +1,18 @@ + + 6 + + + + FEE94B + + + 7EEE80 + + + FF7961 + + + 0098DF + + + diff --git a/themes/rbsimple-DE/snes/images/us/console.svg b/themes/rbsimple-DE/snesna/images/console.svg similarity index 100% rename from themes/rbsimple-DE/snes/images/us/console.svg rename to themes/rbsimple-DE/snesna/images/console.svg diff --git a/themes/rbsimple-DE/snes/images/us/consolegame.svg b/themes/rbsimple-DE/snesna/images/consolegame.svg similarity index 100% rename from themes/rbsimple-DE/snes/images/us/consolegame.svg rename to themes/rbsimple-DE/snesna/images/consolegame.svg diff --git a/themes/rbsimple-DE/snes/images/us/controller.svg b/themes/rbsimple-DE/snesna/images/controller.svg similarity index 100% rename from themes/rbsimple-DE/snes/images/us/controller.svg rename to themes/rbsimple-DE/snesna/images/controller.svg diff --git a/themes/rbsimple-DE/snes/images/us/game.svg b/themes/rbsimple-DE/snesna/images/game.svg similarity index 100% rename from themes/rbsimple-DE/snes/images/us/game.svg rename to themes/rbsimple-DE/snesna/images/game.svg diff --git a/themes/rbsimple-DE/snes/images/us/logo.svg b/themes/rbsimple-DE/snesna/images/logo.svg similarity index 100% rename from themes/rbsimple-DE/snes/images/us/logo.svg rename to themes/rbsimple-DE/snesna/images/logo.svg diff --git a/themes/rbsimple-DE/snesna/systeminfo.xml b/themes/rbsimple-DE/snesna/systeminfo.xml new file mode 100644 index 000000000..83212fde2 --- /dev/null +++ b/themes/rbsimple-DE/snesna/systeminfo.xml @@ -0,0 +1,36 @@ + + 6 + + + + Manufacturer : Nintendo + + + Year of Release : 1990 + + + Units sold : 49.10 million + + + Best-selling game : Super Mario World + + + CPU : 16-bit Custom 65C816 @ 3.58 MHz + + + RAM : 128kB / VRAM : 64kB + + + Video : 16-bit PPU (Picture Processor Unit) + + + Resolution : 256x224, 256 colors (32768 colors palette) + + + Sound : 8-bit Sony SPC700, 8 channels + + + Cart Size : 256kB - 6MB + + + diff --git a/themes/rbsimple-DE/snesna/theme.xml b/themes/rbsimple-DE/snesna/theme.xml new file mode 100644 index 000000000..f097080c3 --- /dev/null +++ b/themes/rbsimple-DE/snesna/theme.xml @@ -0,0 +1,40 @@ + + 6 + ./../theme.xml + ./colors.xml + ./systeminfo.xml + + + + ./images/controller.svg + + + + + + 262626 + 262626 + + + + + + ./images/logo.svg + + + ./images/consolegame.svg + + + + + + ./images/console.svg + + + + + + ./images/logo.svg + + +