{
  "_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": [
      "term3",
      "term3_3",
      "term3f",
      "term3f_3",
      "term3g",
      "term3g_3",
      "term3i",
      "term3i_3",
      "term3l",
      "term3l_3"
    ]
  },
  "game_state": {
    "scores": [
      {
        "label": "Player 1",
        "encoding": "bcd",
        "length": 5,
        "start": "0x16BE"
      },
      {
        "label": "Player 2",
        "encoding": "bcd",
        "length": 5,
        "start": "0x16C3"
      },
      {
        "label": "Player 3",
        "encoding": "bcd",
        "length": 5,
        "start": "0x16C8"
      },
      {
        "label": "Player 4",
        "encoding": "bcd",
        "length": 5,
        "start": "0x16CD"
      }
    ],
    "credits": {
      "label": "Credits",
      "start": "0x16B7",
      "encoding": "bcd"
    },
    "free_play": {
      "label": "Free Play",
      "start": "0x1E05",
      "encoding": "bool"
    },
    "max_credits": {
      "label": "Max Credits",
      "start": "0x1E0F",
      "encoding": "bcd"
    },
    "player_count": {
      "label": "Player Count",
      "start": "0x0306",
      "encoding": "int"
    },
    "ball_count": {
      "label": "Ball Count",
      "start": "0x1E0D",
      "encoding": "bcd"
    },
    "current_player": {
      "label": "Player",
      "start": "0x0304",
      "encoding": "int"
    },
    "current_ball": {
      "label": "Ball",
      "start": "0x0305",
      "encoding": "int"
    },
    "game_over": {
      "_notes": "game is over if current player/ball is 0",
      "label": "Game Over",
      "start": "0x0304",
      "encoding": "bool",
      "invert": true
    }
  },
  "high_scores": [
    {
      "label": "Grand Champion",
      "short_label": "GC",
      "initials": {
        "start": "0x1685",
        "encoding": "ch",
        "length": 10
      },
      "score": {
        "start": "0x1644",
        "encoding": "bcd",
        "length": 5
      }
    },
    {
      "label": "First Place",
      "short_label": "#1",
      "initials": {
        "start": "0x168F",
        "encoding": "ch",
        "length": 10
      },
      "score": {
        "start": "0x1649",
        "encoding": "bcd",
        "length": 5
      }
    },
    {
      "label": "Second Place",
      "short_label": "#2",
      "initials": {
        "start": "0x1699",
        "encoding": "ch",
        "length": 10
      },
      "score": {
        "start": "0x164E",
        "encoding": "bcd",
        "length": 5
      }
    },
    {
      "label": "Third Place",
      "short_label": "#3",
      "initials": {
        "start": "0x16A3",
        "encoding": "ch",
        "length": 10
      },
      "score": {
        "start": "0x1653",
        "encoding": "bcd",
        "length": 5
      }
    },
    {
      "label": "Fourth Place",
      "short_label": "#4",
      "initials": {
        "start": "0x16AD",
        "encoding": "ch",
        "length": 10
      },
      "score": {
        "start": "0x1658",
        "encoding": "bcd",
        "length": 5
      }
    }
  ]
}
