diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp index 444d000d3..d74652ab5 100644 --- a/es-app/src/scrapers/GamesDBJSONScraper.cpp +++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp @@ -95,6 +95,7 @@ namespace {VALVE_STEAM, "1"}, {NEC_PCFX, "4930"}, {PHILIPS_CDI, "4917"}, + {SAMCOUPE, "4979"}, {SEGA_32X, "33"}, {SEGA_CD, "21"}, {SEGA_DREAMCAST, "16"}, @@ -121,6 +122,7 @@ namespace {BANDAI_WONDERSWAN, "4925"}, {BANDAI_WONDERSWAN_COLOR, "4926"}, {SINCLAIR_ZX_SPECTRUM, "4913"}, + {SINCLAIR_ZX81_SINCLAR, "5010"}, {VIDEOPAC_ODYSSEY2, "4927"}, {VECTREX, "4939"}, {TANDY_COLOR_COMPUTER, "4941"}, diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index 879fd46b4..347773897 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -106,6 +106,7 @@ namespace {SHARP_X1, 220}, {SHARP_X68000, 79}, {GAMEENGINE_SOLARUS, 223}, + {GAMEENGINE_Z_MACHINE, 215}, {SONY_PLAYSTATION, 57}, {SONY_PLAYSTATION_2, 58}, {SONY_PLAYSTATION_3, 59},