Difference between revisions of "Spectranet ROM images"

From Spectrum
Jump to navigation Jump to search
 
Line 1: Line 1:
== Watch this space ==
== Installers ==


The build system for the ROMs has changed ''completely'', therefore this page also must be rewritten. This will be done within the next few days.
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.


[[User:Winston|Winston]] 21:37, 11 April 2011 (BST)
TAP and TZX files:
 
CLEAR 26999
LOAD "" CODE
(play the TAP or TZX file to the Spectrum)
RANDOMIZE USR 27000
 
* [http://spectrum.alioth.net/downloads/installer.tap Latest firmware - TAP format]
* [http://spectrum.alioth.net/downloads/installer.tzx Latest firmware - TZX format]
 
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
 
* [http://spectrum.alioth.net/downloads/installer.bin Latest firmware - binary image]
 
== 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.
 
* [http://spectrum.alioth.net/downloads/baseinst.tap Latest base-only - TAP format]
* [http://spectrum.alioth.net/downloads/baseinst.tzx Latest base-only - TZX format]
* [http://spectrum.alioth.net/downloads/baseinst.bin Latest base-only - binary image]
 
Back to [[Downloads]]
 
[[Category:Spectranet]]

Latest revision as of 21:25, 5 September 2012

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