mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +00:00
Added scraper support for the megaduck and supervision systems.
This commit is contained in:
parent
ea7f8c3524
commit
d701f89039
|
@ -67,6 +67,7 @@ namespace PlatformIds
|
||||||
"macintosh", // Apple Macintosh
|
"macintosh", // Apple Macintosh
|
||||||
"mastersystem", // Sega Master System
|
"mastersystem", // Sega Master System
|
||||||
"megadrive", // Sega Mega Drive
|
"megadrive", // Sega Mega Drive
|
||||||
|
"megaduck", // Creatronic Mega Duck
|
||||||
"mess", // Multi Emulator Super System
|
"mess", // Multi Emulator Super System
|
||||||
"moonlight", // Moonlight game streaming
|
"moonlight", // Moonlight game streaming
|
||||||
"moto", // Thomson MO/TO series
|
"moto", // Thomson MO/TO series
|
||||||
|
@ -116,6 +117,7 @@ namespace PlatformIds
|
||||||
"stratagus", // Stratagus game engine
|
"stratagus", // Stratagus game engine
|
||||||
"sufami", // Bandai SuFami Turbo
|
"sufami", // Bandai SuFami Turbo
|
||||||
"supergrafx", // NEC SuperGrafx
|
"supergrafx", // NEC SuperGrafx
|
||||||
|
"supervision", // Watara Supervision
|
||||||
"switch", // Nintendo Switch
|
"switch", // Nintendo Switch
|
||||||
"ti99", // Texas Instruments TI-99
|
"ti99", // Texas Instruments TI-99
|
||||||
"tic80", // TIC-80 game engine
|
"tic80", // TIC-80 game engine
|
||||||
|
|
|
@ -66,6 +66,7 @@ namespace PlatformIds
|
||||||
APPLE_MACINTOSH,
|
APPLE_MACINTOSH,
|
||||||
SEGA_MASTER_SYSTEM,
|
SEGA_MASTER_SYSTEM,
|
||||||
SEGA_MEGA_DRIVE,
|
SEGA_MEGA_DRIVE,
|
||||||
|
CREATRONIC_MEGA_DUCK,
|
||||||
MESS,
|
MESS,
|
||||||
MOONLIGHT,
|
MOONLIGHT,
|
||||||
THOMSON_MOTO,
|
THOMSON_MOTO,
|
||||||
|
@ -115,6 +116,7 @@ namespace PlatformIds
|
||||||
GAMEENGINE_STRATAGUS,
|
GAMEENGINE_STRATAGUS,
|
||||||
BANDAI_SUFAMI_TURBO,
|
BANDAI_SUFAMI_TURBO,
|
||||||
NEC_SUPERGRAFX,
|
NEC_SUPERGRAFX,
|
||||||
|
WATARA_SUPERVISION,
|
||||||
NINTENDO_SWITCH,
|
NINTENDO_SWITCH,
|
||||||
TEXAS_INSTRUMENTS_TI99,
|
TEXAS_INSTRUMENTS_TI99,
|
||||||
GAMEENGINE_TIC80,
|
GAMEENGINE_TIC80,
|
||||||
|
|
|
@ -61,6 +61,7 @@ namespace
|
||||||
{COLECOVISION, "31"},
|
{COLECOVISION, "31"},
|
||||||
{COMMODORE_64, "40"},
|
{COMMODORE_64, "40"},
|
||||||
{COMMODORE_VIC20, "4945"},
|
{COMMODORE_VIC20, "4945"},
|
||||||
|
{CREATRONIC_MEGA_DUCK, "4948"},
|
||||||
{DAPHNE, "23"},
|
{DAPHNE, "23"},
|
||||||
{INTELLIVISION, "32"},
|
{INTELLIVISION, "32"},
|
||||||
{APPLE_MACINTOSH, "37"},
|
{APPLE_MACINTOSH, "37"},
|
||||||
|
@ -131,6 +132,7 @@ namespace
|
||||||
{SINCLAIR_ZX81_SINCLAR, "5010"},
|
{SINCLAIR_ZX81_SINCLAR, "5010"},
|
||||||
{VIDEOPAC_ODYSSEY2, "4927"},
|
{VIDEOPAC_ODYSSEY2, "4927"},
|
||||||
{VECTREX, "4939"},
|
{VECTREX, "4939"},
|
||||||
|
{WATARA_SUPERVISION, "4959"},
|
||||||
{TANDY_COLOR_COMPUTER, "4941"},
|
{TANDY_COLOR_COMPUTER, "4941"},
|
||||||
{TANDY_TRS80, "4941"},
|
{TANDY_TRS80, "4941"},
|
||||||
{TEXAS_INSTRUMENTS_TI99, "4953"}};
|
{TEXAS_INSTRUMENTS_TI99, "4953"}};
|
||||||
|
|
|
@ -55,6 +55,7 @@ namespace
|
||||||
{COMMODORE_64, 66},
|
{COMMODORE_64, 66},
|
||||||
{COMMODORE_CDTV, 129},
|
{COMMODORE_CDTV, 129},
|
||||||
{COMMODORE_VIC20, 73},
|
{COMMODORE_VIC20, 73},
|
||||||
|
{CREATRONIC_MEGA_DUCK, 90},
|
||||||
{DAPHNE, 49},
|
{DAPHNE, 49},
|
||||||
{INTELLIVISION, 115},
|
{INTELLIVISION, 115},
|
||||||
{GAMEENGINE_LUTRO, 206},
|
{GAMEENGINE_LUTRO, 206},
|
||||||
|
@ -137,6 +138,7 @@ namespace
|
||||||
{SEGA_NAOMI, 56},
|
{SEGA_NAOMI, 56},
|
||||||
{THOMSON_MOTO, 141},
|
{THOMSON_MOTO, 141},
|
||||||
{UZEBOX, 216},
|
{UZEBOX, 216},
|
||||||
|
{WATARA_SUPERVISION, 207},
|
||||||
{SPECTRAVIDEO, 218},
|
{SPECTRAVIDEO, 218},
|
||||||
{PALM_OS, 219}};
|
{PALM_OS, 219}};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue