atrcopy/atrcopy
Rob McMullen 4c53fb6e48 fixed #14: add check for nonstandard dos33 sector size and reset if found 2022-03-16 11:02:26 -07:00
..
templates Added file type to .inf files 2018-10-30 13:17:03 -07:00
__init__.py Use basename of file as name to store in directory when adding file to ATR image 2021-11-22 05:10:42 -08: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 for command line changes 2021-10-09 17:52:46 -07:00
ataridos.py Removed some debug prints 2019-03-08 10:34:55 -08:00
cartridge.py Removed some debug prints 2019-03-08 10:34:55 -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 fixed #14: add check for nonstandard dos33 sector size and reset if found 2022-03-16 11:02:26 -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 Removed some debug prints 2019-03-08 10:34:55 -08: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
omnivore_loader.py Removed some debug prints 2019-03-08 10:34:55 -08:00
parsers.py Removed some debug prints 2019-03-08 10:34:55 -08:00
segments.py Changed save_session to serialize_session 2019-03-17 14:12:41 -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
utils.py Replaced fromstring with frombuffer (and copy if necessary) 2019-03-17 14:13:11 -07:00