atrcopy/atrcopy
2017-03-20 23:55:36 -07:00
..
__init__.py Addded git_style_mask/ get_style_bits to export list 2017-03-15 06:11:24 -07:00
ataridos.py Added comments for VTOC, Directory sectors in Atari, Apple DOS formats 2017-03-20 23:12:54 -07:00
cartridge.py Added checks for invalid cart type and added unit tests 2016-06-03 13:05:16 -07:00
diskimages.py Moved Atari boot disk-specific stuff out of base class 2017-03-02 12:28:05 -08:00
dos33.py Added 'use_origin' flag to let disassembler know that it has a real origin in memory so that labels are meaningful 2017-03-20 23:48:59 -07:00
errors.py Added UnsupportedDiskImage error to show that the disk has a known format but it's not able to be parsed 2017-03-07 11:05:16 -08:00
kboot.py Changed get_filename() into a property 2017-02-24 08:42:04 -08:00
mame.py Fixed MAME rom check to allow 16 byte ROM images instead of minimum 256 byte 2016-10-01 18:40:40 -07:00
parsers.py Reduced number of Atari cartridge groups to 2: 8-bit and 5200 2017-03-20 23:55:36 -07:00
segments.py Added 'use_origin' flag to let disassembler know that it has a real origin in memory so that labels are meaningful 2017-03-20 23:48:59 -07:00
spartados.py Fixed parsing of disk images broken after recent rearrangement of classes 2017-02-23 15:34:56 -08:00
utils.py Fixed adding a file to a disk with zero directory entries 2017-02-26 21:35:30 -08:00