Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.4 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.4 KB

ZX Spectrum TOSEC - Games Organiser

ZX Spectrum TOSEC Utility Script

A Deno utility


A deno program to convert the TOSEC collection of ZX Spectrum games into a structure suitable for use with games console.

Running The Script

  • Install Deno if you haven't already
  • Clone this repo
  • Download the latest from TOSEC Games.zip and unzip it into the repo folder, so you should have a folder called "Games".
  • Run deno task dev

This will move the game files with supported extensions (tap, tzx, pzx, rom, szx, z80, sna, m3u) into a compatible folder structure under /THESPECTRUM directory. As The Spectrum only supports up to 256 files per folder the games are split alphabetically (#, A...Z) and numerically (A0...A3). See: Games File Structure

[NOTE!] In order to increase compatibility this utilty also downloads the original Spectrum ROMs from FBZX into a /THESPECTRUM/roms folder.

Copy THESPECTRUM folder to a suitable USB, plug in to The Spectrum & enjoy!