{
  "_notes": [
    "Compiled by Francis De Brabandere.",
    "Strike (Zaccaria 1978)",
    "https://www.ipdb.org/machine.cgi?id=3363",
    "https://opdb.org/machines/919",
    "Zaccaria Prototype Solid State Generation",
    "Credits can go higher than 15 but are in that case displayed as 15",
    "High scores seem to not be saved?"
  ],
  "_fileformat": 0.7,
  "_metadata": {
    "version": 1,
    "copyright": [
      "Copyright (C) 2024 by Francis De Brabandere <francisdb@gmail.com>",
      "Copyright (C) 2025 by Tom Collins <tom@scorbit.io>"
    ],
    "license": "GNU Lesser General Public License v3.0",
    "platform": "zaccaria-proto",
    "roms": [
      "strike"
    ]
  },
  "game_state": {
    "credits": {
      "_notes": "Decoding based on PinMAME investigation.  DIPs might control scale?",
      "label": "Credits",
      "start": "0x0D83",
      "length": 1,
      "scale": 0.5,
      "encoding": "int"
    },
    "score": {
      "label": "Score",
      "start": "0x0D80",
      "length": 3,
      "encoding": "bcd",
      "scale": 10
    },
    "ball_to_play": {
      "label": "Ball to Play",
      "start": "0x0D9C",
      "length": 1,
      "encoding": "bcd"
    }
  },
  "high_scores": [
    {
      "label": "High Score",
      "score": {
        "start": "0x0D42",
        "length": 3,
        "encoding": "bcd",
        "scale": 10
      }
    }
  ]
}
