-
Notifications
You must be signed in to change notification settings - Fork 10
/
tsptr_l3.nv.json
330 lines (320 loc) · 14.4 KB
/
tsptr_l3.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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
{
"_game": "Transporter the Rescue (Bally, 1989, System 11B)",
"_copyright": "Copyright (C) 2018 by Tom Collins <[email protected]>",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_ramsize": 2048,
"_roms": ["tsptr_l3"],
"_fileformat": 0.1,
"_version": 0.1,
"_todo": "find au-51, verify last_game offsets, list values for adj-11, verify adj-50",
"game_state": {
"current_player": { "label": "Current Player", "short_label": "Players",
"start": "0xA9", "encoding": "int", "offset": 1},
"player_count": { "label": "Player Count", "short_label": "P#",
"start": "0xA8", "encoding": "int", "offset": 1},
"current_ball": { "label": "Ball",
"start": "0x38", "encoding": "bcd", "mask": "0x0F",
"special_values": {"0": "n/a", "15": "n/a"}},
"match": { "label": "Match",
"start": "0x38", "encoding": "bcd", "mask": "0xF0",
"special_values": {"150": "n/a"}},
"playfield_mult": { "label": "Playfield Multiplier",
"start": "0xBB", "encoding": "int", "suffix": "X" },
"bonus": { "label": "Bonus", "_note": "called Orion Bonus in game",
"start": "0xE7", "length": 2, "encoding": "bcd", "scale": 100 },
"bonusX": { "label": "Bonus Multiplier",
"_note": "extracting value from lamp matrix col 2",
"start": "0x11", "encoding": "bits", "suffix": "X",
"offset": 256, "_note2": "use extra bit in values for base 1X",
"values": [1, 1, 1, 1, 0, 0, 0, 0, 1] },
"xcel_value": { "label": "X-Cellerator Value",
"_note": "extracting value from lamp matrix col 6-7",
"start": "0x15", "length": 2, "encoding": "bits",
"values": [
10000, 10000, 100000, 100000, 100000, 100000, 500000, 0,
10000, 10000, 10000, 10000, 10000, 10000, 10000, 10000] },
"jackpot": { "label": "Jackpot Bonus",
"start": "0x5D0", "length": 3, "encoding": "bcd",
"scale": 100 }
},
"last_game": [
{"start": "0x200", "encoding": "bcd", "length": 4},
{"start": "0x204", "encoding": "bcd", "length": 4},
{"start": "0x208", "encoding": "bcd", "length": 4},
{"start": "0x20C", "encoding": "bcd", "length": 4}
],
"high_scores": [
{ "label": "First Place", "short_label": "1st",
"initials": {"start": "0x71F", "encoding": "ch", "length": 3,
"_note": "slash (/) used for space ( ) in all initials"},
"score": {"start": "0x70F", "encoding": "bcd", "length": 4}
},
{ "label": "Second Place", "short_label": "2nd",
"initials": {"start": "0x722", "encoding": "ch", "length": 3},
"score": {"start": "0x713", "encoding": "bcd", "length": 4}
},
{ "label": "Third Place", "short_label": "3rd",
"initials": {"start": "0x725", "encoding": "ch", "length": 3},
"score": {"start": "0x717", "encoding": "bcd", "length": 4}
},
{ "label": "Fourth Place", "short_label": "4th",
"initials": {"start": "0x728", "encoding": "ch", "length": 3},
"score": {"start": "0x71B", "encoding": "bcd", "length": 4}
}
],
"adjustments": {
"Adjustments": {
"01": {"label": "Auto Replay %",
"start": "0x780", "encoding": "bcd",
"min": 4, "max": 50, "default": 10,
"special_values": {"4": "Fixed Replay Scores"}
},
"02a": {"label": "Replay Start", "_note": "if Adj01 > 4",
"start": "0x781", "encoding": "bcd",
"min": 8, "max": 20, "default": 14, "scale": 100000
},
"03a": {"label": "Replay Levels", "_note": "if Adj01 > 4",
"start": "0x782", "encoding": "bcd",
"min": 0, "max": 3, "offset": 1
},
"02b": {"label": "Replay Level 1", "_note": "if Adj01 == 4",
"start": "0x781", "encoding": "bcd",
"min": 0, "max": 99, "default": 14, "scale": 100000,
"special_values": {"0": "Off"}
},
"03b": {"label": "Replay Level 2", "_note": "if Adj01 == 4",
"start": "0x782", "encoding": "bcd",
"min": 0, "max": 99, "scale": 100000,
"special_values": {"0": "Off"}
},
"04b": {"label": "Replay Level 3", "_note": "if Adj01 == 4",
"start": "0x783", "encoding": "bcd",
"min": 0, "max": 99, "scale": 100000,
"special_values": {"0": "Off"}
},
"05b": {"label": "Replay Level 4", "_note": "if Adj01 == 4",
"start": "0x784", "encoding": "bcd",
"min": 0, "max": 99, "scale": 100000,
"special_values": {"0": "Off"}
},
"06": {"label": "Replay Award",
"start": "0x785", "encoding": "enum",
"values": ["Credit", "Ball", "Audit", "Coil"]
},
"07": {"label": "Special Award",
"start": "0x786", "encoding": "enum",
"values": ["Credit", "Ball", "Score"]
},
"08": {"label": "Match Feature",
"start": "0x787", "encoding": "bcd",
"min": 0, "max": 50, "default": 10, "suffix": "%",
"special_values": {"0": "Off"}
},
"09": {"label": "Balls Per Game",
"start": "0x788", "encoding": "bcd",
"min": 1, "max": 9, "default": 3
},
"10": {"label": "Tilt Warnings",
"start": "0x789", "encoding": "bcd",
"min": 1, "max": 5, "default": 3
},
"11": {"label": "Max Extra Balls",
"start": "0x78A", "encoding": "bcd",
"min": 0, "max": 9, "default": 4,
"special_values": {"0": "None"}
},
"12": {"label": "Max Credits",
"start": "0x78B", "encoding": "bcd",
"min": 5, "max": 99, "default": 30
},
"13": {"label": "Highest Scores",
"start": "0x78C", "encoding": "enum",
"values": ["Off", "On"], "default": 1
},
"14": {"label": "Backup High Score 1",
"start": "0x78D", "encoding": "bcd",
"min": 0, "max": 99, "default": 40, "scale": 100000
},
"15": {"label": "Backup High Score 2",
"start": "0x78E", "encoding": "bcd",
"min": 0, "max": 99, "default": 35, "scale": 100000
},
"16": {"label": "Backup High Score 3",
"start": "0x78F", "encoding": "bcd",
"min": 0, "max": 99, "default": 30, "scale": 100000
},
"17": {"label": "Backup High Score 4",
"start": "0x790", "encoding": "bcd",
"min": 0, "max": 99, "default": 25, "scale": 100000
},
"18": {"label": "High Score 1 Credits",
"start": "0x791", "encoding": "bcd",
"min": 0, "max": 10, "default": 3
},
"19": {"label": "High Score 2 Credits",
"start": "0x792", "encoding": "bcd",
"min": 0, "max": 3, "default": 3
},
"20": {"label": "High Score 3 Credits",
"start": "0x793", "encoding": "bcd",
"min": 0, "max": 3, "default": 3
},
"21": {"label": "High Score 4 Credits",
"start": "0x794", "encoding": "bcd",
"min": 0, "max": 3, "default": 3
},
"22": {"label": "HSTD Reset Every",
"start": "0x795", "encoding": "bcd",
"min": 0, "max": 99, "default": 12, "scale": 250,
"suffix": " plays", "special_values": {"0": "Off"}
},
"23": {"label": "Free Play",
"start": "0x796", "encoding": "enum",
"values": ["No", "Yes"]
},
"24": {"label": "Pricing",
"start": "0x797", "encoding": "bcd",
"min": 0, "max": 16, "default": 1,
"special_values": {"0": "Custom"}
},
"25": {"label": "Left Units",
"start": "0x798", "encoding": "bcd", "min": 0, "max": 99
},
"26": {"label": "Center Units",
"start": "0x799", "encoding": "bcd", "min": 0, "max": 99
},
"27": {"label": "Right Units",
"start": "0x79A", "encoding": "bcd", "min": 0, "max": 99
},
"28": {"label": "Units/Credit",
"start": "0x79B", "encoding": "bcd", "min": 0, "max": 99
},
"29": {"label": "Units/Bonus",
"start": "0x79C", "encoding": "bcd", "min": 0, "max": 99
},
"30": {"label": "Minimum Units",
"start": "0x79D", "encoding": "bcd", "min": 0, "max": 99
},
"31": {"label": "Spinner On Value", "min": 1, "max": 9,
"start": "0x79E", "encoding": "bcd", "suffix": "K" },
"32": {"label": "Left Kickback",
"start": "0x79F", "encoding": "enum", "values": ["Yes", "No"] },
"33": {"label": "Xporter Memory",
"start": "0x7A0", "encoding": "enum", "values": ["Yes", "No"] },
"34": {"label": "Special Memory",
"start": "0x7A1", "encoding": "enum", "values": ["Yes", "No"] },
"35": {"label": "Rescue Memory",
"start": "0x7A2", "encoding": "enum", "values": ["Yes", "No"] },
"36": {"label": "Xporter Bonus Time",
"start": "0x7A3", "encoding": "enum", "values": ["Yes", "No"] },
"37": {"label": "Top Lane Memory",
"start": "0x7A4", "encoding": "enum", "values": ["Yes", "No"] },
"38": {"label": "Extra Ball Memory",
"start": "0x7A5", "encoding": "enum", "values": ["Yes", "No"] },
"39": {"label": "Jackpot Adv. Value", "min": 1, "max": 99,
"start": "0x7A6", "encoding": "bcd", "suffix": "K" },
"40": {"label": "Easy Lock (via Ret Lns)",
"start": "0x7A7", "encoding": "enum", "values": ["Yes", "No"] },
"41": {"label": "Top Lane Change",
"start": "0x7A8", "encoding": "enum", "values": ["Yes", "No"] },
"42": {"label": "Consol Extra Ball",
"start": "0x7A9", "encoding": "enum", "values": ["Yes", "No"] },
"43": {"label": "Extra Ball Percent",
"start": "0x7AA", "encoding": "bcd", "suffix": "%",
"min": 0, "max": 99, "special_values": {"0": "Off"} },
"44": {"label": "Extra Ball On",
"start": "0x7AB", "encoding": "enum", "default": 1,
"values": ["4X", "5X", "1 after", "2 after"] },
"45": {"label": "Xcel Memory",
"start": "0x7AC", "encoding": "enum", "values": ["Yes", "No"] },
"46": {"label": "Not Used",
"start": "0x7AD", "encoding": "int" },
"47": {"label": "Consolation Time",
"start": "0x7AE", "encoding": "bcd", "suffix": " seconds" },
"48": {"label": "Attract Sounds",
"start": "0x7AF", "encoding": "enum",
"values": ["None", "Less", "A Lot"] },
"49": {"label": "Custom Message",
"start": "0x7B0", "encoding": "enum",
"values": ["On", "Off"]
},
"49a": {"label": "Custom Msg Line 1", "encoding": "ch",
"_note": "set high bit for period after letter",
"start": "0x7B4", "length": 16, "default": " G E T M E "
},
"49b": {"label": "Custom Msg Line 2", "encoding": "ch",
"start": "0x7C4", "length": 16, "default": " OUTTA HERE "
},
"49c": {"label": "Custom Msg Line 3", "encoding": "ch",
"start": "0x7D4", "length": 16, "default": "BEAM ME UP BALLY"
},
"50": {"label": "Display AU 01 - 04",
"_note": "TODO: check enum values",
"start": "0x7B1", "encoding": "enum",
"values": ["Yes", "Value", "No"]
},
"51": {"label": "Unused Adjustment",
"start": "0x7B2", "encoding": "int"
},
"52": {"label": "Unused Adjustment",
"start": "0x7B3", "encoding": "int"
}
}
},
"audits": {
"Audits": {
"01": {"start": "0x65F", "encoding": "bcd", "length": 3, "label": "Left Coins"},
"02": {"start": "0x663", "encoding": "bcd", "length": 3, "label": "Center Coins"},
"03": {"start": "0x667", "encoding": "bcd", "length": 3, "label": "Right Coins"},
"04": {"start": "0x66B", "encoding": "bcd", "length": 3, "label": "Paid Credits"},
"05": {"start": "0x66F", "encoding": "bcd", "length": 3, "label": "Total Plays"},
"06": {"start": "0x673", "encoding": "bcd", "length": 3, "label": "Total Free"},
"08": {"start": "0x677", "encoding": "bcd", "length": 3, "label": "Replay Awards"},
"10": {"start": "0x67B", "encoding": "bcd", "length": 3, "label": "Special Awards"},
"12": {"start": "0x67F", "encoding": "bcd", "length": 3, "label": "Match Awards"},
"13": {"start": "0x683", "encoding": "bcd", "length": 3, "label": "HSTD Credits"},
"15": {"start": "0x687", "encoding": "bcd", "length": 3, "label": "Extra Balls"},
"18": {"start": "0x68B", "encoding": "bcd", "length": 3, "label": "Minutes of Play"},
"19": {"start": "0x68F", "encoding": "bcd", "length": 3, "label": "Balls Played"},
"20": {"start": "0x693", "encoding": "bcd", "length": 3, "label": "Replay 1 Awards"},
"21": {"start": "0x697", "encoding": "bcd", "length": 3, "label": "Replay 2 Awards"},
"22": {"start": "0x69B", "encoding": "bcd", "length": 3, "label": "Replay 3 Awards"},
"23": {"start": "0x69F", "encoding": "bcd", "length": 3, "label": "Replay 4 Awards"},
"24": {"start": "0x6A3", "encoding": "bcd", "length": 3, "label": "1 Player Games"},
"25": {"start": "0x6A7", "encoding": "bcd", "length": 3, "label": "2 Player Games"},
"26": {"start": "0x6AB", "encoding": "bcd", "length": 3, "label": "3 Player Games"},
"27": {"start": "0x6AF", "encoding": "bcd", "length": 3, "label": "4 Player Games"},
"28": {"start": "0x6B3", "encoding": "bcd", "length": 3, "label": "Burn in Cycles"},
"29": {"start": "0x6B7", "encoding": "bcd", "length": 3, "label": "Made Multiball"},
"30": {"start": "0x6BB", "encoding": "bcd", "length": 3, "label": "Made Jackpot"},
"31": {"start": "0x6BF", "encoding": "bcd", "length": 3, "label": "Made Kickback"},
"32": {"start": "0x6C3", "encoding": "bcd", "length": 3, "label": "Made Bonus 5X"},
"33": {"start": "0x6C7", "encoding": "bcd", "length": 3, "label": "Xporter 1 Mil. Lit"},
"34": {"start": "0x6CB", "encoding": "bcd", "length": 3, "label": "Made Xporter 1 Mil."},
"35": {"start": "0x6CF", "encoding": "bcd", "length": 3, "label": "Excellerator"},
"36": {"start": "0x6D3", "encoding": "bcd", "length": 3, "label": "Excellerator 250K Made"},
"37": {"start": "0x6D7", "encoding": "bcd", "length": 3, "label": "Extra Ball Lit"},
"38": {"start": "0x6DB", "encoding": "bcd", "length": 3, "label": "Rescue Bonus Made"},
"39": {"start": "0x72B", "encoding": "bcd", "length": 3, "label": "HSTD Reset Counter"},
"40": {"start": "0x6DF", "encoding": "bcd", "length": 3, "label": "0.0-0.4 Mil. Score"},
"41": {"start": "0x6E3", "encoding": "bcd", "length": 3, "label": "0.5-0.9 Mil. Score"},
"42": {"start": "0x6E7", "encoding": "bcd", "length": 3, "label": "1.0-1.4 Mil. Score"},
"43": {"start": "0x6EB", "encoding": "bcd", "length": 3, "label": "1.5-1.9 Mil. Score"},
"44": {"start": "0x6EF", "encoding": "bcd", "length": 3, "label": "2.0-2.9 Mil. Score"},
"45": {"start": "0x6F3", "encoding": "bcd", "length": 3, "label": "3.0-3.9 Mil. Score"},
"46": {"start": "0x6F7", "encoding": "bcd", "length": 3, "label": "4.0-4.9 Mil. Score"},
"47": {"start": "0x6FB", "encoding": "bcd", "length": 3, "label": "5.0-5.9 Mil. Score"},
"48": {"start": "0x6FF", "encoding": "bcd", "length": 3, "label": "6.0-7.9 Mil. Score"},
"49": {"start": "0x703", "encoding": "bcd", "length": 3, "label": "8.0-9.9 Mil. Score"},
"50": {"start": "0x707", "encoding": "bcd", "length": 3, "label": "10-99 Mil. Score"},
"51": {"start": "0x74B", "encoding": "bcd", "length": 3, "label": "Av. Min. Game Time"},
"52": {"start": "0x5D5", "encoding": "bcd", "length": 3, "label": "Left Drains"},
"53": {"start": "0x5D9", "encoding": "bcd", "length": 3, "label": "Right Drains"},
"54": {"start": "0x5DD", "encoding": "bcd", "length": 3, "label": "3 Plays/1$"}
}
},
"checksum8": [
{"start": "0x6A4", "end": "0x70A", "groupings": 4, "label": "Audits"}
]
}