Difference between revisions of "Spectranet ROM images"

From Spectrum
Jump to navigation Jump to search
(New page: == Instructions == Download the file for the language of your choice. To flash the new ROM image, you must load it onto the Spectrum. This can be done from a PC using the ethup tool, ...)
 
Line 1: Line 1:
== Instructions ==
== Watch this space ==


Download the file for the language of your choice. To flash the new ROM image, you must load it onto the Spectrum. This can be done from a PC using the [[ethup]] tool, or via the EAR socket as a TZX file.
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.


How to flash the new ROM using ethup:
[[User:Winston|Winston]] 21:37, 11 April 2011 (BST)
 
# Download the ROM image for your language (English and Spanish ROMs are available).
# CLEAR 32767 on the Spectrum.
# Close the NMI switch to bring up the NMI menu.
# Choose option C - load arbitrary data.
# Use [[ethup]] to send the file from the PC, for example "ethup 172.16.0.4 romprog.out" to send the English ROM to a Spectrum on IP 172.16.0.4.
# Exit back to BASIC.
# RANDOMIZE USR 32768
 
How to flash the new ROM using the TZX file:
 
# Download the TZX file for your language.
# CLEAR 32767 on the Spectrum.
# Use an appropriate TZX player on the PC, and LOAD "" CODE on the Spectrum.
# When loaded, RANDOMIZE USR 32768
 
== Downloads ==
 
ROM image binary file (for use with 'ethup'):
 
* English: [http://spectrum.alioth.net/downloads/romprog.out romprog.out]
* Español: [http://spectrum.alioth.net/downloads/romprog_es.out romprog_es.out]
 
TZX file for loading via the EAR port:
 
* English: [http://spectrum.alioth.net/downloads/romprog.tzx romprog.tzx]
* Español: [http://spectrum.alioth.net/downloads/romprog_es.tzx romprog_es.tzx]
 
[[Category:Spectranet]]

Revision as of 21:37, 11 April 2011

Watch this space

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.

Winston 21:37, 11 April 2011 (BST)