-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (89 loc) · 3.4 KB
/
Copy pathindex.html
File metadata and controls
95 lines (89 loc) · 3.4 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
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>speccytools.org</title>
</head>
<body>
<div class="screen">
<div class="header"><img src="images/plashque.png"> speccytools.org</div>
<br>
<div class="bullet underline">Main</div>
<div class="bullet"><a href="/emu/">emu</a>: Spectranet emulator on a browser!</div>
<div class="bullet"><a href="/index/">index</a>: a list of TNFS resources</div>
<br/>
<div class="bullet underline">Running Spectranet</div>
<table>
<tr>
<td><img height="80px" src="images/fuse.png" style="padding: 1em;"></td>
<td>
<a href="https://github.com/speccytools/fuse/releases" class="pad-a">Fuse Win</a>, <a href="https://github.com/speccytools/fuse-for-macosx/releases" class="pad-a">FuseX Mac</a><br>
Fuse emulator fork. Has gdbserver (to enable, select "GDBServer...").
</td>
</tr>
<tr>
<td><img height="80px" src="images/espectrum.png" style="padding: 1em;"></td>
<td>
<a href="https://www.habisoft.com/espectrum/EN.htm" class="pad-a">Es.pectrum (Win)</a><br>
Easy to use emulator. Supports spectranet, has asm debugger.
</td>
</tr>
<tr>
<td><img height="80px" src="images/spectranet.png" style="padding: 1em;"></td>
<td>
<a href="https://www.bytedelight.com/?page_id=3515" class="pad-a">Spectranet</a><br>
Connect Your Spectrum to network, allows to debug your hardware.
</td>
</tr>
</table>
<br/>
<div class="bullet underline">Development tools</div>
<table>
<tr>
<td><img height="80px" src="images/z88dk.png" style="padding: 1em;"></td>
<td>
<a href="https://github.com/z88dk/z88dk" class="pad-a">z88dk</a><br>
Development Kit for Z80 Computers. Comes with z88dk-gdb.
</td>
</tr>
<tr>
<td><img height="80px" src="images/zxgui.png" style="padding: 1em;"></td>
<td>
<a href="https://github.com/speccytools/zxgui" class="pad-a">zxgui</a><br>
A lightweight GUI framework for your ZX Spectrum program.
It allows you to have simple scenes with buttons, labels, edits, images and selects.
</td>
</tr>
<tr>
<td><img height="80px" src="images/z88dk-gdb.png" style="padding: 1em;"></td>
<td>
<a href="https://github.com/z88dk/z88dk/wiki/Tool-z88dk-gdb" class="pad-a">z88dk-gdb</a><br>
A gdb-alike client to debug your program with Fuse or real hardware
</td>
</tr>
<tr>
<td></td>
<td>
<a href="https://github.com/speccytools/zx-proto" class="pad-a">zx-proto</a><br>
A resource-lightweight protocol for ZX Spectrum on which the client and the server communicate over the TCP channel,
exchanging efficient key-value like objects, without having to worry about buffers or/and protocol details.
</td>
</tr>
<tr>
<td><img height="80px" src="images/spectranet-gdbserver.png" style="padding: 1em;"></td>
<td>
<a href="https://github.com/spectrumero/spectranet-gdbserver" class="pad-a">spectranet-gdbserver</a><br>
"Stub" module for spectranet, allows you to debug real hardware
</td>
</tr>
</table>
<br><br>
<div class="bullet">Other resources</div>
<div class="bullet"><a href="https://www.facebook.com/groups/317751018885010">spectranet Facebook community</a></div>
<div class="bullet"><a href="https://www.facebook.com/groups/Z88dkZXSpectrumUserGroup">z88dk Facebook community</a></div>
<div class="bullet"><a href="https://github.com/speccytools/z88dk-gdb-ide-test">z88dk CMake and IDE support</a></div>
<div class="bullet"><a rel="me" href="https://techhub.social/@desertkun">Me on Mastodon</a></div>
<div class="bullet"><span class="blink" id="L">L</span></div>
</div>
</body>
</html>