-
Notifications
You must be signed in to change notification settings - Fork 11
/
stern-m100.nv.json
204 lines (204 loc) · 3.92 KB
/
stern-m100.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
{
"_notes": [
"2023-10 Initial version by Tom Collins. Required new `nibble` attribute.",
"NVRAM file mapped to memory address 0x200 in PinMAME",
"Valid for all Stern M-100 MPU games. ROMs with 'fp' suffix are Free Play."
],
"_copyright": "Copyright (C) 2023 by Tom Collins <[email protected]>",
"_license": "GNU Lesser General Public License v3.0",
"_fileformat": 0.2,
"_version": 0.2,
"_endian": "little",
"_ramsize": 256,
"_roms": [
"dracula",
"draculfp",
"hothand",
"lectrono",
"memlane",
"nugent",
"pinball",
"pinbalfp",
"princess",
"stars",
"stingray",
"wildfyre",
"wildfyfp"
],
"game_state": {
"match": {
"label": "Match",
"start": 54,
"length": 2,
"encoding": "bcd",
"nibble": "high"
},
"current_ball": {
"label": "Ball",
"start": 54,
"length": 2,
"encoding": "bcd",
"nibble": "high"
},
"credits": {
"label": "Credits",
"start": 213,
"length": 2,
"encoding": "bcd",
"nibble": "high"
},
"scores": [
{
"label": "P1",
"start": 30,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
{
"label": "P2",
"start": 36,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
{
"label": "P3",
"start": 42,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
{
"label": "P4",
"start": 48,
"length": 6,
"encoding": "bcd",
"nibble": "high"
}
]
},
"last_game": [
{
"start": 60,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
{
"start": 66,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
{
"start": 72,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
{
"start": 78,
"length": 6,
"encoding": "bcd",
"nibble": "high"
}
],
"high_scores": [
{
"label": "High Score",
"short_label": "HS",
"score": {
"start": 207,
"length": 6,
"encoding": "bcd",
"nibble": "high"
}
}
],
"adjustments": {
"Adjustments": {
"01": {
"label": "Replay 1",
"start": 189,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"02": {
"label": "Replay 2",
"start": 195,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"03": {
"label": "Replay 3",
"start": 201,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"04": {
"label": "High Score",
"start": 207,
"length": 6,
"encoding": "bcd",
"nibble": "high"
}
}
},
"audits": {
"Audits": {
"05": {
"label": "Credits",
"start": 213,
"length": 2,
"encoding": "bcd",
"nibble": "high"
},
"06": {
"label": "Total Plays",
"start": 219,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"07": {
"label": "Total Replays",
"start": 225,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"08": {
"label": "HSTD Beaten",
"start": 231,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"09": {
"label": "Coin Chute 2",
"start": 237,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"10": {
"label": "Coin Chute 1",
"start": 243,
"length": 6,
"encoding": "bcd",
"nibble": "high"
},
"11": {
"label": "Coin Chute 3",
"start": 249,
"length": 6,
"encoding": "bcd",
"nibble": "high"
}
}
}
}