mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 20:15:38 +00:00
Added scraper support for the astrocde (Bally Astrocade) system.
Also renamed astrocade to astrocde.
This commit is contained in:
parent
e69a9a5434
commit
7fb6734feb
|
@ -26,7 +26,7 @@ namespace PlatformIds
|
|||
"apple2", // Apple II
|
||||
"apple2gs", // Apple IIGS
|
||||
"arcade", // Arcade
|
||||
"astrocade", // Bally Astrocade
|
||||
"astrocde", // Bally Astrocade
|
||||
"atari2600", // Atari 2600
|
||||
"atari5200", // Atari 5200
|
||||
"atari7800", // Atari 7800
|
||||
|
|
|
@ -44,6 +44,7 @@ namespace
|
|||
{AMSTRAD_CPC, "4914"},
|
||||
{APPLE_II, "4942"},
|
||||
{ARCADE, "23"},
|
||||
{BALLY_ASTROCADE, "4968"},
|
||||
{ATARI_800, "4943"},
|
||||
{ATARI_2600, "22"},
|
||||
{ATARI_5200, "26"},
|
||||
|
|
|
@ -36,6 +36,7 @@ namespace
|
|||
{APPLE_II, 86},
|
||||
{APPLE_IIGS, 217},
|
||||
{ARCADE, 75},
|
||||
{BALLY_ASTROCADE, 44},
|
||||
{ATARI_800, 43},
|
||||
{ATARI_2600, 26},
|
||||
{ATARI_5200, 40},
|
||||
|
|
Loading…
Reference in a new issue