Skip to content

Commit

Permalink
blakpyra: audits
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Dec 9, 2024
1 parent 630f2fa commit 8913ef3
Showing 1 changed file with 163 additions and 1 deletion.
164 changes: 163 additions & 1 deletion blakpyra.nv.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,167 @@
"nibble": "high"
}
}
]
],
"audits": {
"Bookkeeping functions": {
"05": {
"label": "Current Credits",
"start": 173,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 40
},
"06": {
"label": "Total Plays (Played and Free Games)",
"start": 180,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"07": {
"label": "Total Replays (Free Games)",
"start": 187,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"08": {
"label": "Game Percentage",
"start": 194,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"09": {
"label": "Total times 'High Score To Date' is beat",
"start": 201,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"10": {
"label": "Coins Dropped thru Coin Chute #1",
"start": 208,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"11": {
"label": "Coins Dropped thru Coin Chute #2",
"start": 215,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"12": {
"label": "Coins Dropped thru Coin Chute #3",
"start": 222,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"13": {
"label": "Number of Specials awarded from Panel Specials Only",
"start": 229,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"14": {
"label": "Number of minutes of Game Play",
"start": 236,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
},
"15": {
"label": "Number of Service Credits",
"start": 243,
"length": 7,
"encoding": "bcd",
"nibble": "high",
"min": 0,
"max": 99999
}
}
},
"adjustments": {
"High score functions": {
"01": {
"label": "Extra ball / Free game score level 1",
"start": 146,
"encoding": "bcd",
"nibble": "high",
"length": 6,
"min": 0,
"max": 999000,
"default": 0,
"scale": 10,
"special_values": {
"0": "OFF"
},
"multiple_of": 10000
},
"02": {
"label": "Extra ball / Free game score level 2",
"start": 152,
"encoding": "bcd",
"nibble": "high",
"length": 6,
"min": 0,
"max": 999000,
"default": 0,
"scale": 10,
"special_values": {
"0": "OFF"
},
"multiple_of": 10000
},
"03": {
"_note": "Increments by 10000",
"label": "Extra ball / Free game score level 3",
"start": 158,
"encoding": "bcd",
"nibble": "high",
"length": 6,
"min": 0,
"max": 999000,
"default": 0,
"scale": 10,
"special_values": {
"0": "OFF"
},
"multiple_of": 10000
},
"04": {
"label": "High score to date",
"start": 166,
"encoding": "bcd",
"nibble": "high",
"length": 7,
"min": 0,
"max": 9990000
}
}
}
}

0 comments on commit 8913ef3

Please sign in to comment.