1snapconv(1) Emulators snapconv(1)
2
3
4
6 snapconv - Sinclair ZX Spectrum snapshot converter
7
9 snapconv [ -c ] [ -n ] infile outfile
10
12 snapconv converts between ZX Spectrum snapshot files.
13
15 -c specifies that all data in the output snapshot should be com‐
16 pressed, even if that compression will result in a bigger file
17 than if some data is left uncompressed. This helps compatibility
18 with some buggy programs that can only read entirely compressed
19 .z80 files.
20
21 -n specifies that the output snapshot should be uncompressed.
22
23 infile specifies the snapshot to be converted. This file can be in any
24 of the snapshot formats supported by libspectrum(3).
25
26 outfile
27 specifies the output snapshot. The format will be determined by
28 the file extension and can be in any of the formats libspec‐
29 trum(3) supports for output.
30
32 None known.
33
35 fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), snap2tzx(1)
36
37 The comp.sys.sinclair Spectrum FAQ, at
38 http://www.worldofspectrum.org/faq/index.html.
39
41 Philip Kendall (philip-fuse@shadowmagic.org.uk).
42
43
44
45Version 0.9.0 5th January, 2008 snapconv(1)