kris 6ae678890c disk.py
- Support specializations of Sector, and promoting from Sector to a subclass by the Sector.fromSector() classmethod
- have the Sector() __init__ method register itself with the disk via disk.SetSectorOwner()
- Add a disk.RWTS sector type
- Add a disk.Taste classmethod that attempts to interpret a disk as a subclass, which may be rejected

dos33disk.py
- Read the VTOC, Catalog, File metadata and file content sectors and claim them in the disk

process.py
- moved the main() method here to iterate over disk images under a directory and attempt to taste them as DOS 3.3 disks
2017-04-16 00:00:46 +01:00
2017-04-16 00:00:46 +01:00
2017-04-15 21:33:30 +01:00
2017-04-15 21:33:30 +01:00

pyapple2disk

Python libraries for parsing Apple II disk images

Description
Python libraries for parsing Apple II disk images
Readme BSD-2-Clause 45 KiB
Languages
Python 100%