Commit Graph

  • 053c7a773e Changed get_xex to return segments: root segment & list of sub-segments Rob McMullen 2017-03-26 15:41:07 -0700
  • 2e3a6147d5 Removed use_origin flag and assume any segment with a start_addr > 0 is meant to have an origin Rob McMullen 2017-03-24 22:07:57 -0700
  • c897460df0 PEP8 whitespace fixes Rob McMullen 2017-03-23 10:06:37 -0700
  • 6f29e6053a Added resizable segments Rob McMullen 2017-03-21 16:25:59 -0700
  • 7da17d65bc Reduced number of Atari cartridge groups to 2: 8-bit and 5200 Rob McMullen 2017-03-20 23:55:36 -0700
  • 491589d686 Added 'use_origin' flag to let disassembler know that it has a real origin in memory so that labels are meaningful Rob McMullen 2017-03-20 23:25:52 -0700
  • e7f0b49c34 Added comments for VTOC, Directory sectors in Atari, Apple DOS formats Rob McMullen 2017-03-20 22:50:39 -0700
  • f152a7dd2d Change to data style for some known locations Rob McMullen 2017-03-20 14:29:08 -0700
  • 72c4fb430a Use parser name as the name of the default segment Rob McMullen 2017-03-20 13:37:51 -0700
  • a7b24e705e SegmentParser now stores ref to segment data so it can reparse without having to pass that in again Rob McMullen 2017-03-19 13:07:19 -0700
  • da7c7830bb Fixed data_base, style_base for indexed segments Rob McMullen 2017-03-19 11:53:44 -0700
  • 592abfa0ee Fixed get_comment_locations to return unindexed style so those segments using OrderedWrapper will work Rob McMullen 2017-03-18 20:54:36 -0700
  • b7aa965d47 Fixed get_entire_style_ranges if split_comments passed in a None Rob McMullen 2017-03-18 20:10:29 -0700
  • 7ad688854c removed some debug prints Rob McMullen 2017-03-18 00:06:01 -0700
  • d9ced9fbd2 Fixed get_comment_locations: was using a copy and returning a subset of the original Rob McMullen 2017-03-17 23:43:43 -0700
  • 46409addae Fixed variable name typo Rob McMullen 2017-03-15 06:13:04 -0700
  • f34ec6e084 Addded git_style_mask/ get_style_bits to export list Rob McMullen 2017-03-15 06:11:24 -0700
  • 026417b295 Added better comment save/restore methods Rob McMullen 2017-03-13 11:49:35 -0700
  • f1b0f5ebac Added faster comment splitting * added functions to copy a segment & its base so comments can be marked on the copy of the base and show up in the copy of the segment Rob McMullen 2017-03-13 07:05:37 -0700
  • afa9c9786a Fixed xex creation test Rob McMullen 2017-03-12 21:48:13 -0700
  • bdf0b67075 Fixed segment rawdata copy for non-indexed segments Rob McMullen 2017-03-12 21:46:24 -0700
  • bd4ff9569a Added copy function to raw data Rob McMullen 2017-03-12 17:01:28 -0700
  • 476f0cd568 Added splitting-on-comments when using get_entire_style_ranges, refs: https://github.com/robmcmullen/omnivore/issues/117 Rob McMullen 2017-03-12 14:16:08 -0700
  • 5f9acaa802 Added UnsupportedDiskImage error to show that the disk has a known format but it's not able to be parsed Rob McMullen 2017-03-07 10:43:46 -0800
  • e38b94fc0c Added extra parameter to ScreenSaver encode_data method * intended to be a link back to the user interface in case it needs to use a dialog to get more info from the user Rob McMullen 2017-03-04 17:21:25 -0800
  • e980019bf6 Moved Atari boot disk-specific stuff out of base class Rob McMullen 2017-03-02 12:28:05 -0800
  • d23f1abda7 Fixed Atari boot disk so it's recognized again Rob McMullen 2017-03-02 12:16:22 -0800
  • 334fc3644c reordered display of command line arguments when using -h Rob McMullen 2017-02-27 12:38:28 -0800
  • ea09ec8833 Changed remove to delete: renamed argument -r to -d Rob McMullen 2017-02-27 11:56:08 -0800
  • 1f7d82c208 Fixed file type setting adding a file to DOS 3.3 Rob McMullen 2017-02-26 21:43:20 -0800
  • 6910cb4539 Fixed adding a file to a disk with zero directory entries Rob McMullen 2017-02-26 21:35:30 -0800
  • 1262e23df6 Fixed an argument list after refactoring Rob McMullen 2017-02-26 19:55:12 -0800
  • 3e3a547634 removed debug prints Rob McMullen 2017-02-26 19:12:32 -0800
  • 9a87d10326 Added extra metadata command to print out lots of info about dirent Rob McMullen 2017-02-26 17:08:55 -0800
  • f00ef7cbea Fixed variable name typo Rob McMullen 2017-02-26 15:26:40 -0800
  • 1011b2dd12 VTOC now respects starting sector label when printing out grid Rob McMullen 2017-02-26 15:23:05 -0800
  • 28f2d11be2 Atari DOS disks should start from sector 1 Rob McMullen 2017-02-26 15:22:28 -0800
  • eda250185e Fixed file deletion that was not updating the VTOC Rob McMullen 2017-02-26 14:23:58 -0800
  • e9af557200 Added option to show vtoc Rob McMullen 2017-02-26 14:14:25 -0800
  • 74b0a63ef6 Changed meaning of --all to operate on all files rather than just extract all files Rob McMullen 2017-02-26 14:10:01 -0800
  • f4057f6ad5 Added Dirent abstract base class and ability for find_dirent to take filename or dirent Rob McMullen 2017-02-26 14:06:29 -0800
  • 4d1f17677d Added pretty printing of VTOC by track * changed VTOC, Directory classes to keep pointer to header, not just sector sizes Rob McMullen 2017-02-26 13:34:07 -0800
  • 151cf06115 Added --shred command line arg to fill free sectors with zero Rob McMullen 2017-02-26 13:07:36 -0800
  • 91dc32e430 Added missing argument to create_executable_file_image Rob McMullen 2017-02-26 12:45:54 -0800
  • 718101d4a4 Added -b command line flag to add raw data to executables Rob McMullen 2017-02-26 12:31:34 -0800
  • 07cdb05ba2 Added -s command to use pyatasm to assemble MAC/65 source and place it in a file in the disk image Rob McMullen 2017-02-26 12:14:23 -0800
  • 3e77cb86bc Added automatic data byte marking for XEX expanded files Rob McMullen 2017-02-24 23:48:10 -0800
  • 39b988863c Extract load addr for DOS 3.3 binary files * automatically mark first 4 bytes of binary file as data * made summary, file_type properties Rob McMullen 2017-02-24 23:36:08 -0800
  • 55fd4f00c6 Gracefully handle ProDOS images by saying they aren't supported Rob McMullen 2017-02-24 22:20:35 -0800
  • 58932b5bd7 Config logger so it doesn't say it can't find any handlers Rob McMullen 2017-02-24 22:20:07 -0800
  • 08be06df62 Updated to version 4.0 for upcoming release Rob McMullen 2017-02-24 22:05:41 -0800
  • d19dd3b218 Added file manipulation commands to atrcopy script Rob McMullen 2017-02-24 11:57:51 -0800
  • 8ec391edc9 Removed some debug prints Rob McMullen 2017-02-24 10:39:47 -0800
  • efb0d6ef28 Added count of free sectors based on VTOC allocation table Rob McMullen 2017-02-24 10:14:38 -0800
  • 68469e8e92 Added tests for deleting all files Rob McMullen 2017-02-24 10:13:31 -0800
  • 9733aa4777 Changed get_filename() into a property Rob McMullen 2017-02-24 08:42:04 -0800
  • 3007e384a6 Changed size of last delete test so it will fit on the DOS 3.3 test disk image Rob McMullen 2017-02-24 08:24:34 -0800
  • 4485cd7e63 Fixed deleted flag and track/sector list length. Most delete tests pass Rob McMullen 2017-02-23 22:54:01 -0800
  • fe5fc502ca Progress in deleting DOS 3.3 files Rob McMullen 2017-02-23 22:16:18 -0800
  • 7afa2a0e92 Changed file comparisons to numpy array_equals Rob McMullen 2017-02-23 22:15:20 -0800
  • 2558a51826 Fixed DOS 3.3 directory sector linking. Tests are starting to pass! Rob McMullen 2017-02-23 19:51:22 -0800
  • 605f77afb3 Removed SectorBuilder class; fixed DOS 3.3 track/sector list * put SectorBuildeR functionality into DiskImage Rob McMullen 2017-02-23 19:13:48 -0800
  • 9e1e60420c Added missing method for KBoot Rob McMullen 2017-02-23 19:10:52 -0800
  • f04db6bf29 Fixed directory loading; was referencing first_directory on disk image object Rob McMullen 2017-02-23 15:59:42 -0800
  • 4514e46161 Fixed parsing of disk images broken after recent rearrangement of classes Rob McMullen 2017-02-23 15:34:56 -0800
  • 6e8cf1c4c4 Moved some classes to different files, fixed Atari dos tests * consolidated bytes_per_sector and sector_size (which mean the same thing) into sector_size * moved AtrHeader, XfdHeader to ataridos.py * moved base classes like WriteableSector, SectorList, etc. to utils.py Rob McMullen 2017-02-23 14:23:29 -0800
  • f84cea7170 Moved file creation classes to utils.py * prefer to pass around header than individual attributes so instances can get what they want Rob McMullen 2017-02-23 13:53:32 -0800
  • 35c13bb9d5 Added BaseHeader for superclass Rob McMullen 2017-02-23 13:02:56 -0800
  • 04edbed853 Fixed VTOC bit packing and unpacking Rob McMullen 2017-02-23 12:04:14 -0800
  • fe01a97c1f Progress on DOS 33 VTOC using complicated numpy manipulation. * not complete, and may be easier to understand by using a reorder on the raw bytes rather than trying to convert to 16 bit values and skipping every other Rob McMullen 2017-02-22 23:19:12 -0800
  • b87335dfa8 Fixed directory name output; still not passing any tests Rob McMullen 2017-02-22 14:01:54 -0800
  • 5a1718bf1d Changed sector labels for DOS 33 to report track, sector rather than sector number Rob McMullen 2017-02-22 12:12:52 -0800
  • 3157b13727 Added tests for DOS 33 disk images; code still failing all tests, but making progress Rob McMullen 2017-02-22 12:11:56 -0800
  • 4928a35700 Added DOS 33 disk image to package level exports Rob McMullen 2017-02-22 12:11:28 -0800
  • 874b133c5b Added more test_data files Rob McMullen 2017-02-22 07:20:26 -0800
  • d851a06ae1 WIP on DOS 3.3 support Rob McMullen 2017-02-22 07:19:52 -0800
  • 7151739ad3 Added transaction support to write & delete files. * if error occurs, disk image returned to state it was before the call Rob McMullen 2017-02-22 05:42:40 -0800
  • ea92e91865 Added file deletion for Atari DOS Rob McMullen 2017-02-21 23:07:24 -0800
  • 7f2b07b221 More tests for writing Atari DOS files Rob McMullen 2017-02-21 20:08:37 -0800
  • c0340a1807 Fixed file number in Atari DOS files Rob McMullen 2017-02-21 19:49:03 -0800
  • 767e76671b First code to add files to an Atari DOS image Rob McMullen 2017-02-21 19:25:47 -0800
  • 0ba5c8546c Removed view saving stuff and added uuid * the viewer should save any view params, not the segment (there might be multiple views, for instance!) * viewer can reference uuid as key into view params dictionary Rob McMullen 2017-02-21 11:22:31 -0800
  • a34dc24aeb Added missing attributes of DefaultSegment if old versions are restored through unpickling Rob McMullen 2017-02-19 21:45:07 -0800
  • 73a4fff34c Updated version number for cursor save position Rob McMullen 2017-02-19 15:49:06 -0800
  • 0078187cb9 Added attributes to save view position Rob McMullen 2017-02-19 15:48:01 -0800
  • 904f7f13cc Changed data_bit_mask into just one of the user_bit_masks. * data_bit_mask just becomes one of the set of mutually exclusive choices Rob McMullen 2017-02-17 00:06:27 -0800
  • 87f60ab569 Added more comment convenience functions Rob McMullen 2017-02-09 22:55:29 -0800
  • 9cf61e5a82 Added convenienc functions to get style, comments at list of indexes Rob McMullen 2017-02-09 14:20:03 -0800
  • 10e89f6730 Updated version number to 3.3 so omnivore can require it Rob McMullen 2017-02-07 19:58:11 -0800
  • a609bf10db Added iterator over comments in a segment Rob McMullen 2017-02-07 19:14:02 -0800
  • 1f302f8f5b Added check for degenerate case in get_entire_style_ranges Rob McMullen 2017-02-06 14:08:30 -0800
  • c3b6fb252c Added get_entire_style_ranges to return indexes that break up segment by style changes Rob McMullen 2017-02-05 14:46:54 -0800
  • bef03c961c Added convenience function for unindexed copy of data Rob McMullen 2017-01-31 22:43:42 -0800
  • a84ac0dac1 Updated version number to indicate significant bug fix Rob McMullen 2017-01-05 23:49:45 -0800
  • bdd711cb3c Added missing tostring implementation of OrderWrapper Rob McMullen 2017-01-05 23:46:50 -0800
  • d7f5f0c92d Updated bugfix version Rob McMullen 2016-10-01 18:43:21 -0700
  • 3a988495e8 Added extra verbosity to show parsing error Rob McMullen 2016-10-01 18:42:39 -0700
  • 7e51284cb1 Fix for non-standard boot headers using a single sector instead of usual minimum of 3 sectors Rob McMullen 2016-10-01 18:42:02 -0700
  • df38db492a Fixed MAME rom check to allow 16 byte ROM images instead of minimum 256 byte Rob McMullen 2016-10-01 18:40:40 -0700
  • dc3d4c1899 Updated bugfix version Rob McMullen 2016-09-22 11:03:47 -0700