Added scraper support for the astrocde (Bally Astrocade) system.

Also renamed astrocade to astrocde.
This commit is contained in:
Leon Styhre 2022-05-12 22:45:52 +02:00
parent e69a9a5434
commit 7fb6734feb
3 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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"},

View file

@ -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},