{
  "_notes": "Placeholder for Gottlieb System 80/80A games (missing ROM areas).",
  "cpu": "6502",
  "endian": "big",
  "memory_layout": [
    {
      "label": "RIOT1",
      "address": "0x0000",
      "size": "0x80",
      "type": "ram"
    },
    {
      "label": "RIOT2",
      "address": "0x0080",
      "size": "0x80",
      "type": "ram"
    },
    {
      "label": "RIOT3",
      "address": "0x0100",
      "size": "0x80",
      "type": "ram"
    },
    {
      "label": "NVRAM",
      "address": "0x1800",
      "size": "0x100",
      "type": "nvram",
      "nibble": "low"
    }
  ]
}
