1snap2tzx(1) Emulators snap2tzx(1)
2
3
4
6 snap2tzx — Convert ZX Spectrum snapshot to .tzx tape images
7
9 snap2tzx [-1 string] [-2 string] [-b colour] [-g string] [-l string]
10 [-o filename] [-r] [-s speed] [-v] [-$ filename] snapshot
11
13 snap2tzx converts a ZX Spectrum snapshot into a .tzx tape image.
14
16 -1 string
17 causes string (which has a maximum of 32 characters) to be shown
18 while loading.
19
20 -2 string
21 causes string (maximum 32 characters) to also be shown while
22 loading.
23
24 -b colour
25 specifies the border colour while loading.
26
27 -g string
28 causes string (maximum 32 characters) to be used as the game
29 name while loading.
30
31 -l string
32 causes string (maximum 8 characters) to be used as the BASIC
33 filename in the loader.
34
35 -o filename
36 causes the output to be sent to filename.
37
38 -r causes the final line of attribute data in the loading screen to
39 be bright.
40
41 -s speed
42 specifies the speed of the loader; available values for speed
43 are 0 (1500 bps), 1 (2250 bps), 2 (3000 bps), 3 (4500 bps), 4
44 (5000 bps) and 5 (6000 bps).
45
46 -v specifies verbose output.
47
48 -$ filename
49 specifies that the ZX Spectrum screen stored in filename should
50 be used as the loading screen.
51
52 -h, --help
53 give brief usage help, listing available options.
54
55 -V, --version
56 output version information.
57
58 snapshot
59 specifies the snapshot (in a format supported by libspectrum(3))
60 to be converted.
61
62 In any string parameter, the tilde (~) will be converted into a copy‐
63 right symbol.
64
66 None known.
67
69 fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), snapconv(1)
70
71 The comp.sys.sinclair Spectrum FAQ, at
72 http://www.worldofspectrum.org/faq/index.html.
73
75 Philip Kendall (philip-fuse@shadowmagic.org.uk).
76
77 Tomaz Kac wrote z802tzx (ftp://ftp.worldofspectrum.org/pub/sin‐
78 clair/tools/unix/z802tzx-1.2.tar.gz), on which snap2tzx is very heavily
79 based.
80
81 Martijn van der Heide wrote the turbo-loading code, originally for Ta‐
82 per (http://www.worldofspectrum.org/taper.html).
83
84
85
86Version 1.4.3 1st July, 2018 snap2tzx(1)