a verification and copy program for Apple II .woz disk images
Go to file
Jeff Epler a4060ed7c3
Correctly write physical sector at the end of the track
In particular, `dos33.a2r` linked in
https://github.com/a2-4am/passport.py/issues/3
ends up with sector 0 having a start of 49255 and an end of 3295.

This fixes `dos33.a2r` but not `Copy II Plus Parameter Disk - Disk 1, Side A.a2r`.
Its .woz file will now `passport.py verify` but still doesn't boot
in an emulator. (in fact, it may have passed `verify woz` before and my
report otherwise was incorrect)
2022-03-23 12:39:33 -05:00
passport Correctly write physical sector at the end of the track 2022-03-23 12:39:33 -05:00
.gitignore initial commit 2018-05-21 20:33:43 -04:00
LICENSE
passport.py update to latest wozardry, copy as much metadata as possible when creating woz files 2019-03-03 19:13:21 -05:00
README.md

passport.py