tzxtools

tzxplay

Plays back a TZX file.

This tool is useful to feed a real ZX Spectrum with a TZX file. It is played back via your system’s audio output. Usually you would connect your ZX Spectrum to your computer’s headphone output, and then play back the TZX file.

Optionally, a WAV file can be generated instead. You can store this WAV file on a portable media player, and then use the player to load files into your ZX Spectrum.

Playback can always be aborted by pressing Ctrl-C.

This tool also accepts a TAP file. It is converted to TZX format internally.

Notes

Usage

tzxplay [-h] [-o TARGET] [-v] [-s] [-K] [-r RATE] [-c CLOCK] [-S] [file]

Example

tzxplay game.tzx

Read game.tzx and play it back via your computer’s audio interface.

tzxplay -v game.tzx

Like above, but also shows what block is being processed.

tzxplay -o game.wav game.tzx

Generate a WAV file instead.

tzxcut -i games.tzx 0:5 | tzxplay

Only play back blocks 0 to 5 (inclusive).