-
Notifications
You must be signed in to change notification settings - Fork 11
/
gottlieb_80b-2.nv.json
252 lines (252 loc) · 5.37 KB
/
gottlieb_80b-2.nv.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
{
"_notes": [
"Compiled by Tom Collins.",
"Game uses a 4-bit nvram (256x4), so only uses the low nibble of each byte.",
"Game stores 61 bytes of data in triplicate at offsets 0x00, 0x3D and 0x7A.",
"If a value in one location doesn't match the other two, it's replaced by the other value.",
"If a value differs in all three locations, it's replaced with a default value.",
"Note that offsets 0xF8 through 0xFC are checksums of each of the high scores.",
"Appears to work for all System 80B S2/S3 games.",
"Untested: diamond, excaliba, hotshots, nmoves"
],
"_copyright": "Copyright (C) 2024 by Tom Collins <[email protected]>",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_roms": [
"diamond",
"excaliba",
"robowars",
"txsector",
"victory",
"badgirls",
"bighouse",
"bonebstr",
"hotshots",
"nmoves"
],
"_fileformat": 0.2,
"_version": 0.1,
"game_state": {
"credits": {
"label": "Credits",
"start": 57,
"encoding": "bcd",
"length": 2,
"nibble": "low"
}
},
"high_scores": [
{
"label": "High Score #1",
"short_label": "1st",
"initials": {
"start": 183,
"encoding": "ch",
"length": 6,
"nibble": "low"
},
"score": {
"start": 189,
"encoding": "bcd",
"length": 7,
"nibble": "low",
"scale": 10
}
},
{
"label": "High Score #2",
"short_label": "2nd",
"initials": {
"start": 196,
"encoding": "ch",
"length": 6,
"nibble": "low"
},
"score": {
"start": 202,
"encoding": "bcd",
"length": 7,
"nibble": "low",
"scale": 10
}
},
{
"label": "High Score #3",
"short_label": "3rd",
"initials": {
"start": 209,
"encoding": "ch",
"length": 6,
"nibble": "low"
},
"score": {
"start": 215,
"encoding": "bcd",
"length": 7,
"nibble": "low",
"scale": 10
}
},
{
"label": "High Score #4",
"short_label": "4th",
"initials": {
"start": 222,
"encoding": "ch",
"length": 6,
"nibble": "low"
},
"score": {
"start": 228,
"encoding": "bcd",
"length": 7,
"nibble": "low",
"scale": 10
}
},
{
"label": "High Score #5",
"short_label": "5th",
"initials": {
"start": 235,
"encoding": "ch",
"length": 6,
"nibble": "low"
},
"score": {
"start": 241,
"encoding": "bcd",
"length": 7,
"nibble": "low",
"scale": 10
}
}
],
"audits": {
"Bookkeeping": {
"01": {
"label": "Left Chute Coins",
"start": 0,
"encoding": "bcd",
"length": 4,
"nibble": "low"
},
"02": {
"label": "Right Chute Coins",
"start": 4,
"encoding": "bcd",
"length": 4,
"nibble": "low"
},
"03": {
"label": "Center Chute Coins",
"start": 8,
"encoding": "bcd",
"length": 4,
"nibble": "low"
},
"04": {
"label": "Total Plays",
"start": 12,
"encoding": "bcd",
"length": 4,
"nibble": "low"
},
"05": {
"label": "Total Replays",
"start": 16,
"encoding": "bcd",
"length": 4,
"nibble": "low"
},
"07": {
"label": "Extra Balls",
"start": 20,
"encoding": "bcd",
"length": 3,
"nibble": "low"
},
"08": {
"label": "Tilts",
"start": 23,
"encoding": "bcd",
"length": 3,
"nibble": "low"
},
"09": {
"label": "Specials",
"start": 26,
"encoding": "bcd",
"length": 3,
"nibble": "low"
},
"10": {
"label": "Times HGTD Awarded",
"start": 29,
"encoding": "bcd",
"length": 3,
"nibble": "low"
},
"14": {
"label": "Highest Game To Date",
"start": 44,
"encoding": "bcd",
"length": 7,
"nibble": "low",
"scale": 10
},
"14a": {
"label": "HGTD Initials",
"start": 38,
"encoding": "ch",
"length": 6,
"nibble": "low"
},
"15": {
"label": "Game Time",
"suffix": " seconds",
"start": 32,
"encoding": "bcd",
"length": 6,
"nibble": "low",
"scale": 10
}
}
},
"adjustments": {
"Standard Adjustments": {
"06": {
"label": "Replay Percentage",
"suffix": "%",
"start": 59,
"encoding": "bcd",
"length": 2,
"nibble": "low"
},
"11": {
"label": "First High Score",
"start": 51,
"encoding": "bcd",
"length": 2,
"nibble": "low",
"scale": 100000
},
"12": {
"label": "Second High Score",
"start": 53,
"encoding": "bcd",
"length": 2,
"nibble": "low",
"scale": 100000
},
"13": {
"label": "Third High Score",
"start": 55,
"encoding": "bcd",
"length": 2,
"nibble": "low",
"scale": 100000
}
}
}
}