├── .gitattributes ├── .gitignore ├── 3do └── theme.xml ├── LICENSE ├── README.md ├── _assets ├── Roboto-Medium.ttf ├── characters │ ├── 3do.jpg │ ├── action.jpg │ ├── adventure.jpg │ ├── amiga.jpg │ ├── amstradcpc.jpg │ ├── apple2.jpg │ ├── arcade.jpg │ ├── atari2600.jpg │ ├── atari5200.jpg │ ├── atari7800.jpg │ ├── atari800.jpg │ ├── atarijaguar.jpg │ ├── atarilynx.jpg │ ├── atarist.jpg │ ├── auto-allgames.jpg │ ├── auto-favorites.jpg │ ├── auto-lastplayed.jpg │ ├── btmups.jpg │ ├── c64.jpg │ ├── colecovision.jpg │ ├── custom-collections.jpg │ ├── daphne.jpg │ ├── dreamcast.jpg │ ├── famicom.jpg │ ├── fba.jpg │ ├── fds.jpg │ ├── fighting.jpg │ ├── fixedscreen.jpg │ ├── gameandwatch.jpg │ ├── gamegear.jpg │ ├── gb.jpg │ ├── gba.jpg │ ├── gbc.jpg │ ├── gc.jpg │ ├── genesis.jpg │ ├── intellivision.jpg │ ├── kids.jpg │ ├── kodi.jpg │ ├── mame.jpg │ ├── mastersystem.jpg │ ├── mega32x.jpg │ ├── megacd.jpg │ ├── megadrive.jpg │ ├── msx.jpg │ ├── msx2.jpg │ ├── n64.jpg │ ├── nds.jpg │ ├── neogeo.jpg │ ├── neogeocd.jpg │ ├── nes.jpg │ ├── ngp.jpg │ ├── ngpc.jpg │ ├── pc.jpg │ ├── pce-cd.jpg │ ├── pcengine.jpg │ ├── platformers.jpg │ ├── ports.jpg │ ├── power.jpg │ ├── ps2.jpg │ ├── psp.jpg │ ├── psx.jpg │ ├── puzzle.jpg │ ├── racing.jpg │ ├── residualvm.jpg │ ├── retropie.jpg │ ├── rpgs.jpg │ ├── saturn.jpg │ ├── scummvm.jpg │ ├── sega32x.jpg │ ├── segacd.jpg │ ├── sfc.jpg │ ├── sg-1000.jpg │ ├── shmups.jpg │ ├── snes.jpg │ ├── sports.jpg │ ├── steam.jpg │ ├── strategy.jpg │ ├── supergrafx.jpg │ ├── tg-cd.jpg │ ├── tg16.jpg │ ├── vectrex.jpg │ ├── virtualboy.jpg │ ├── wii.jpg │ ├── wiiu.jpg │ ├── wonderswan.jpg │ ├── wonderswancolor.jpg │ ├── x68000.jpg │ └── zxspectrum.jpg ├── controllers │ ├── 3do.png │ ├── action.png │ ├── adventure.png │ ├── amiga.png │ ├── amstradcpc.png │ ├── apple2.png │ ├── arcade.png │ ├── atari2600.png │ ├── atari5200.png │ ├── atari7800.png │ ├── atari800.png │ ├── atarijaguar.png │ ├── atarilynx.png │ ├── atarist.png │ ├── auto-allgames.png │ ├── auto-favorites.png │ ├── auto-lastplayed.png │ ├── btmups.png │ ├── c64.png │ ├── colecovision.png │ ├── custom-collections.png │ ├── daphne.png │ ├── dreamcast.png │ ├── famicom.png │ ├── fba.png │ ├── fds.png │ ├── fighting.png │ ├── fixedscreen.png │ ├── gameandwatch.png │ ├── gamegear.png │ ├── gb.png │ ├── gba.png │ ├── gbc.png │ ├── gc.png │ ├── genesis.png │ ├── intellivision.png │ ├── kids.png │ ├── kodi.png │ ├── mame.png │ ├── mastersystem.png │ ├── mega32x.png │ ├── megacd.png │ ├── megadrive.png │ ├── msx.png │ ├── msx2.png │ ├── n64.png │ ├── nds.png │ ├── neogeo.png │ ├── neogeocd.png │ ├── nes.png │ ├── ngp.png │ ├── ngpc.png │ ├── pc.png │ ├── pce-cd.png │ ├── pcengine.png │ ├── platformers.png │ ├── ports.png │ ├── power.png │ ├── ps2.png │ ├── psp.png │ ├── psx.png │ ├── puzzle.png │ ├── racing.png │ ├── residualvm.png │ ├── retropie.png │ ├── rpgs.png │ ├── saturn.png │ ├── scummvm.png │ ├── sega32x.png │ ├── segacd.png │ ├── sfc.png │ ├── sg-1000.png │ ├── shmups.png │ ├── snes-us.png │ ├── snes.png │ ├── sports.png │ ├── steam.png │ ├── strategy.png │ ├── supergrafx.png │ ├── tg-cd.png │ ├── tg16.png │ ├── vectrex.png │ ├── virtualboy.png │ ├── wii.png │ ├── wiiu.png │ ├── wonderswan.png │ ├── wonderswancolor.png │ ├── x68000.png │ └── zxspectrum.png ├── icon.png ├── indicators │ ├── 10th-system.png │ ├── 11th-system.png │ ├── 12th-system.png │ ├── 13th-system.png │ ├── 14th-system.png │ ├── 15th-system.png │ ├── 16th-system.png │ ├── 1st-system.png │ ├── 2nd-system.png │ ├── 3rd-system.png │ ├── 4th-system.png │ ├── 5th-system.png │ ├── 6th-system.png │ ├── 7th-system.png │ ├── 8th-system.png │ ├── 9th-system.png │ ├── auto-favorites.png │ ├── power.png │ └── retropie.png ├── ingame-global-bg.jpg ├── logos │ ├── 3do.svg │ ├── action.svg │ ├── adventure.svg │ ├── amiga.svg │ ├── amstradcpc.svg │ ├── apple2.svg │ ├── arcade.svg │ ├── atari2600.svg │ ├── atari5200.svg │ ├── atari7800.svg │ ├── atari800.svg │ ├── atarijaguar.svg │ ├── atarilynx.svg │ ├── atarist.svg │ ├── auto-allgames.svg │ ├── auto-favorites.svg │ ├── auto-lastplayed.svg │ ├── btmups.svg │ ├── c64.svg │ ├── coco.svg │ ├── colecovision.svg │ ├── custom-collections.svg │ ├── daphne.svg │ ├── dragon32.svg │ ├── dreamcast.svg │ ├── famicom.svg │ ├── fba.svg │ ├── fds.svg │ ├── fighting.svg │ ├── fixedscreen.svg │ ├── gameandwatch.svg │ ├── gamegear.svg │ ├── gb.svg │ ├── gba.svg │ ├── gbc.svg │ ├── gc.svg │ ├── genesis.svg │ ├── intellivision.svg │ ├── kids.svg │ ├── kodi.svg │ ├── macintosh.svg │ ├── mame.svg │ ├── mastersystem.svg │ ├── mega32x.svg │ ├── megacd.svg │ ├── megadrive.svg │ ├── mess.svg │ ├── msx.svg │ ├── msx2.svg │ ├── n64.svg │ ├── nds.svg │ ├── neogeo.svg │ ├── neogeocd.svg │ ├── nes.svg │ ├── ngp.svg │ ├── ngpc.svg │ ├── odyssey2.svg │ ├── oric.svg │ ├── pc.svg │ ├── pc88.svg │ ├── pce-cd.svg │ ├── pcengine.svg │ ├── pcfx.svg │ ├── platformers.svg │ ├── ports.svg │ ├── power.svg │ ├── ps2.svg │ ├── psp.svg │ ├── psx.svg │ ├── puzzle.svg │ ├── racing.svg │ ├── residualvm.svg │ ├── retropie.svg │ ├── rpgs.svg │ ├── samcoupe.svg │ ├── saturn.svg │ ├── scummvm.svg │ ├── sega32x.svg │ ├── segacd.svg │ ├── sfc.svg │ ├── sg-1000.svg │ ├── shmups.svg │ ├── snes.svg │ ├── sports.svg │ ├── steam.svg │ ├── strategy.svg │ ├── supergrafx.svg │ ├── tg-cd.svg │ ├── tg16.svg │ ├── ti99.svg │ ├── trs-80.svg │ ├── vectrex.svg │ ├── videopac.svg │ ├── virtualboy.svg │ ├── wii.svg │ ├── wiiu.svg │ ├── wonderswan.svg │ ├── wonderswancolor.svg │ ├── x68000.svg │ ├── zmachine.svg │ └── zxspectrum.svg └── system-global-bg.jpg ├── action └── theme.xml ├── adventure └── theme.xml ├── amiga └── theme.xml ├── amstradcpc └── theme.xml ├── apple2 └── theme.xml ├── arcade └── theme.xml ├── atari2600 └── theme.xml ├── atari5200 └── theme.xml ├── atari7800 └── theme.xml ├── atari800 └── theme.xml ├── atarijaguar └── theme.xml ├── atarilynx └── theme.xml ├── atarist └── theme.xml ├── auto-allgames └── theme.xml ├── auto-favorites └── theme.xml ├── auto-lastplayed └── theme.xml ├── btmups └── theme.xml ├── c64 └── theme.xml ├── coco └── theme.xml ├── colecovision └── theme.xml ├── custom-collections └── theme.xml ├── daphne └── theme.xml ├── dragon32 └── theme.xml ├── dreamcast └── theme.xml ├── famicom └── theme.xml ├── fba └── theme.xml ├── fds └── theme.xml ├── fighting └── theme.xml ├── fixedscreen └── theme.xml ├── gameandwatch └── theme.xml ├── gamegear └── theme.xml ├── gb └── theme.xml ├── gba └── theme.xml ├── gbc └── theme.xml ├── gc └── theme.xml ├── genesis └── theme.xml ├── intellivision └── theme.xml ├── kids └── theme.xml ├── kodi └── theme.xml ├── macintosh └── theme.xml ├── mame └── theme.xml ├── mastersystem └── theme.xml ├── mega32x └── theme.xml ├── megacd └── theme.xml ├── megadrive └── theme.xml ├── mess └── theme.xml ├── msx └── theme.xml ├── msx2 └── theme.xml ├── n64 └── theme.xml ├── nds └── theme.xml ├── neogeo └── theme.xml ├── neogeocd └── theme.xml ├── nes └── theme.xml ├── ngp └── theme.xml ├── ngpc └── theme.xml ├── odyssey2 └── theme.xml ├── oric └── theme.xml ├── pc └── theme.xml ├── pc88 └── theme.xml ├── pce-cd └── theme.xml ├── pcengine └── theme.xml ├── pcfx └── theme.xml ├── platformers └── theme.xml ├── ports └── theme.xml ├── power └── theme.xml ├── ps2 └── theme.xml ├── psp └── theme.xml ├── psx └── theme.xml ├── puzzle └── theme.xml ├── racing └── theme.xml ├── residualvm └── theme.xml ├── retropie └── theme.xml ├── rpgs └── theme.xml ├── samcoupe └── theme.xml ├── saturn └── theme.xml ├── scummvm └── theme.xml ├── sega32x └── theme.xml ├── segacd └── theme.xml ├── sfc └── theme.xml ├── sg-1000 └── theme.xml ├── shmups └── theme.xml ├── snes └── theme.xml ├── sports └── theme.xml ├── steam └── theme.xml ├── strategy └── theme.xml ├── supergrafx └── theme.xml ├── tg-cd └── theme.xml ├── tg16 └── theme.xml ├── theme.xml ├── ti99 └── theme.xml ├── trs-80 └── theme.xml ├── vectrex └── theme.xml ├── videopac └── theme.xml ├── virtualboy └── theme.xml ├── wii └── theme.xml ├── wiiu └── theme.xml ├── wonderswan └── theme.xml ├── wonderswancolor └── theme.xml ├── x68000 └── theme.xml ├── zmachine └── theme.xml └── zxspectrum └── theme.xml /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /3do/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1993 · 32-BIT CONSOLE 8 | 9 | 10 | The 3DO Interactive Multiplayer (often called simply the 3DO), is a home video game console platform developed by The 3DO Company 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /_assets/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/Roboto-Medium.ttf -------------------------------------------------------------------------------- /_assets/characters/3do.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/3do.jpg -------------------------------------------------------------------------------- /_assets/characters/action.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/action.jpg -------------------------------------------------------------------------------- /_assets/characters/adventure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/adventure.jpg -------------------------------------------------------------------------------- /_assets/characters/amiga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/amiga.jpg -------------------------------------------------------------------------------- /_assets/characters/amstradcpc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/amstradcpc.jpg -------------------------------------------------------------------------------- /_assets/characters/apple2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/apple2.jpg -------------------------------------------------------------------------------- /_assets/characters/arcade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/arcade.jpg -------------------------------------------------------------------------------- /_assets/characters/atari2600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/atari2600.jpg -------------------------------------------------------------------------------- /_assets/characters/atari5200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/atari5200.jpg -------------------------------------------------------------------------------- /_assets/characters/atari7800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/atari7800.jpg -------------------------------------------------------------------------------- /_assets/characters/atari800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/atari800.jpg -------------------------------------------------------------------------------- /_assets/characters/atarijaguar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/atarijaguar.jpg -------------------------------------------------------------------------------- /_assets/characters/atarilynx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/atarilynx.jpg -------------------------------------------------------------------------------- /_assets/characters/atarist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/atarist.jpg -------------------------------------------------------------------------------- /_assets/characters/auto-allgames.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/auto-allgames.jpg -------------------------------------------------------------------------------- /_assets/characters/auto-favorites.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/auto-favorites.jpg -------------------------------------------------------------------------------- /_assets/characters/auto-lastplayed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/auto-lastplayed.jpg -------------------------------------------------------------------------------- /_assets/characters/btmups.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/btmups.jpg -------------------------------------------------------------------------------- /_assets/characters/c64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/c64.jpg -------------------------------------------------------------------------------- /_assets/characters/colecovision.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/colecovision.jpg -------------------------------------------------------------------------------- /_assets/characters/custom-collections.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/custom-collections.jpg -------------------------------------------------------------------------------- /_assets/characters/daphne.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/daphne.jpg -------------------------------------------------------------------------------- /_assets/characters/dreamcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/dreamcast.jpg -------------------------------------------------------------------------------- /_assets/characters/famicom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/famicom.jpg -------------------------------------------------------------------------------- /_assets/characters/fba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/fba.jpg -------------------------------------------------------------------------------- /_assets/characters/fds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/fds.jpg -------------------------------------------------------------------------------- /_assets/characters/fighting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/fighting.jpg -------------------------------------------------------------------------------- /_assets/characters/fixedscreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/fixedscreen.jpg -------------------------------------------------------------------------------- /_assets/characters/gameandwatch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/gameandwatch.jpg -------------------------------------------------------------------------------- /_assets/characters/gamegear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/gamegear.jpg -------------------------------------------------------------------------------- /_assets/characters/gb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/gb.jpg -------------------------------------------------------------------------------- /_assets/characters/gba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/gba.jpg -------------------------------------------------------------------------------- /_assets/characters/gbc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/gbc.jpg -------------------------------------------------------------------------------- /_assets/characters/gc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/gc.jpg -------------------------------------------------------------------------------- /_assets/characters/genesis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/genesis.jpg -------------------------------------------------------------------------------- /_assets/characters/intellivision.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/intellivision.jpg -------------------------------------------------------------------------------- /_assets/characters/kids.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/kids.jpg -------------------------------------------------------------------------------- /_assets/characters/kodi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/kodi.jpg -------------------------------------------------------------------------------- /_assets/characters/mame.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/mame.jpg -------------------------------------------------------------------------------- /_assets/characters/mastersystem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/mastersystem.jpg -------------------------------------------------------------------------------- /_assets/characters/mega32x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/mega32x.jpg -------------------------------------------------------------------------------- /_assets/characters/megacd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/megacd.jpg -------------------------------------------------------------------------------- /_assets/characters/megadrive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/megadrive.jpg -------------------------------------------------------------------------------- /_assets/characters/msx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/msx.jpg -------------------------------------------------------------------------------- /_assets/characters/msx2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/msx2.jpg -------------------------------------------------------------------------------- /_assets/characters/n64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/n64.jpg -------------------------------------------------------------------------------- /_assets/characters/nds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/nds.jpg -------------------------------------------------------------------------------- /_assets/characters/neogeo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/neogeo.jpg -------------------------------------------------------------------------------- /_assets/characters/neogeocd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/neogeocd.jpg -------------------------------------------------------------------------------- /_assets/characters/nes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/nes.jpg -------------------------------------------------------------------------------- /_assets/characters/ngp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/ngp.jpg -------------------------------------------------------------------------------- /_assets/characters/ngpc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/ngpc.jpg -------------------------------------------------------------------------------- /_assets/characters/pc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/pc.jpg -------------------------------------------------------------------------------- /_assets/characters/pce-cd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/pce-cd.jpg -------------------------------------------------------------------------------- /_assets/characters/pcengine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/pcengine.jpg -------------------------------------------------------------------------------- /_assets/characters/platformers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/platformers.jpg -------------------------------------------------------------------------------- /_assets/characters/ports.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/ports.jpg -------------------------------------------------------------------------------- /_assets/characters/power.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/power.jpg -------------------------------------------------------------------------------- /_assets/characters/ps2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/ps2.jpg -------------------------------------------------------------------------------- /_assets/characters/psp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/psp.jpg -------------------------------------------------------------------------------- /_assets/characters/psx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/psx.jpg -------------------------------------------------------------------------------- /_assets/characters/puzzle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/puzzle.jpg -------------------------------------------------------------------------------- /_assets/characters/racing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/racing.jpg -------------------------------------------------------------------------------- /_assets/characters/residualvm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/residualvm.jpg -------------------------------------------------------------------------------- /_assets/characters/retropie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/retropie.jpg -------------------------------------------------------------------------------- /_assets/characters/rpgs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/rpgs.jpg -------------------------------------------------------------------------------- /_assets/characters/saturn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/saturn.jpg -------------------------------------------------------------------------------- /_assets/characters/scummvm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/scummvm.jpg -------------------------------------------------------------------------------- /_assets/characters/sega32x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/sega32x.jpg -------------------------------------------------------------------------------- /_assets/characters/segacd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/segacd.jpg -------------------------------------------------------------------------------- /_assets/characters/sfc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/sfc.jpg -------------------------------------------------------------------------------- /_assets/characters/sg-1000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/sg-1000.jpg -------------------------------------------------------------------------------- /_assets/characters/shmups.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/shmups.jpg -------------------------------------------------------------------------------- /_assets/characters/snes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/snes.jpg -------------------------------------------------------------------------------- /_assets/characters/sports.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/sports.jpg -------------------------------------------------------------------------------- /_assets/characters/steam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/steam.jpg -------------------------------------------------------------------------------- /_assets/characters/strategy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/strategy.jpg -------------------------------------------------------------------------------- /_assets/characters/supergrafx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/supergrafx.jpg -------------------------------------------------------------------------------- /_assets/characters/tg-cd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/tg-cd.jpg -------------------------------------------------------------------------------- /_assets/characters/tg16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/tg16.jpg -------------------------------------------------------------------------------- /_assets/characters/vectrex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/vectrex.jpg -------------------------------------------------------------------------------- /_assets/characters/virtualboy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/virtualboy.jpg -------------------------------------------------------------------------------- /_assets/characters/wii.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/wii.jpg -------------------------------------------------------------------------------- /_assets/characters/wiiu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/wiiu.jpg -------------------------------------------------------------------------------- /_assets/characters/wonderswan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/wonderswan.jpg -------------------------------------------------------------------------------- /_assets/characters/wonderswancolor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/wonderswancolor.jpg -------------------------------------------------------------------------------- /_assets/characters/x68000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/x68000.jpg -------------------------------------------------------------------------------- /_assets/characters/zxspectrum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/characters/zxspectrum.jpg -------------------------------------------------------------------------------- /_assets/controllers/3do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/3do.png -------------------------------------------------------------------------------- /_assets/controllers/action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/action.png -------------------------------------------------------------------------------- /_assets/controllers/adventure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/adventure.png -------------------------------------------------------------------------------- /_assets/controllers/amiga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/amiga.png -------------------------------------------------------------------------------- /_assets/controllers/amstradcpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/amstradcpc.png -------------------------------------------------------------------------------- /_assets/controllers/apple2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/apple2.png -------------------------------------------------------------------------------- /_assets/controllers/arcade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/arcade.png -------------------------------------------------------------------------------- /_assets/controllers/atari2600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/atari2600.png -------------------------------------------------------------------------------- /_assets/controllers/atari5200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/atari5200.png -------------------------------------------------------------------------------- /_assets/controllers/atari7800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/atari7800.png -------------------------------------------------------------------------------- /_assets/controllers/atari800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/atari800.png -------------------------------------------------------------------------------- /_assets/controllers/atarijaguar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/atarijaguar.png -------------------------------------------------------------------------------- /_assets/controllers/atarilynx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/atarilynx.png -------------------------------------------------------------------------------- /_assets/controllers/atarist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/atarist.png -------------------------------------------------------------------------------- /_assets/controllers/auto-allgames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/auto-allgames.png -------------------------------------------------------------------------------- /_assets/controllers/auto-favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/auto-favorites.png -------------------------------------------------------------------------------- /_assets/controllers/auto-lastplayed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/auto-lastplayed.png -------------------------------------------------------------------------------- /_assets/controllers/btmups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/btmups.png -------------------------------------------------------------------------------- /_assets/controllers/c64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/c64.png -------------------------------------------------------------------------------- /_assets/controllers/colecovision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/colecovision.png -------------------------------------------------------------------------------- /_assets/controllers/custom-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/custom-collections.png -------------------------------------------------------------------------------- /_assets/controllers/daphne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/daphne.png -------------------------------------------------------------------------------- /_assets/controllers/dreamcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/dreamcast.png -------------------------------------------------------------------------------- /_assets/controllers/famicom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/famicom.png -------------------------------------------------------------------------------- /_assets/controllers/fba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/fba.png -------------------------------------------------------------------------------- /_assets/controllers/fds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/fds.png -------------------------------------------------------------------------------- /_assets/controllers/fighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/fighting.png -------------------------------------------------------------------------------- /_assets/controllers/fixedscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/fixedscreen.png -------------------------------------------------------------------------------- /_assets/controllers/gameandwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/gameandwatch.png -------------------------------------------------------------------------------- /_assets/controllers/gamegear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/gamegear.png -------------------------------------------------------------------------------- /_assets/controllers/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/gb.png -------------------------------------------------------------------------------- /_assets/controllers/gba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/gba.png -------------------------------------------------------------------------------- /_assets/controllers/gbc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/gbc.png -------------------------------------------------------------------------------- /_assets/controllers/gc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/gc.png -------------------------------------------------------------------------------- /_assets/controllers/genesis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/genesis.png -------------------------------------------------------------------------------- /_assets/controllers/intellivision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/intellivision.png -------------------------------------------------------------------------------- /_assets/controllers/kids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/kids.png -------------------------------------------------------------------------------- /_assets/controllers/kodi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/kodi.png -------------------------------------------------------------------------------- /_assets/controllers/mame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/mame.png -------------------------------------------------------------------------------- /_assets/controllers/mastersystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/mastersystem.png -------------------------------------------------------------------------------- /_assets/controllers/mega32x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/mega32x.png -------------------------------------------------------------------------------- /_assets/controllers/megacd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/megacd.png -------------------------------------------------------------------------------- /_assets/controllers/megadrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/megadrive.png -------------------------------------------------------------------------------- /_assets/controllers/msx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/msx.png -------------------------------------------------------------------------------- /_assets/controllers/msx2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/msx2.png -------------------------------------------------------------------------------- /_assets/controllers/n64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/n64.png -------------------------------------------------------------------------------- /_assets/controllers/nds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/nds.png -------------------------------------------------------------------------------- /_assets/controllers/neogeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/neogeo.png -------------------------------------------------------------------------------- /_assets/controllers/neogeocd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/neogeocd.png -------------------------------------------------------------------------------- /_assets/controllers/nes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/nes.png -------------------------------------------------------------------------------- /_assets/controllers/ngp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/ngp.png -------------------------------------------------------------------------------- /_assets/controllers/ngpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/ngpc.png -------------------------------------------------------------------------------- /_assets/controllers/pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/pc.png -------------------------------------------------------------------------------- /_assets/controllers/pce-cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/pce-cd.png -------------------------------------------------------------------------------- /_assets/controllers/pcengine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/pcengine.png -------------------------------------------------------------------------------- /_assets/controllers/platformers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/platformers.png -------------------------------------------------------------------------------- /_assets/controllers/ports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/ports.png -------------------------------------------------------------------------------- /_assets/controllers/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/power.png -------------------------------------------------------------------------------- /_assets/controllers/ps2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/ps2.png -------------------------------------------------------------------------------- /_assets/controllers/psp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/psp.png -------------------------------------------------------------------------------- /_assets/controllers/psx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/psx.png -------------------------------------------------------------------------------- /_assets/controllers/puzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/puzzle.png -------------------------------------------------------------------------------- /_assets/controllers/racing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/racing.png -------------------------------------------------------------------------------- /_assets/controllers/residualvm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/residualvm.png -------------------------------------------------------------------------------- /_assets/controllers/retropie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/retropie.png -------------------------------------------------------------------------------- /_assets/controllers/rpgs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/rpgs.png -------------------------------------------------------------------------------- /_assets/controllers/saturn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/saturn.png -------------------------------------------------------------------------------- /_assets/controllers/scummvm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/scummvm.png -------------------------------------------------------------------------------- /_assets/controllers/sega32x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/sega32x.png -------------------------------------------------------------------------------- /_assets/controllers/segacd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/segacd.png -------------------------------------------------------------------------------- /_assets/controllers/sfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/sfc.png -------------------------------------------------------------------------------- /_assets/controllers/sg-1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/sg-1000.png -------------------------------------------------------------------------------- /_assets/controllers/shmups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/shmups.png -------------------------------------------------------------------------------- /_assets/controllers/snes-us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/snes-us.png -------------------------------------------------------------------------------- /_assets/controllers/snes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/snes.png -------------------------------------------------------------------------------- /_assets/controllers/sports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/sports.png -------------------------------------------------------------------------------- /_assets/controllers/steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/steam.png -------------------------------------------------------------------------------- /_assets/controllers/strategy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/strategy.png -------------------------------------------------------------------------------- /_assets/controllers/supergrafx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/supergrafx.png -------------------------------------------------------------------------------- /_assets/controllers/tg-cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/tg-cd.png -------------------------------------------------------------------------------- /_assets/controllers/tg16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/tg16.png -------------------------------------------------------------------------------- /_assets/controllers/vectrex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/vectrex.png -------------------------------------------------------------------------------- /_assets/controllers/virtualboy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/virtualboy.png -------------------------------------------------------------------------------- /_assets/controllers/wii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/wii.png -------------------------------------------------------------------------------- /_assets/controllers/wiiu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/wiiu.png -------------------------------------------------------------------------------- /_assets/controllers/wonderswan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/wonderswan.png -------------------------------------------------------------------------------- /_assets/controllers/wonderswancolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/wonderswancolor.png -------------------------------------------------------------------------------- /_assets/controllers/x68000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/x68000.png -------------------------------------------------------------------------------- /_assets/controllers/zxspectrum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/controllers/zxspectrum.png -------------------------------------------------------------------------------- /_assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/icon.png -------------------------------------------------------------------------------- /_assets/indicators/10th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/10th-system.png -------------------------------------------------------------------------------- /_assets/indicators/11th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/11th-system.png -------------------------------------------------------------------------------- /_assets/indicators/12th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/12th-system.png -------------------------------------------------------------------------------- /_assets/indicators/13th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/13th-system.png -------------------------------------------------------------------------------- /_assets/indicators/14th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/14th-system.png -------------------------------------------------------------------------------- /_assets/indicators/15th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/15th-system.png -------------------------------------------------------------------------------- /_assets/indicators/16th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/16th-system.png -------------------------------------------------------------------------------- /_assets/indicators/1st-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/1st-system.png -------------------------------------------------------------------------------- /_assets/indicators/2nd-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/2nd-system.png -------------------------------------------------------------------------------- /_assets/indicators/3rd-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/3rd-system.png -------------------------------------------------------------------------------- /_assets/indicators/4th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/4th-system.png -------------------------------------------------------------------------------- /_assets/indicators/5th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/5th-system.png -------------------------------------------------------------------------------- /_assets/indicators/6th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/6th-system.png -------------------------------------------------------------------------------- /_assets/indicators/7th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/7th-system.png -------------------------------------------------------------------------------- /_assets/indicators/8th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/8th-system.png -------------------------------------------------------------------------------- /_assets/indicators/9th-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/9th-system.png -------------------------------------------------------------------------------- /_assets/indicators/auto-favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/auto-favorites.png -------------------------------------------------------------------------------- /_assets/indicators/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/power.png -------------------------------------------------------------------------------- /_assets/indicators/retropie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/indicators/retropie.png -------------------------------------------------------------------------------- /_assets/ingame-global-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/ingame-global-bg.jpg -------------------------------------------------------------------------------- /_assets/logos/3do.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml3DO Logo 25 | 52 | 53 | 3DO Logo 55 | 60 | 63 | 68 | 73 | 78 | 79 | 84 | 89 | 94 | 95 | -------------------------------------------------------------------------------- /_assets/logos/arcade.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 88 | -------------------------------------------------------------------------------- /_assets/logos/atarilynx.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 90 | -------------------------------------------------------------------------------- /_assets/logos/colecovision.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 55 | -------------------------------------------------------------------------------- /_assets/logos/daphne.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml3DO Logo 25 | 52 | 53 | 3DO Logo 55 | 58 | 60 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /_assets/logos/fds.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 115 | -------------------------------------------------------------------------------- /_assets/logos/gamegear.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 96 | -------------------------------------------------------------------------------- /_assets/logos/gb.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 71 | -------------------------------------------------------------------------------- /_assets/logos/gba.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /_assets/logos/msx.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 25 | 32 | 33 | 58 | 60 | 61 | 63 | image/svg+xml 64 | 66 | 67 | 68 | 69 | 70 | 75 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /_assets/logos/msx2.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 24 | 26 | 27 | 28 | 35 | 36 | 37 | 44 | 45 | 46 | 71 | 72 | 77 | 78 | 84 | 85 | 89 | 90 | -------------------------------------------------------------------------------- /_assets/logos/nes.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 93 | -------------------------------------------------------------------------------- /_assets/logos/ports.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 25 | 52 | 53 | 56 | 58 | 62 | 63 | 65 | 69 | 70 | 72 | 76 | 77 | 79 | 83 | 84 | 86 | 90 | 91 | 93 | 97 | 98 | 100 | 104 | 105 | 107 | 111 | 112 | 113 | 114 | -------------------------------------------------------------------------------- /_assets/logos/power.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 73 | -------------------------------------------------------------------------------- /_assets/logos/retropie.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 73 | -------------------------------------------------------------------------------- /_assets/logos/segacd.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 62 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /_assets/logos/strategy.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 43 | 45 | 47 | 48 | 50 | image/svg+xml 51 | 53 | 54 | 55 | 56 | 57 | 60 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /_assets/logos/vectrex.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 81 | -------------------------------------------------------------------------------- /_assets/logos/virtualboy.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 93 | -------------------------------------------------------------------------------- /_assets/logos/wii.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 19 | 21 | image/svg+xml 22 | 24 | 25 | 26 | 27 | 28 | 55 | 57 | 63 | 68 | 69 | -------------------------------------------------------------------------------- /_assets/logos/wiiu.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 50 | 53 | 55 | 59 | 63 | 67 | 71 | 75 | 79 | 83 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /_assets/logos/zmachine.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 88 | -------------------------------------------------------------------------------- /_assets/system-global-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chicueloarcade/es-theme-Chicuelo/0508209409ae432b2dcd58143de1fa931eb34db5/_assets/system-global-bg.jpg -------------------------------------------------------------------------------- /action/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | An action game emphasizes physical challenges, including hand–eye coordination and reaction-time 11 | 12 | 13 | -------------------------------------------------------------------------------- /adventure/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | In an adventure game the player follows an interactive story, driven by exploration and puzzle-solving 11 | 12 | 13 | -------------------------------------------------------------------------------- /amiga/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1985 · 16-BIT COMPUTER 8 | 9 | 10 | The original model was part of a wave of 16 and 32 bit computers that featured 256KB or more of RAM, mouse-based GUIs, and improved graphics & audio 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /amstradcpc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1984 · 8-BIT COMPUTER 8 | 9 | 10 | The Amstrad CPC is a series of 8-bit home computers. The CPC series was pitched against other home computers and enjoyed a strong supply of game software 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /apple2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1977 · 8-BIT COMPUTER 8 | 9 | 10 | One of the first highly successful mass-produced microcomputer products, designed primarily by Steve Wozniak 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /arcade/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | COIN OPERATED CABINET 8 | 9 | 10 | Coin-operated entertainment machines. The golden age is defined as a period between the late 1970s and ending in the mid-1980s 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /atari2600/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1977 · 8-BIT CONSOLE 8 | 9 | 10 | The Atari 2600 is credited with popularizing the use of microprocessor-based hardware and ROM cartridges containing game code 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /atari5200/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1982 · 8-BIT CONSOLE 8 | 9 | 10 | Home video game console that was introduced as a higher-end complementary console for the popular Atari 2600 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /atari7800/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1986 · 8-BIT CONSOLE 8 | 9 | 10 | Almost fully backward-compatible with the Atari 2600, the 7800 was the first console to have backward compatibility without the use of additional modules 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /atari800/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1979 · 8-BIT COMPUTER 8 | 9 | 10 | The Atari 8-bit family is a series of 8-bit home computers. All of the machines in the family are technically similar and differ primarily in packaging 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /atarijaguar/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1993 · 64-BIT CONSOLE 8 | 9 | 10 | Sixth and last programmable console to be developed under the Atari brand, Atari marketed the Jaguar as being the first 64-bit video game console 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /atarilynx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1989 · 16-BIT HANDHELD CONSOLE 8 | 9 | 10 | The Lynx was the world's first handheld electronic game with a color LCD and was also notable for its advanced graphics and ambidextrous layout 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /atarist/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1985 · 16-BIT COMPUTER 8 | 9 | 10 | The Atari ST is a line of home computers from Atari Corporation and the successor to the Atari 8-bit family 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /auto-allgames/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | ALL CONSOLES / HANDHELDS 8 | 9 | 10 | Access and quickly play every single game across the entire library 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /auto-favorites/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | FAVORITE TITLES 8 | 9 | 10 | Access and quickly play your favorite games across the entire library 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /auto-lastplayed/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | ALL CONSOLES / HANDHELDS 8 | 9 | 10 | Access and quickly play recently played games across the entire library 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /btmups/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | Beat 'em up (also known as brawler) feature hand-to-hand or weapon combat between the protagonist and an improbably large number of opponents 11 | 12 | 13 | -------------------------------------------------------------------------------- /c64/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1982 · 8-BIT COMPUTER 8 | 9 | 10 | The C64 is listed in the Guinness World Records as the highest-selling single computer model of all time. 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /coco/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1980 · 8-BIT COMPUTER 8 | 9 | 10 | The TRS-80 Color Computer (affectionately nicknamed CoCo) lasted through three generations of hardware until being discontinued in 1991 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /colecovision/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1982 · 8-BIT CONSOLE 8 | 9 | 10 | The ColecoVision offered a closer experience to more powerful arcade game systems compared to competitors such as the Atari 2600 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /custom-collections/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | CUSTOM COLLECTIONS 8 | 9 | 10 | Access and quickly play games you have added to your custom collections 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /daphne/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | LASERDISCS CONSOLE 8 | 9 | 10 | Converged device and home video game console capable of playing Laserdiscs, Compact Discs, console games, and LD-G karaoke discs 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /dragon32/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1980 · 8-BIT COMPUTER 8 | 9 | 10 | The Dragon 32 and Dragon 64 were home computers similar to the TRS-80 Color Computer. The 32 and 64 refer to the kilobytes of RAM. 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /dreamcast/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1998 · '128-BIT' CONSOLE 8 | 9 | 10 | The Dreamcast was Sega's final home console, marking the end of the company's 18 years in the console market 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /famicom/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1986 · 8-BIT CONSOLE 8 | 9 | 10 | The Family Computer (also known by the portmanteau abbreviation Famicom) was the Japanese version of the Nintendo Entertainment System 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /fba/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | COIN OPERATED CABINET 8 | 9 | 10 | Coin-operated entertainment machines. The golden age is defined as a period between the late 1970s and ending in the mid-1980s 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /fds/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1986 · 8-BIT CONSOLE 8 | 9 | 10 | The Family Computer is a peripheral for Nintendo's Family Computer home video game console, released only in Japan 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /fighting/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | In a fighting game, the player engages in close combat with an AI or player-controlled opponent 11 | 12 | 13 | -------------------------------------------------------------------------------- /fixedscreen/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | A fixed or single screen perspective applies to all video games in which the entire playfield is shown on the screen 11 | 12 | 13 | -------------------------------------------------------------------------------- /gameandwatch/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | HANDHELD ELECTRONIC GAMES 8 | 9 | 10 | Line of handheld electronic games produced by Nintendo from 1980 to 1991. Created by game designer Gunpei Yokoi 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gamegear/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1990 · 8-BIT HANDHELD CONSOLE 8 | 9 | 10 | The Game Gear shares much of its hardware with the Master System and is able to play its own titles as well as those of the Master System 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gb/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1989 · 8-BIT HANDHELD CONSOLE 8 | 9 | 10 | Nintendo's second handheld system following the Game & Watch series. It mainly competed with Game Gear and Lynx 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gba/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 2001 · 32-BIT HANDHELD CONSOLE 8 | 9 | 10 | Successor to the Game Boy Color. Market competitors at the time were the Neo Geo Pocket Color, Wonder Swan, GP32 and the N-Gage 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gbc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1998 · 8-BIT HANDHELD CONSOLE 8 | 9 | 10 | The Game Boy Color features a color screen. It is slightly thicker and taller and features a slightly smaller screen then the Game Boy Pocket 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 2001 · '128-BIT' CONSOLE 8 | 9 | 10 | The Nintendo GameCube is the successor to the Nintendo 64 and is the first Nintendo console to use optical discs as its primary storage medium 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /genesis/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1989 · 16-BIT CONSOLE 8 | 9 | 10 | Sega's third console and the successor to the Master System. Released in North America as the Genesis 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /intellivision/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1980 · 8-BIT CONSOLE 8 | 9 | 10 | The Intellivision is a home video game console released by Mattel Electronics, and was in direct competition with the Atari 2600 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /kids/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | A kids-friendly game may include minimal cartoon or fantasy violence, and infrequent mild language 11 | 12 | 13 | -------------------------------------------------------------------------------- /kodi/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | STREAMING VIDEO SERVICE 8 | 9 | 10 | Kodi is an award-winning free and open source cross-platform software media player and entertainment hub for digital media for HTPCs 11 | 12 | 13 | -------------------------------------------------------------------------------- /macintosh/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1984 · 8-BIT COMPUTER 8 | 9 | 10 | The Macintosh 128K, originally released as the Apple Macintosh, is the original Apple Macintosh personal computer 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /mame/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | COIN OPERATED CABINET 8 | 9 | 10 | Coin-operated entertainment machines. The golden age is defined as a period between the late 1970s and ending in the mid-1980s 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /mastersystem/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1985 · 8-BIT CONSOLE 8 | 9 | 10 | Succeeding the SG-1000, the Master System was released as a direct competitor to the Nintendo Entertainment System (NES) 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /mega32x/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1994 · 32-BIT CONSOLE 8 | 9 | 10 | Designed to expand the power of the Megadrive and serve as a transitional console into the 32-bit era until the release of the Sega Saturn 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /megacd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1991 · 16-BIT CONSOLE 8 | 9 | 10 | CD-ROM add-on to the Megadrive, it launched many FMV games, including the infamous Night Trap, which led to the creation of the ESRB 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /megadrive/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1988 · 16-BIT CONSOLE 8 | 9 | 10 | Sega's third console and the successor to the Master System. First released as the Mega Drive in Japan 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /mess/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | MULTI HARDWARE EMULATOR 8 | 9 | 10 | MESS (Multi Emulator Super System) is a system that emulates a vast quantity of obscure hardware 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /msx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1983 · 8-BIT COMPUTER 8 | 9 | 10 | MSX is a standardized home computer architecture, conceived as an attempt to create unified standards among various hardware makers 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /msx2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1984 · 16-BIT COMPUTER 8 | 9 | 10 | MSX2 is a standardized home computer architecture, conceived as an attempt to create unified standards among various hardware makers 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /n64/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1996 · 64-BIT CONSOLE 8 | 9 | 10 | The N64 was the last major home console to use the cartridge as its primary storage format until Nintendo's seventh console, the Nintendo Switch 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /nds/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 2004 · 32-BIT HANDHELD CONSOLE 8 | 9 | 10 | The Nintendo DS is a dual-screen handheld game console developed and released by Nintendo that featured two LCD screens working in tandem 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /neogeo/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1990 · 24-BIT CONSOLE 8 | 9 | 10 | Originally launched as the MVS coin-operated arcade machine. It was ranked 19th out of 25 best video game consoles of all time 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /neogeocd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1994 · 24-BIT CONSOLE 8 | 9 | 10 | Released four years after its cartridge-based equivalent, this is the same platform - converted to the cheaper CD format 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /nes/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1983 · 8-BIT CONSOLE 8 | 9 | 10 | The best selling gaming console of its time, the NES helped revitalize the US video game industry following the video game crash of 1983 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /ngp/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1998 · 16-BIT HANDHELD CONSOLE 8 | 9 | 10 | Monochrome handheld game console released by SNK. It was the company's first handheld system and is part of the Neo Geo family 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /ngpc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1999 · 16-BIT HANDHELD CONSOLE 8 | 9 | 10 | The Neo Geo Pocket Color is the successor to SNK's monochrome Neo Geo Pocket, with the Color being fully backward compatible 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /odyssey2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1978 · 8-BIT CONSOLE 8 | 9 | 10 | The Odyssey2 was one of the major three home consoles prior to the 1983 video game market crash, along with Atari 2600 and IntelliVision 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /oric/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1983 · 8-BIT COMPUTER 8 | 9 | 10 | The Oric was a series of home computers originally released by the Tangerine Computer Systems, including the original Oric-1 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /pc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1981 · DESKTOP COMPUTERS 8 | 9 | 10 | MS-DOS is an operating system for x86-based personal computers mostly developed by Microsoft 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /pc88/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1981 · 8-BIT COMPUTER 8 | 9 | 10 | The PC-8800 series, commonly shortened to PC-88, are a brand of Zilog Z80-based home computers released by NEC 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /pce-cd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1988 · 16-BIT CONSOLE 8 | 9 | 10 | Add-on attachment for the PC Engine. The add-on allows core versions of the console to play PC Engine games in CD-ROM format 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /pcengine/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1987 · 16-BIT CONSOLE 8 | 9 | 10 | Originally intended to compete with the NES, it ended up competing with the Sega Genesis, and later on the Super Nintendo 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /pcfx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1994 · 32-BIT CONSOLE 8 | 9 | 10 | The PC-FX was released just weeks after Sony's PlayStation and a month after the Sega Saturn. It is the successor to the PC Engine 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /platformers/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | In a platformer the player controls a character to jump between suspended platforms and avoid obstacles 11 | 12 | 13 | -------------------------------------------------------------------------------- /ports/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | SOFTWARE 8 | 9 | 10 | Multi-platform ports of software and game engines from PC to DOS 11 | 12 | 13 | -------------------------------------------------------------------------------- /power/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | SHUT DOWN MENU 8 | 9 | 10 | Safe option to Shut down or restart your System 11 | 12 | 13 | -------------------------------------------------------------------------------- /ps2/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 2000 · '128-BIT' CONSOLE 8 | 9 | 10 | The PlayStation 2 is the best-selling video game console of all time, selling over 155 million units. 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /psp/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 2004 · 32-BIT HANDHELD CONSOLE 8 | 9 | 10 | Sony's first handheld, it was also the first real competition to Nintendo handhelds since the Game Gear 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /psx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1994 · 32-BIT CONSOLE 8 | 9 | 10 | The Sony PlayStation primarily competed with the Nintendo 64 and the Sega Saturn as part of the fifth generation of video game consoles 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /puzzle/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | Puzzle games can test many problem-solving skills including logic, pattern recognition, sequence solving, and word completion 11 | 12 | 13 | -------------------------------------------------------------------------------- /racing/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | In racing games the player partakes in competitions with any type of land, water, air or space vehicles, either real or fictional 11 | 12 | 13 | -------------------------------------------------------------------------------- /residualvm/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | CROSS PLATFORM COMPUTER 8 | 9 | 10 | Play the classic "Point and Click" graphic adventure games from different platforms and systems like MS-DOS, C64, Apple II or PC 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /retropie/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | SYSTEM CONFIGURATION 8 | 9 | 10 | Configure System hardware, Bluetooth & Wi-Fi connections. Install updates, addons and visual themes 11 | 12 | 13 | -------------------------------------------------------------------------------- /rpgs/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | In a role-playing game, the player controls the actions of one or several characters, immersed in an often fantastical world 11 | 12 | 13 | -------------------------------------------------------------------------------- /samcoupe/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1989 · 8-BIT COMPUTER 8 | 9 | 10 | The SAM Coupé is a British home computer and was marketed as a logical upgrade from the Spectrum 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /saturn/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1994 · 32-BIT CONSOLE 8 | 9 | 10 | Fifth generation home video game console developed by Sega and successor to the successful Sega Genesis 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /scummvm/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | CROSS PLATFORM COMPUTER 8 | 9 | 10 | Play the classic "Point and Click" graphic adventure games from different platforms and systems like MS-DOS, C64, Apple II or PC 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /sega32x/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1994 · 32-BIT CONSOLE 8 | 9 | 10 | Designed to expand the power of the Genesis and serve as a transitional console into the 32-bit era until the release of the Sega Saturn 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /segacd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1991 · 16-BIT CONSOLE 8 | 9 | 10 | CD-ROM add-on to the Genesis, it launched many FMV games, including the infamous Night Trap, which led to the creation of the ESRB 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /sfc/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1990 · 16-BIT CONSOLE 8 | 9 | 10 | Nintendo's second home console introduced advanced graphics and sound capabilities compared with other systems at the time 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /sg-1000/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1983 · 8-BIT CONSOLE 8 | 9 | 10 | Sega's first entry into the home video game hardware business provided the basis for the more successful Master System. 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /shmups/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | In a shoot 'em up, the player shoots large numbers of enemies while dodging obstacles, often in a spacecraft or aircraft 11 | 12 | 13 | -------------------------------------------------------------------------------- /snes/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1990 · 16-BIT CONSOLE 8 | 9 | 10 | Nintendo's second home console introduced advanced graphics and sound capabilities compared with other systems at the time 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /sports/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | Most sports have been recreated with a game, including team sports, track and field, extreme sports and combat sports 11 | 12 | 13 | -------------------------------------------------------------------------------- /steam/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | DIGITAL PLATFORM 8 | 9 | 10 | Developed by Valve Corporation, Steam offers digital rights management, multiplayer gaming, video streaming and social networking services 11 | 12 | 13 | -------------------------------------------------------------------------------- /strategy/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | GAME GENRE 8 | 9 | 10 | Strategy video games focus on thinking and planning, and provide strategic, tactical, and sometimes logistical challenges 11 | 12 | 13 | -------------------------------------------------------------------------------- /supergrafx/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1989 · 16-BIT CONSOLE 8 | 9 | 10 | The SuperGrafx is an upgraded version of the PC Engine. Only six retail games were produced which took advantage of the improved hardware 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /tg-cd/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1990 · 16-BIT CONSOLE 8 | 9 | 10 | Add-on attachment for the TurboGrafx-16. The add-on allows core versions of the console to play TurboGrafx-16 games in CD-ROM format 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /tg16/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1987 · 16-BIT CONSOLE 8 | 9 | 10 | Originally intended to compete with the NES, it ended up competing with the Sega Genesis, and later on the Super Nintendo 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /ti99/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1981 · 16-BIT COMPUTER 8 | 9 | 10 | Released by Texas Instruments, the TI-99/4 series holds the distinction of being the first 16-bit personal computer. 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /trs-80/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1977 · 8-BIT COMPUTER 8 | 9 | 10 | The TRS-80 is a desktop microcomputer and was one of the earliest mass-produced and mass-marketed retail personal computers 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /vectrex/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1982 · 8-BIT CONSOLE 8 | 9 | 10 | Vector display based home video game console that was developed by Western Technologies Smith Engineering 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /videopac/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1978 · 8-BIT CONSOLE 8 | 9 | 10 | The Videopac was one of the major three home consoles prior to the 1983 video game market crash, along with Atari 2600 and IntelliVision 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /virtualboy/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1995 · 32-BIT TABLE-TOP CONSOLE 8 | 9 | 10 | It was marketed as the first console capable of displaying stereoscopic 3D graphics using a parallax effect to create the illusion of depth 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wii/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 2006 · 32-BIT CONSOLE 8 | 9 | 10 | The Wii introduced the Wii Remote controller, which can be used as a handheld pointing device and detects movement in three dimensions. 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wiiu/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 2012 · HANDHELD CONSOLE 8 | 9 | 10 | Successor to the Wii and the first eighth-gen video game console, as it competed with Microsoft's Xbox One and Sony's PS4. 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wonderswan/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1999 · 16-BIT HANDHELD CONSOLE 8 | 9 | 10 | Powered by a 16 bit central processing unit, it took advantage of a low price point and long battery life in comparison to its competition 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wonderswancolor/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1999 · 16-BIT HANDHELD CONSOLE 8 | 9 | 10 | Powered by a 16 bit central processing unit, it took advantage of a low price point and long battery life in comparison to its competition 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /x68000/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1987 · '24-BIT' COMPUTER 8 | 9 | 10 | The X68000 is a home computer, sold only in Japan. In terms of hardware, the X68K was very similar to arcade machines of the time 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /zmachine/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1979 · 16-BIT VM 8 | 9 | 10 | The Z-machine is a virtual machine that was developed by Joel Berez and Marc Blank and used by Infocom for its text adventure games 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /zxspectrum/theme.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 3 | ./../theme.xml 4 | 5 | 6 | 7 | 1982 · 8-BIT COMPUTER 8 | 9 | 10 | The Spectrum was among the first mainstream-audience home computers in the UK, similar in significance to the Commodore 64 in the USA 11 | 12 | 13 | 14 | --------------------------------------------------------------------------------