Difference between revisions of "Downloads"
Jump to navigation
Jump to search
(New page: == Spectranet Downloads == === PC based tools === * ethup - The ethup tool: Allows you to load a Spectrum's memory with arbitrary data via the NMI menu. === ROM images and Spectrum ...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=== PC based tools === | === PC based tools === | ||
* [[TNFS server]] - Share files from your PC, Raspberry Pi, or other device to a ZX Spectrum. | |||
* [[ethup]] - The ethup tool: Allows you to load a Spectrum's memory with arbitrary data via the NMI menu. | * [[ethup]] - The ethup tool: Allows you to load a Spectrum's memory with arbitrary data via the NMI menu. | ||
Line 8: | Line 9: | ||
* [[Spectranet ROM images]] - Flash a new ROM. | * [[Spectranet ROM images]] - Flash a new ROM. | ||
=== How to update Spectranet firmware online === | |||
The TNFS server at vexed4.alioth.net has the latest firmware. It's very easy to update on your Spectrum over the internet. Enter these commands in ZX BASIC: | |||
%mount 0,"vexed4.alioth.net" | |||
%load "" | |||
On the menu, choose option A (Check/Update firmware) and follow the instructions. | |||
=== z88dk libraries === | |||
Libraries for z88dk are available for network sockets, general Spectranet functions plus a small HTTP library. The following link explains more. | |||
* [[Spectranet z88dk libraries]] | |||
[[Category:Spectranet]] | [[Category:Spectranet]] |
Latest revision as of 18:22, 4 November 2013
Spectranet Downloads
PC based tools
- TNFS server - Share files from your PC, Raspberry Pi, or other device to a ZX Spectrum.
- ethup - The ethup tool: Allows you to load a Spectrum's memory with arbitrary data via the NMI menu.
ROM images and Spectrum tools
- Spectranet ROM images - Flash a new ROM.
How to update Spectranet firmware online
The TNFS server at vexed4.alioth.net has the latest firmware. It's very easy to update on your Spectrum over the internet. Enter these commands in ZX BASIC:
%mount 0,"vexed4.alioth.net" %load ""
On the menu, choose option A (Check/Update firmware) and follow the instructions.
z88dk libraries
Libraries for z88dk are available for network sockets, general Spectranet functions plus a small HTTP library. The following link explains more.