pyapple2disk/src/apple2disk
kris c57ee58def Add some more file types
Fix some anomaly types
Add anomalies for corrupted catalog metadata (pointing to out-of-bounds sector)

Don't render the entire disk catalog in __str__, it's too verbose.  Move it to a dedicated Catalog() method
2017-04-24 22:38:38 +01:00
..
__init__.py Initial support for reading .dsk images. 2017-04-15 22:32:26 +01:00
anomaly.py Add an anomaly message type for collecting interesting or unusual artefacts about a disk structure. 2017-04-20 22:59:02 +01:00
applesoft.py Add a container.Container() type that carries a list of Anomaly() 2017-04-20 23:04:24 +01:00
container.py Add a container.Container() type that carries a list of Anomaly() 2017-04-20 23:04:24 +01:00
disk.py When successfully tasting a disk add the new disk as a child of the parent 2017-04-24 22:35:32 +01:00
dos33disk.py Add some more file types 2017-04-24 22:38:38 +01:00
process.py Add some more file types 2017-04-24 22:38:38 +01:00
utils.py Add a utils.HexDump library 2017-04-16 22:56:04 +01:00