{
  "_notes": [
    "The Simpsons [Data East, 1990]",
    "2026-02-14 added by Tom Collins <tom@scorbit.io>"
  ],
  "_fileformat": 0.8,
  "_metadata": {
    "version": 6,
    "copyright": [
      "Copyright (C) 2026 by Tom Collins <tom@scorbit.io>"
    ],
    "license": "GNU Lesser General Public License v3.0",
    "platform": "dataeast",
    "roms": [
      "simp_a20",
      "simp_a27"
    ]
  },
  "game_state": {
    "scores": [
      {
        "label": "Player 1",
        "encoding": "bcd",
        "start": "0x0010",
        "length": 4
      },
      {
        "label": "Player 2",
        "encoding": "bcd",
        "start": "0x0014",
        "length": 4
      },
      {
        "label": "Player 3",
        "encoding": "bcd",
        "start": "0x0018",
        "length": 4
      },
      {
        "label": "Player 4",
        "encoding": "bcd",
        "start": "0x001C",
        "length": 4
      }
    ],
    "credits": {
      "label": "Credits",
      "start": "0x1DE0",
      "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": "0x03CB",
      "encoding": "int"
    },
    "ball_count": {
      "label": "Ball Count",
      "start": "0x1E0D",
      "encoding": "bcd"
    },
    "current_player": {
      "label": "Player",
      "start": "0x03CA",
      "encoding": "int"
    },
    "current_ball": {
      "label": "Ball",
      "start": "0x00CA",
      "encoding": "int"
    },
    "game_over": {
      "_notes": "game is over if current player/ball is 0",
      "label": "Game Over",
      "start": "0x03CA",
      "encoding": "bool",
      "invert": true
    }
  },
  "high_scores": [
    {
      "label": "The Best Dude",
      "short_label": "#1",
      "initials": {
        "start": "0x1DCC",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "start": "0x1DA0",
        "length": 4
      }
    },
    {
      "label": "Under-Achievers #2",
      "short_label": "#2",
      "initials": {
        "start": "0x1DCF",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "start": "0x1DA4",
        "length": 4
      }
    },
    {
      "label": "Under-Achievers #3",
      "short_label": "#3",
      "initials": {
        "start": "0x1DD2",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "start": "0x1DA8",
        "length": 4
      }
    },
    {
      "label": "Under-Achievers #4",
      "short_label": "#4",
      "initials": {
        "start": "0x1DD5",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "start": "0x1DAC",
        "length": 4
      }
    },
    {
      "label": "Under-Achievers #5",
      "short_label": "#5",
      "initials": {
        "start": "0x1DD8",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "start": "0x1DB0",
        "length": 4
      }
    },
    {
      "label": "Under-Achievers #6",
      "short_label": "#6",
      "initials": {
        "start": "0x1DDB",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "start": "0x1DB4",
        "length": 4
      }
    }
  ]
}
