]> Shamusworld >> Repos - apple2/commit
Added WOZ 2 support.
authorShamus Hammons <jlhamm@acm.org>
Sat, 9 Feb 2019 21:42:07 +0000 (15:42 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 9 Feb 2019 21:42:07 +0000 (15:42 -0600)
commit63762cef81da80d12773c646a3b3154e3ae1d0fc
tree43e90cccac23501b7cfc85fff7f54e7cd82dc1c3
parent31d2453ee7e0b2f8b550fdc17f13b92bb9fab7ee
Added WOZ 2 support.

It will read/write WOZ 2, though internally it doesn't obey the "optimal
bit timing" value yet; support for that is coming.  :-)  It will also
silently upconvert WOZ 1 images, though that will only matter if the
disk is writable and is written to.
Makefile
src/fileio.cpp [new file with mode: 0644]
src/fileio.h [new file with mode: 0644]
src/floppydrive.cpp
src/floppydrive.h
src/gui/diskselector.cpp
src/gui/diskselector.h