Spectranet ROM images

From Spectrum
Revision as of 20:25, 5 September 2012 by Winston (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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