initial fce ultra 0.81 import
[fceu.git] / Documentation / rel / 3.6
CommitLineData
c62d2810 1/******************************************************************************/
2/* 3.6) Compressed File Notes */
3/******************************************************************************/
4
5 FCE Ultra can load data from both PKZIP-format files and
6 gzip-format files. Only one type of (de)compression algorithm is
7 supported: "deflate"; this seems to be the most popular compression
8 algorithm, though.
9
10 A compressed FDS disk image will only be saved back to disk if it
11 uses the gzip format.
12
13 All files in a PKZIP format file will be scanned for the
14 followings extensions: .nes, .fds, .nsf, .unf, .nez, .unif
15 The first compressed file to have one of these extensions will be
16 loaded. If no compressed file has one of these extensions, the
17 first compressed file will be loaded.
18
19