atrcopy/atrcopy
Rob McMullen f6bd90656a Added starpath cassette images & changed to binary sha1 hash instead of using hexdigest 2018-11-08 13:38:15 -08:00
..
templates Added file type to .inf files 2018-10-30 13:17:03 -07:00
__init__.py Initial recognition of 5200 carts by sha1 signature 2018-11-08 10:19:26 -08:00
_metadata.py Updated to version 9.1 2018-09-24 11:26:31 -07:00
ataridos.py Added create_emulator_boot_segment to disk images and files 2018-10-26 10:53:35 -07:00
cartridge.py Added starpath cassette images & changed to binary sha1 hash instead of using hexdigest 2018-11-08 13:38:15 -08:00
container.py Added check for incomplete file in container unpacking 2018-07-16 07:03:47 -07:00
dcm.py More documentation for DiskImageContainer 2018-06-24 20:01:44 -07:00
diskimages.py Added create_emulator_boot_segment to disk images and files 2018-10-26 10:53:35 -07:00
dos33.py Added create_emulator_boot_segment to disk images and files 2018-10-26 10:53:35 -07:00
dummy.py added delete_file stub to LocalFilesystemImage 2018-07-18 19:33:44 -07:00
errors.py Refs #1: added detection of DCM images 2018-06-24 17:21:47 -07:00
executables.py Added file extensions recognition to create_executable_file_image 2018-07-17 18:33:16 -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 Added ATR header to kboot images 2018-06-28 10:28:55 -07:00
magic.py Added magic signature detection 2018-04-30 22:28:47 -07:00
mame.py Converted "from errors import *" to "from . import errors" 2018-06-24 12:10:59 -07:00
parsers.py Added starpath cassette images & changed to binary sha1 hash instead of using hexdigest 2018-11-08 13:38:15 -08:00
segments.py Allow DefaultSegment to be created from a simple numpy array 2018-09-18 17:01:26 -07:00
signatures.py Added starpath cassette images & changed to binary sha1 hash instead of using hexdigest 2018-11-08 13:38:15 -08:00
spartados.py Converted "from errors import *" to "from . import errors" 2018-06-24 12:10:59 -07:00
standard_delivery.py Converted "from errors import *" to "from . import errors" 2018-06-24 12:10:59 -07:00
utils.py Classes no longer unnecessarily subclass from object, as in py3 it's the default 2018-06-24 17:20:32 -07:00