Commit Graph

  • c57ee58def Add some more file types master kris 2017-04-24 22:38:38 +0100
  • 67683829e4 When successfully tasting a disk add the new disk as a child of the parent kris 2017-04-24 22:35:32 +0100
  • da5afa2a36 Oops T$00 S$00 is boot1, not RWTS kris 2017-04-24 21:54:33 +0100
  • 6ca343400e Add some VTOC anomalies kris 2017-04-20 23:21:01 +0100
  • f3bde766bf Add a container.Container() type that carries a list of Anomaly() objects associated to the container, and builds a tree of child containers with support for depth-first recursion kris 2017-04-20 23:04:24 +0100
  • 8148053965 Add an anomaly message type for collecting interesting or unusual artefacts about a disk structure. kris 2017-04-20 22:59:02 +0100
  • b4ea155b24 Add a utils.HexDump library kris 2017-04-16 22:56:04 +0100
  • b97c404514 - Rename File class to FileType and add support for a filetype parser - Add support for parsing Applesoft basic files - Add a new File class that receives the contents of a DOS 3.3 file (also parsed, if applicable) - Some minor bugfixes kris 2017-04-16 22:23:04 +0100
  • f6581c9078 Fix a bug: data track/sector entries should only be skipped if track == 0, not sector == 0. kris 2017-04-16 00:31:07 +0100
  • df17eac3df Process the VTOC freemap and mark sectors that are claimed to be free kris 2017-04-16 00:24:08 +0100
  • 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 kris 2017-04-16 00:00:46 +0100
  • c66456a9e5 Initial support for reading .dsk images. kris 2017-04-15 22:32:26 +0100
  • df99058710 Initial commit KrisKennaway 2017-04-15 21:33:30 +0100