{
  "_notes": [
    "Generated by searching for opcode sequences in ROM images."
  ],
  "_fileformat": 0.8,
  "_metadata": {
    "version": 4,
    "copyright": [
      "Copyright (C) 2026 by Tom Collins <tom@scorbit.io>"
    ],
    "license": "GNU Lesser General Public License v3.0",
    "platform": "whitestar",
    "roms": [
      "apollo1"
    ]
  },
  "game_state": {
    "scores": [
      {
        "label": "Player 1",
        "encoding": "bcd",
        "length": 5,
        "start": "0x14D2"
      },
      {
        "label": "Player 2",
        "encoding": "bcd",
        "length": 5,
        "start": "0x14D7"
      },
      {
        "label": "Player 3",
        "encoding": "bcd",
        "length": 5,
        "start": "0x14DC"
      },
      {
        "label": "Player 4",
        "encoding": "bcd",
        "length": 5,
        "start": "0x14E1"
      },
      {
        "label": "Player 5",
        "encoding": "bcd",
        "length": 5,
        "start": "0x14E6"
      },
      {
        "label": "Player 6",
        "encoding": "bcd",
        "length": 5,
        "start": "0x14EB"
      }
    ],
    "credits": {
      "label": "Credits",
      "start": "0x14CC",
      "encoding": "bcd"
    },
    "free_play": {
      "label": "Free Play",
      "start": "0x1E04",
      "encoding": "bool"
    },
    "max_credits": {
      "label": "Max Credits",
      "start": "0x1E0F",
      "encoding": "bcd"
    },
    "player_count": {
      "label": "Player Count",
      "start": "0x01DB",
      "encoding": "int"
    },
    "ball_count": {
      "label": "Ball Count",
      "start": "0x1E0D",
      "encoding": "bcd"
    },
    "current_player": {
      "label": "Player",
      "start": "0x01D8",
      "encoding": "int"
    },
    "current_ball": {
      "label": "Ball",
      "start": "0x01D9",
      "encoding": "int"
    },
    "game_over": {
      "_notes": "game is over if current player/ball is 0",
      "label": "Game Over",
      "start": "0x01D8",
      "encoding": "bool",
      "invert": true
    }
  },
  "high_scores": [
    {
      "label": "First",
      "short_label": "#1",
      "initials": {
        "start": "0x14BA",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "length": 5,
        "start": "0x147C"
      }
    },
    {
      "label": "Second",
      "short_label": "#2",
      "initials": {
        "start": "0x14BD",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "length": 5,
        "start": "0x1481"
      }
    },
    {
      "label": "Third",
      "short_label": "#3",
      "initials": {
        "start": "0x14C0",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "length": 5,
        "start": "0x1486"
      }
    },
    {
      "label": "Fourth",
      "short_label": "#4",
      "initials": {
        "start": "0x14C3",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "length": 5,
        "start": "0x148B"
      }
    },
    {
      "label": "Fifth",
      "short_label": "#5",
      "initials": {
        "start": "0x14C6",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "length": 5,
        "start": "0x1490"
      }
    },
    {
      "label": "Sixth",
      "short_label": "#6",
      "initials": {
        "start": "0x14C9",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "length": 5,
        "start": "0x1495"
      }
    }
  ]
}
