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
12 snap2tzx converts a ZX Spectrum snapshot into a .tzx tape image.
13
15 -1 string
16 causes string (which has a maximum of 32 characters) to be shown
17 while loading.
18
19 -2 string
20 causes string (maximum 32 characters) to also be shown while
21 loading.
22
23 -b colour
24 specifies the border colour while loading.
25
26 -g string
27 causes string (maximum 32 characters) to be used as the game
28 name while loading.
29
30 -l string
31 causes string (maximum 8 characters) to be used as the BASIC
32 filename in the loader.
33
34 -o filename
35 causes the output to be sent to filename.
36
37 -r causes the final line of attribute data in the loading screen to
38 be bright.
39
40 -s speed
41 specifies the speed of the loader; available values for speed
42 are 0 (1500 bps), 1 (2250 bps), 2 (3000 bps) and 3 (6000 bps).
43
44 -v specifies verbose output.
45
46 -$ filename
47 specifies that the ZX Spectrum screen stored in filename should
48 be used as the loading screen.
49
50 snapshot
51 specifies the snapshot (in a format supported by libspectrum(3))
52 to be converted.
53
54 In any string parameter, the tilde (~) will be converted into a copy‐
55 right symbol.
56
58 None known.
59
61 fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), snapconv(1)
62
63 The comp.sys.sinclair Spectrum FAQ, at
64 http://www.worldofspectrum.org/faq/index.html.
65
67 Philip Kendall (philip-fuse@shadowmagic.org.uk).
68
69 Tomaz Kac wrote z802tzx (ftp://ftp.worldofspectrum.org/pub/sin‐
70 clair/tools/unix/z802tzx-1.2.tar.gz), on which snap2tzx is very heavily
71 based.
72
73 Martijn van der Heide wrote the turbo-loading code, originally for
74 Taper (http://www.worldofspectrum.org/taper.html).
75
76
77
78Version 1.0.0 16th December, 2010 snap2tzx(1)