Skip to content

HumitZX/Universo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universo

This is one of the programs I made in 1992 for my Spectrum +2A. It is a sort of spacepedia with information about the solar system, the constellations, the comets, the stars, the eclipses, and the space exploration launching planned up until 2001. It was inspired by the same name program appeared in Microhobby 195, by Francisco González (Richard).

The pass-key requested to run this program is PK-204.

Development

The program was completely implemented in Sinclair BASIC. As the total information collected for this program exceeded the usual 48K limit, it was split in several small parts that were pre-stored in the available M: unit, and loaded on demand.

Intermediate programs

  • UNIVERSO, with 247 bytes, is the main loader. It loads the screen, and the secondary loader (CARGADOR).
  • CARGADOR, with 604 bytes, is the secondary loader. It asks for the pass-key (remember, it is PK-204), and if introduced correctly, it starts loading the remainder parts of the program. And if not, it just resets the computer (with a RANDOMIZE USR 39, I don't remember why I used 39 instead of the usual 0).
  • SIS, with 15031 bytes, contains the part related to the solar system.
  • CONS, with 32892 bytes, contains the part related to the constellations.
  • COMETS, with 2631 bytes, contains the part related to the comets.
  • STARS, with 3611 bytes, contains the part related to the stars.
  • ECLIP, with 1892 bytes, contains the part related to the eclipses.
  • BOOM, with 1862 bytes, contains the part related to planned launching.
  • MENU, with 2628 bytes, is the main menu.

References

As mentioned in the program itself, I used two main sources of information for the contents of the program (I honestly don't remember what were the "etc" sources, but I guess they were mostly things learned from my frequent visits to Madrid Planetarium):

  • A scientific issue about the Sun.
  • Tarnoni's Manual (Ungenio Tarconi was the Spanish name for the Disney character Gyro Gearloose).

Tarconi's Manual

Back in the 70s and in the 80s, the Spanish publisher that had the license to publish the materials from Disney, published several manuals from their most well-known characters at the time, originally produced by the Italian publisher Mondadori:

  • Junior Woodchucks Manual (Manual de los Jóvenes Castores), focused on, you know, things related to the Junior Woodchucks.
  • Uncle Scrooge Manual (Manual del Tío Gilito), focused mostly in economics and money history.
  • Duck Avenger Manual (Manual de Patomás), focused on magic tricks.
  • Grandma Duck Manual (Manual de la Abuela Pato), focused con cooking recipes.
  • Gyro Gearloose Manual (Manual de Tarconi), focused on science, technology and inventions.

(They even published a manual about nature using the Yogi Bear from Hanna-Barbera)

As far as I can remember, I got most of the information related to constellations, comets, stars, eclipses and launching from this manual. My old copy of this manual must be in my parent's basement. I would try to recover it when I go back to visit them with enough time to look for it, and share some of the pages that I may have used as a reference for this program.

About

Universo is one of the programs I made for the ZX Spectrum +2A in 1992.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages