A Deno utility
A deno program to convert the TOSEC collection of ZX Spectrum games into a structure suitable for use with games console.
- 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:
[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!