-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExternalTools.json
More file actions
186 lines (186 loc) · 5.83 KB
/
ExternalTools.json
File metadata and controls
186 lines (186 loc) · 5.83 KB
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
[
{
"Id": "zxbsinstaller",
"Enabled": true,
"Name": "ZX Basic Studio Installer",
"Author": "Duefectu",
"Description": "This program, and it is used to download, install and keep all external tools and ZX Basic Studio itself up to date.",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://github.com/boriel-basic/ZXBasicStudio",
"LicenseType": "MIT License",
"LicenceUrl": "https://raw.githubusercontent.com/boriel-basic/ZXBasicStudio/refs/heads/master/LICENSE.txt",
"VersionsUrl": "https://github.com/boriel-basic/ZXBasicStudio/releases/",
"LocalPath": "",
"Unzip": true,
"CreateVerFile": false,
"FullLocalPath": null,
"DirectUpdate": true,
"Group": "ZX Basic Studio",
"Order": 0
},
{
"Id": "zxbasic",
"Enabled": true,
"Name": "Boriel ZX Basic Compiler",
"Author": "Boriel",
"Description": "ZXBCompiler is a BORIEL BASIC cross compiler tool. It's a required tool.'",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://boriel-basic.net",
"LicenseType": "GNU Affero General Public License v3.0",
"LicenceUrl": "https://raw.githubusercontent.com/boriel-basic/zxbasic/refs/heads/main/LICENSE.txt",
"VersionsUrl": "https://boriel.com/files/zxb/",
"LocalPath": "",
"Unzip": true,
"CreateVerFile": false,
"FullLocalPath": "C:\\ZXNext\\zxbasic\\zxbc.exe",
"DirectUpdate": true,
"Group": "ZX Basic Studio",
"Order": 1
},
{
"Id": "zxbs",
"Enabled": true,
"Name": "ZX Basic Studio",
"Author": "Dr.Gusman, Boriel, Duefectu, AdolFITO, Hash6Iron and SirRickster",
"Description": "IDE (Integrated Development Environment) with code editor, Assembler, UDGs, fonts, sprites, .tap editor, debugger, emulator, etc.",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://github.com/boriel-basic/ZXBasicStudio",
"LicenseType": "MIT License",
"LicenceUrl": "https://raw.githubusercontent.com/boriel-basic/ZXBasicStudio/refs/heads/master/LICENSE.txt",
"VersionsUrl": "https://github.com/boriel-basic/ZXBasicStudio/releases/",
"LocalPath": "",
"Unzip": true,
"CreateVerFile": false,
"FullLocalPath": null,
"DirectUpdate": true,
"Group": "ZX Basic Studio",
"Order": 2
},
{
"Id": "mame",
"Enabled": true,
"Name": "M.A.M.E.",
"Author": "MAME Development Team",
"Description": "MAME (Multi Arcade Machione Emulator) is a multi-purpose emulation framework.\nLinux version AppImage by @Samueru-sama from https://github.com/pkgforge-dev/MAME-AppImage",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://github.com/mamedev/mame",
"LicenseType": "GPL-2.0 / BSD-3-Clause License",
"LicenceUrl": "https://github.com/mamedev/mame?tab=License-1-ov-file",
"VersionsUrl": "https://github.com/mamedev/mame/releases",
"LocalPath": "",
"Unzip": true,
"CreateVerFile": true,
"FullLocalPath": null,
"DirectUpdate": true,
"Group": "ZX Spectrum Next",
"Order": 3
},
{
"Id": "tbbluemame",
"Enabled": true,
"Name": "Next boot ROM",
"Author": "SpectNext Ltd",
"Description": "ZX Basic Studio plugin for MAME. Allows you to debug programmes from ZX Basic Studio.",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://gitlab.com/SpectrumNext/ZX_Spectrum_Next_FPGA",
"LicenseType": "GNU GPLv3",
"LicenceUrl": "https://gitlab.com/SpectrumNext/ZX_Spectrum_Next_FPGA/-/raw/master/LICENSE?ref_type=heads",
"VersionsUrl": "",
"LocalPath": "mame\\roms\\tbblue.zip",
"Unzip": false,
"CreateVerFile": true,
"FullLocalPath": null,
"DirectUpdate": true,
"Group": "ZX Spectrum Next",
"Order": 4
},
{
"Id": "zxbsmame",
"Enabled": true,
"Name": "ZXBS MAME plugin",
"Author": "Duefectu Corp",
"Description": "ZX Basic Studio plugin for MAME. Allows you to debug programmes from ZX Basic Studio.",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://github.com/boriel-basic/ZXBasicStudio",
"LicenseType": "MIT License",
"LicenceUrl": "https://raw.githubusercontent.com/boriel-basic/ZXBasicStudio/refs/heads/master/LICENSE.txt",
"VersionsUrl": "https://www.duefectucorp.com/descargas/zxbsmame/Versions.txt",
"LocalPath": "mame\\plugins\\zxbs",
"Unzip": true,
"CreateVerFile": false,
"FullLocalPath": null,
"DirectUpdate": true,
"Group": "ZX Spectrum Next",
"Order": 5
},
{
"Id": "nextsdimage",
"Enabled": true,
"Name": "ZX Spectrum Next SD image",
"Author": "SpectNext Ltd",
"Description": "ZX Basic Studio plugin for MAME. Allows you to debug programmes from ZX Basic Studio.",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://zxnext.uk/hosted/",
"LicenseType": "MIT License",
"LicenceUrl": "https://zxnext.uk/hosted/",
"VersionsUrl": "",
"LocalPath": "",
"Unzip": true,
"CreateVerFile": false,
"FullLocalPath": null,
"DirectUpdate": true,
"Group": "ZX Spectrum Next",
"Order": 5
},
{
"Id": "hdfmonkey",
"Enabled": true,
"Name": "hdfmonkey - jjjs build",
"Author": "jjjs, gasman, ChaN",
"Description": "A tool for editing the contents of disk images used by ZX Spectrum Next.",
"SupportedOperatingSystems": [
1,
2,
3
],
"SiteUrl": "https://www.specnext.com/forum/viewtopic.php?t=2604",
"LicenseType": "GPL-3.0",
"LicenceUrl": "https://codeberg.org/chwe/hdfmonkey/src/branch/dev-v05x",
"VersionsUrl": "https://www.duefectucorp.com/descargas/hdfmonkey/Versions.txt",
"LocalPath": "",
"Unzip": true,
"CreateVerFile": false,
"FullLocalPath": null,
"DirectUpdate": true,
"Group": "ZX Spectrum Next",
"Order": 6
}
]