Spectranet ROM images

From Spectrum
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Installers

This is probably what you've come here looking for, especially if you had a firmware upgrade go bad. If you can't get to the Spectrum copyright message because your Spectranet has bad firmware, close jumper J2 to disable the automatic page-in, then reset your Spectrum. You can then send the TZX or TAP file via an audio cable and reprogram the Spectranet.

TAP and TZX files:

CLEAR 26999
LOAD "" CODE
(play the TAP or TZX file to the Spectrum)
RANDOMIZE USR 27000

Binary files:

You can use the ethup tool to send the binary image to a Spectrum if your Spectranet is working. You can also load it with the %aload command from a filesystem.

CLEAR 26999
(send the binary image)
RANDOMIZE USR 27000

Base system only installers

If you have a custom module setup, you might want to only install/update the base system and leave the modules untouched. The procedure is the same as for the above full installers.

Back to Downloads