{
  "_notes": [
    "Guns N' Roses (Data East 1994)",
    "IPDB: 1100, OPDB: GrPKV-MyNoP (1883)",
    "Compiled by Tom Collins <tom@scorbit.io>",
    "Using `offsets` since top byte (two digits) of each score is stored separately."
  ],
  "_fileformat": 0.8,
  "_metadata": {
    "version": 2,
    "copyright": [
      "Copyright (C) 2025 by Tom Collins <tom@scorbit.io>"
    ],
    "license": "GNU Lesser General Public License v3.0",
    "platform": "dataeast",
    "roms": [
      "gnr_300",
      "gnr_300d",
      "gnr_300f"
    ]
  },
  "game_state": {
    "scores": [
      {
        "label": "Player 1",
        "encoding": "bcd",
        "offsets": [
          "0x16E6",
          "0x16D6",
          "0x16D7",
          "0x16D8",
          "0x16D9"
        ]
      },
      {
        "label": "Player 2",
        "encoding": "bcd",
        "offsets": [
          "0x16E7",
          "0x16DA",
          "0x16DB",
          "0x16DC",
          "0x16DD"
        ]
      },
      {
        "label": "Player 3",
        "encoding": "bcd",
        "offsets": [
          "0x16E8",
          "0x16DE",
          "0x16DF",
          "0x16E0",
          "0x16E1"
        ]
      },
      {
        "label": "Player 4",
        "encoding": "bcd",
        "offsets": [
          "0x16E9",
          "0x16E2",
          "0x16E3",
          "0x16E4",
          "0x16E5"
        ]
      }
    ],
    "credits": {
      "label": "Credits",
      "start": "0x16CE",
      "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": "0x1BE",
      "encoding": "int"
    },
    "ball_count": {
      "label": "Ball Count",
      "start": "0x1E0D",
      "encoding": "bcd"
    },
    "current_player": {
      "label": "Player",
      "start": "0x1BB",
      "encoding": "int"
    },
    "current_ball": {
      "label": "Ball",
      "start": "0x1BC",
      "encoding": "int"
    },
    "game_over": {
      "_notes": "game is over if current player/ball is 0",
      "label": "Game Over",
      "start": "0x1BB",
      "encoding": "bool",
      "invert": true
    }
  },
  "high_scores": [
    {
      "label": "#1 Producer",
      "short_label": "#1",
      "initials": {
        "start": "0x16BA",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "offsets": [
          "0x1694",
          "0x167C",
          "0x167D",
          "0x167E",
          "0x167F"
        ]
      }
    },
    {
      "label": "#2 Promoter",
      "short_label": "#2",
      "initials": {
        "start": "0x16BD",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "offsets": [
          "0x1695",
          "0x1680",
          "0x1681",
          "0x1682",
          "0x1683"
        ]
      }
    },
    {
      "label": "#3 Security",
      "short_label": "#3",
      "initials": {
        "start": "0x16C0",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "offsets": [
          "0x1696",
          "0x1684",
          "0x1685",
          "0x1686",
          "0x1687"
        ]
      }
    },
    {
      "label": "#4 Roadie",
      "short_label": "#4",
      "initials": {
        "start": "0x16C3",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "offsets": [
          "0x1697",
          "0x1688",
          "0x1689",
          "0x168A",
          "0x168B"
        ]
      }
    },
    {
      "label": "#5 Groupie",
      "short_label": "#5",
      "initials": {
        "start": "0x16C6",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "offsets": [
          "0x1698",
          "0x168C",
          "0x168D",
          "0x168E",
          "0x168F"
        ]
      }
    },
    {
      "label": "#6 Fan",
      "short_label": "#6",
      "initials": {
        "start": "0x16C9",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "encoding": "bcd",
        "offsets": [
          "0x1699",
          "0x1690",
          "0x1691",
          "0x1692",
          "0x1693"
        ]
      }
    }
  ]
}
