atrcopy/atrcopy
Rob McMullen 8b83d60709 Added enhanced density two-sector VTOC
* fixed calc_dirents bug that failed parsing after a deleted file
2019-03-25 22:34:13 -07:00
..
containers Changed back to subclassing Container object for packing/unpacking 2019-03-24 20:50:14 -07:00
filesystems Added enhanced density two-sector VTOC 2019-03-25 22:34:13 -07:00
media_types Added check for magic values in media types 2019-03-25 12:08:17 -07:00
templates Added file type to .inf files 2018-10-30 13:17:03 -07:00
__init__.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
_metadata.py Updated version to 10.0; split metadata into 2 files as per my new "standard" 2019-03-07 13:02:57 -08:00
_version.py Updated version to 10.0; split metadata into 2 files as per my new "standard" 2019-03-07 13:02:57 -08:00
ataridos.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
cartridge.py Removed some debug prints 2019-03-08 10:34:55 -08:00
container.py Added sector convenience functions that return segments 2019-03-25 11:54:03 -07:00
diskimages.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
dos33.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
dummy.py added delete_file stub to LocalFilesystemImage 2018-07-18 19:33:44 -07:00
errors.py Added check for magic values in media types 2019-03-25 12:08:17 -07:00
executables.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
filesystem.py Added file parsing in atari dos dirent 2019-03-25 16:32:54 -07:00
fstbt.py fstbt: added sector ranges available through the recent standard delivery changes 2017-07-07 12:19:04 -07:00
kboot.py Replaced fromstring with frombuffer (and copy if necessary) 2019-03-17 14:13:11 -07:00
magic.py Fixed magic identification return value in find_diskimage 2019-03-07 11:26:22 -08:00
mame.py Replaced fromstring with frombuffer (and copy if necessary) 2019-03-17 14:13:11 -07:00
media_type.py Added enhanced density two-sector VTOC 2019-03-25 22:34:13 -07:00
omnivore_loader.py Removed some debug prints 2019-03-08 10:34:55 -08:00
parser.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
segment.py Added file parsing in atari dos dirent 2019-03-25 16:32:54 -07:00
segments.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
signatures.py Added vectrex cartridge mime type and signatures 2018-11-08 16:36:14 -08:00
spartados.py Converted "from errors import *" to "from . import errors" 2018-06-24 12:10:59 -07:00
standard_delivery.py Replaced fromstring with frombuffer (and copy if necessary) 2019-03-17 14:13:11 -07:00
style_bits.py In progress change to entry point containers, parsers 2019-03-20 12:49:47 -07:00
utils.py Replaced fromstring with frombuffer (and copy if necessary) 2019-03-17 14:13:11 -07:00