/DskToWoz2

Converts Apple ][ DSK images to new WOZ2 format images

Primary LanguageCGNU General Public License v3.0GPL-3.0

DskToWoz2

Copyright © 2019, Christopher Alan Mosher, Shelton, Connecticut, USA, cmosher01@gmail.com.

License Latest Release Build Status Build status Donate

Converts Apple ][ disk images in DSK format to WOZ 2.0 format.

*.dsk*.woz


Input floppy disk images are expected to be in Apple DOS 3.x format (16-sector or 13-sector), with one physical byte per logical byte. Common file types include: .dsk .do .d13 .d16

16-sector image files must be 143360 bytes in size, and 13-sector images must be 116480 bytes in size. Images must be normal DOS 3.x disks with a normal VTOC at track $11.

ProDOS (PO) order is not supported. Nibble NIB disk images, or any other formats, are not supported.

Existing .woz files will not be overwritten.

The source code is in C and C++, and depends on Qt.