forked from tomlogic/pinmame-nvram-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiner_l4.nv.json
63 lines (63 loc) · 1.48 KB
/
diner_l4.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
{
"_notes": [
"Compiled by HorsePin"
],
"_copyright": "Copyright (C) 2022 https://github.com/horseyhorsey",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_ramsize": 2094,
"_roms": [
"diner_l4"
],
"_fileformat": 0.1,
"_version": 0.1,
"_char_map": "???????????ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"last_game": [
{
"encoding": "bcd",
"length": 4,
"start": 512
},
{
"encoding": "bcd",
"length": 4,
"start": 516
},
{
"encoding": "bcd",
"length": 4,
"start": 520
},
{
"encoding": "bcd",
"length": 4,
"start": 524
}
],
"high_scores": [
{
"label": "Highest Score #1",
"short_label": "#1",
"initials": {"mask":127,"encoding":"ch","length":3,"start":1822},
"score": {"encoding":"bcd","length":4,"start":1806}
},
{
"label": "Highest Score #2",
"short_label": "#2",
"initials": {"mask":127,"encoding":"ch","length":3,"start":1825},
"score": {"encoding":"bcd","length":4,"start":1810}
},
{
"label": "Highest Score #3",
"short_label": "#3",
"initials": {"mask":127,"encoding":"ch","length":3,"start":1828},
"score": {"encoding":"bcd","length":4,"start":1814}
},
{
"label": "Highest Score #4",
"short_label": "#4",
"initials": {"mask":127,"encoding":"ch","length":3,"start":1831},
"score": {"encoding":"bcd","length":4,"start":1818}
}
]
}