forked from tomlogic/pinmame-nvram-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf14_l1.nv.json
34 lines (33 loc) · 1.21 KB
/
f14_l1.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
{
"_notes": "Compiled by Horsepin.",
"_copyright": "Copyright (C) 2017 by Dave Horse <[email protected]>",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_roms": ["f14_l1"],
"_fileformat": 0.1,
"_version": 0.1,
"last_game": [
{"start": "0x0200", "encoding": "bcd", "length": 4},
{"start": "0x0204", "encoding": "bcd", "length": 4},
{"start": "0x0208", "encoding": "bcd", "length": 4},
{"start": "0x020C", "encoding": "bcd", "length": 4}
],
"high_scores": [
{ "label": "First Place", "short_label": "1st",
"initials": {"start": 1847, "encoding": "ch", "length": 3},
"score": {"start": "0x0727", "encoding": "bcd", "length": 4}
},
{ "label": "Second Place", "short_label": "2nd",
"initials": {"start": 1850, "encoding": "ch", "length": 3},
"score": {"start": "0x072B", "encoding": "bcd", "length": 4}
},
{ "label": "Third Place", "short_label": "3rd",
"initials": {"start": 1853, "encoding": "ch", "length": 3},
"score": {"start": "0x072F", "encoding": "bcd", "length": 4}
},
{ "label": "Fourth Place", "short_label": "4th",
"initials": {"start": 1856, "encoding": "ch", "length": 3},
"score": {"start": "0x0733", "encoding": "bcd", "length": 4}
}
]
}