Added support for scraping Daphne on TheGamesDB and Atari XE and BBC Micro on ScreenScraper.

This commit is contained in:
Leon Styhre 2021-02-05 17:38:21 +01:00
parent ec669a79c0
commit 1009cdee80
3 changed files with 4 additions and 2 deletions

View file

@ -97,7 +97,7 @@ namespace PlatformIds
TANDY, TANDY,
ADVENTUREGAMESTUDIO, ADVENTUREGAMESTUDIO,
ASTROCADE, ASTROCADE,
BBCMICRO, BBC_MICRO,
CAVESTORY, CAVESTORY,
DAPHNE, DAPHNE,
DRAGON32, DRAGON32,

View file

@ -52,6 +52,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map {
{ CAVESTORY, "1" }, { CAVESTORY, "1" },
{ COLECOVISION, "31" }, { COLECOVISION, "31" },
{ COMMODORE_64, "40" }, { COMMODORE_64, "40" },
{ DAPHNE, "23" },
{ INTELLIVISION, "32" }, { INTELLIVISION, "32" },
{ MAC_OS, "37" }, { MAC_OS, "37" },
{ XBOX, "14" }, { XBOX, "14" },

View file

@ -43,8 +43,9 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
{ ATARI_JAGUAR_CD, 171 }, { ATARI_JAGUAR_CD, 171 },
{ ATARI_LYNX, 28 }, { ATARI_LYNX, 28 },
{ ATARI_ST, 42}, { ATARI_ST, 42},
{ ATARI_XE, 43 },
{ ATOMISWAVE, 53 }, { ATOMISWAVE, 53 },
// Missing Atari XE ? { BBC_MICRO, 37 },
{ CAVESTORY, 135 }, { CAVESTORY, 135 },
{ COLECOVISION, 48 }, { COLECOVISION, 48 },
{ COMMODORE_64, 66 }, { COMMODORE_64, 66 },