Next: , Previous: , Up: About VICE   [Contents][Index]


2.11 Supported file formats

VICE supports the most popular Commodore file formats:

A utility (c1541, see c1541) is provided to allow transfers and conversions between these formats.

Notice that the use of the X64 file format is deprecated now.

You can convert an X64 file back into a D64 file with the UNIX dd command:

dd bs=64 skip=1 if=IMAGE.X64 of=IMAGE.D64

See The emulator file formats. for a technical description of the supported file formats.