-
Notifications
You must be signed in to change notification settings - Fork 11
/
whirl_l3.nv.json
110 lines (110 loc) · 1.99 KB
/
whirl_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
{
"_notes": [
"Compiled by HorsePin",
"added _char_map for mapping intials (Tom Collins)"
],
"_copyright": "Copyright (C) 2022 https://github.com/horseyhorsey",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_ramsize": 2094,
"_roms": [
"whirl_l3"
],
"_fileformat": 0.1,
"_version": 0.1,
"_char_map": " 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"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": "Champion",
"short_label": "Champ",
"initials": {
"start": 1439,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 1435
}
},
{
"label": "1st",
"short_label": "#1",
"initials": {
"start": 1877,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 1845
}
},
{
"label": "2nd",
"short_label": "#2",
"initials": {
"start": 1880,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 1849
}
},
{
"label": "3rd",
"short_label": "#3",
"initials": {
"start": 1883,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 1853
}
},
{
"label": "4th",
"short_label": "#4",
"initials": {
"start": 1886,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 1857
}
}
]
}