Commit Graph

  • 441c6f449f Fix for stale code in 130k disk image support Rob McMullen 2016-09-21 15:24:50 -0700
  • 089363167f Updated version number to indicate DOS 3.3 support Rob McMullen 2016-07-28 19:56:25 -0700
  • 71268cd0fa Attempt to handle bad track/sector list in DOS 3.3 image Rob McMullen 2016-07-28 19:37:40 -0700
  • f6a929f915 Added DOS 3.3 boot segments Rob McMullen 2016-07-20 18:55:05 -0700
  • c89b89f9a7 Fixed sector number offset for raw sector labels Rob McMullen 2016-07-20 18:12:07 -0700
  • a4726f1c5a Initial support for DOS 3.3 VTOC Rob McMullen 2016-07-20 17:37:38 -0700
  • ac8b750c44 Added ProDOS placeholder disk image Rob McMullen 2016-07-20 10:03:29 -0700
  • c6ef73358a Removed sector size assumption of 128 bytes if non-standard disk image size Rob McMullen 2016-07-20 10:02:49 -0700
  • 74ea705347 Initial DOS 3.3 detection Rob McMullen 2016-07-20 08:13:44 -0700
  • d3265737ca Don't insert title or author when user supplies bootcode for XEX header Rob McMullen 2016-06-12 10:13:59 -0700
  • 1dc003d65f Added origin to default string representation Rob McMullen 2016-06-09 10:05:14 -0700
  • f64ffb777b Added user data serialization and expanded user data to actually use the user_index field so multiple types of user data are actually supported Rob McMullen 2016-06-06 14:31:51 -0700
  • 66bb7e63ea Added new test_data directory for test images Rob McMullen 2016-06-06 11:53:55 -0700
  • 2b7d895f80 Added new class UserExtraData to expand the capability for storing additional data in the global segment * moved comments into this class Rob McMullen 2016-06-05 23:30:18 -0700
  • 8f8fbb3bbd Updated version 3.0.1 Rob McMullen 2016-06-03 16:16:37 -0700
  • 0171d85d31 Added customizable title & author screen for xexboot images Rob McMullen 2016-06-03 16:14:52 -0700
  • 2f0e682de7 Updated readme to show cart, MAME support Rob McMullen 2016-06-03 16:14:31 -0700
  • 20feb9c96a Added checks for invalid cart type and added unit tests 3.0.0 Rob McMullen 2016-06-03 13:05:16 -0700
  • f969d27e43 Added MAME segment parsing from Omnivore Rob McMullen 2016-06-03 12:40:48 -0700
  • d8b100fd95 Updated version to 3.0.0 Rob McMullen 2016-06-03 11:01:11 -0700
  • 75077e238f Reordered cartridges Rob McMullen 2016-06-02 22:58:11 -0700
  • 22a832e46f Grouped carts > 128K into large cart MIME type Rob McMullen 2016-06-02 22:51:16 -0700
  • 4a32078757 Restructured order of cart list so index & cart type don't correspond any more * added get_cart convenience function to look up cart data from cart type Rob McMullen 2016-06-02 17:18:06 -0700
  • 7500aafce1 Added strict/relaxed checking to allow autoload scanning to match as narrowly as possible * added cart image names from atari800 source Rob McMullen 2016-06-02 16:59:59 -0700
  • be7dd609c7 Initial support for parsing cartridge images Rob McMullen 2016-06-02 15:09:34 -0700
  • 0b6b704667 Added addl sanity checking for boot sector params in BootDiskImage Rob McMullen 2016-06-02 13:00:21 -0700
  • 68de323d3f Added better error checking for atari DOS executables Rob McMullen 2016-06-01 15:37:28 -0700
  • f1038329ee Added parsers and MIME type definitions from Omnivore * restructured main script to use parsers, replacing the old logic Rob McMullen 2016-06-01 14:54:52 -0700
  • ea9466cda7 Added segment interleaving support Rob McMullen 2016-05-17 14:53:52 -0700
  • 0f209cf50a Fixed indexing of sub-arrays Rob McMullen 2016-05-09 23:45:10 -0700
  • 4c4da4bf38 Added add_atr_header and removed hack to insert a header into an already existing disk image * until I think of a better solution, forcing you to create an entirely new disk image Rob McMullen 2016-05-05 23:11:06 -0700
  • a8af883d1f Added custom bootcode to add_xexboot_header Rob McMullen 2016-05-05 23:10:28 -0700
  • 6d2f483f40 Changed to my own bootloader rather than kboot Rob McMullen 2016-05-05 17:44:20 -0700
  • eaca5e166a Added XEX creator from a list of segments Rob McMullen 2016-05-05 17:14:23 -0700
  • cfe6c775bb Added ability to create ATR header Rob McMullen 2016-05-05 13:59:56 -0700
  • bc7097dfd0 Fix for incorrect ObjSegment call when there's a short segment header Rob McMullen 2016-05-04 11:18:50 -0700
  • b977322a4e Initial attempt at adding kboot header Rob McMullen 2016-05-03 23:21:01 -0700
  • ccebfdf354 added get next/previous change in style mask Rob McMullen 2016-04-29 11:37:50 -0700
  • fd9ebe61b2 Added not_user_bit_mask Rob McMullen 2016-04-29 11:37:32 -0700
  • f2873c8b7d Added support for diff_bit_mask and displaying differences between two segments Rob McMullen 2016-04-28 19:00:42 -0700
  • 7ed99d614f Fixed KBoot segment creation Rob McMullen 2016-04-25 11:57:41 -0700
  • 6a924a5970 Removed wxpython specific get_file_dialog_wildcard out of atrcopy & added more descriptive class attribute names for segment saver info Rob McMullen 2016-04-19 16:01:05 -0700
  • 74bbc5c67f Fixed style mask for user defined bits Rob McMullen 2016-04-18 15:44:09 -0700
  • 02ba76f358 Changed to labeled bit mask constants rather than hard-coded bit values * changed to one user bit mask value rather than separate bits Rob McMullen 2016-04-18 11:54:29 -0700
  • e9640269f9 Added exception when base index out of range in a normal (non-indexed) segment * matches what happens in indexed segments Rob McMullen 2016-04-18 10:34:40 -0700
  • 2edfc1786c Added user style bits Rob McMullen 2016-04-15 15:53:54 -0700
  • 7cb1c13703 Added some convenience functions: reverse index mapping, valid index check, and sorted comments list Rob McMullen 2016-04-13 16:12:23 -0700
  • d246b7ca70 fixed bug in get_raw_index that wasn't returning int when there was no base array Rob McMullen 2016-04-13 15:46:46 -0700
  • 19b90e9305 set _search_copy in segment so restoring using __setstate__ will have that attribute Rob McMullen 2016-04-12 19:57:28 -0700
  • b3e5005b56 bug fix release 2.6.1 Rob McMullen 2016-04-12 17:53:49 -0700
  • 15742653aa Fix for reconstruct_raw on old data that doesn't have _order_list Rob McMullen 2016-04-12 17:53:12 -0700
  • 97394e0e89 Added some logging, version number to 2.6.0 Rob McMullen 2016-04-12 17:13:33 -0700
  • a33e5aa6b2 Added segment parsing of DOS files within ATR images * removed IndexedByteSegment; moved segment order info into SegmentData and OrderWrapper Rob McMullen 2016-04-12 17:04:21 -0700
  • 1ab03e2612 Fixed typo in Atari DOS vtoc parsing Rob McMullen 2016-04-12 11:47:27 -0700
  • ae9a3e7f92 Updated version to 2.5.1 Rob McMullen 2016-04-11 15:03:05 -0700
  • 76b656ad88 Added get_first_comment convenience method Rob McMullen 2016-04-11 14:44:20 -0700
  • 5266c5837d Added clear_comment utility method Rob McMullen 2016-04-11 11:36:07 -0700
  • 218cfeafe8 Changed get_comment to return empty string instead of None Rob McMullen 2016-04-09 16:34:08 -0700
  • 9835c0521f Added text comments Rob McMullen 2016-04-05 22:55:08 -0700
  • d8236e4edd Added pseudo-serialization for segments, and unit test Rob McMullen 2016-04-04 12:54:59 -0700
  • 5465edcfdf Added error checking for valid VTOC Rob McMullen 2016-03-28 15:48:46 -0700
  • 66e7c14ddb Changed permissions to 644 Rob McMullen 2016-03-25 16:09:29 -0700
  • c8ccd73779 Added SegmentData class and updated to version 2.5.0 in preparation for adding comments Rob McMullen 2016-03-25 16:07:16 -0700
  • 3c2f6df828 Added clear_style_ranges Rob McMullen 2016-03-10 10:34:12 -0800
  • 31085bd83e Update version to 2.4.0 Rob McMullen 2016-03-06 22:27:05 -0800
  • 44341691f0 Added bool_to_ranges to convert numpy boolean result to list of ranges Rob McMullen 2016-03-06 21:38:59 -0800
  • 7549140abe Added a 'data' style that acts as a flag to the disassmebler to not disassemble this region Rob McMullen 2016-03-05 20:58:30 -0800
  • 06aa3bfa9b Added verbose info for segments using dirents Rob McMullen 2016-03-05 20:53:08 -0800
  • d6fec961b8 Added verbose_info property for segments allowing more descriptive text Rob McMullen 2016-03-04 23:52:05 -0800
  • f2f36f11c5 Fixed mistake in EmptySegment constructor Rob McMullen 2016-03-04 13:02:59 -0800
  • 18b53b8fcb Updated version number to 2.3.3 Rob McMullen 2016-03-02 14:30:29 -0800
  • 8918ebf3c6 Added boot segment parsing for raw boot disks (no assumptions about valid DOS flags in the boot sector) Rob McMullen 2016-03-02 14:25:12 -0800
  • 320c5af153 Fixed check for boot disk image: doesn't work to assume initialization address at 4-5 is valid or JMP address at 6-8 are valid Rob McMullen 2016-03-02 14:05:32 -0800
  • fdfb1b85c5 Updated to 2.3.2 to publish fix for IndexByteSegment Rob McMullen 2016-02-18 11:47:28 -0800
  • 18a12c0225 Changed IndexedByteSegment to use numpy array as order so fancy indexing works in __getitem__ Rob McMullen 2016-02-18 10:17:21 -0800
  • cfaca75052 Include scripts in MANIFEST.in; new version 2.3.1 Rob McMullen 2016-02-15 22:00:55 -0800
  • 671b55b981 Fixed style operations on IndexedByteSegment Rob McMullen 2016-02-13 11:34:45 -0800
  • 2846da9334 Fixed bitmap sector size Rob McMullen 2016-02-13 11:34:23 -0800
  • 42d2a977cc Added function to return ranges of selected styles Rob McMullen 2016-02-12 22:53:58 -0800
  • c30aaa451a Fixed single density boot sector indexing for double density disks Rob McMullen 2016-02-12 22:01:39 -0800
  • 9f88cd22d2 Fixed some imports Rob McMullen 2016-02-12 21:36:08 -0800
  • 3f40a914ea Split monolithic atrcopy.py into multiple files in the atrcopy package * fixed setup.py to work with package format Rob McMullen 2016-02-12 20:36:33 -0800
  • 47c45d9032 Added windows batch script Rob McMullen 2016-02-11 23:40:16 -0800
  • 61a855a062 Added SpartaDOS file support * added timestamp printing * added -d debug option Rob McMullen 2016-02-11 23:23:31 -0800
  • 690cc0aaca Changed binary test data so the file contents repeat on 8 character boundaries making differences easier to spot in Omnivore's char view * added ranges for file specification Rob McMullen 2016-02-11 22:29:51 -0800
  • c36aebd593 Added SpartaDOS sector map parsing and initial directory support Rob McMullen 2016-02-11 19:18:09 -0800
  • ce36ea9ee6 Initial SpartaDOS support * updated version number to 2.2.0 impending release of SpartaDOS format Rob McMullen 2016-02-11 18:56:26 -0800
  • 7110a056b6 Added error checking for empty files and files with bad sector maps * added new class of exceptions: InvalidFile Rob McMullen 2016-02-11 14:33:47 -0800
  • c02b983d06 Added conversion from rectangles to ranges Rob McMullen 2016-02-11 13:27:52 -0800
  • 20c5b35d9c Added rectangular selection calculations Rob McMullen 2016-02-10 13:58:47 -0800
  • b033afc31c Updated version to 2.1.1 Rob McMullen 2016-02-10 11:30:39 -0800
  • 463aa15479 Attempt to fix setup script when numpy isn't present * pip appears to be brokes; numpy can't be automatically installed as a dependency * added instructions to README Rob McMullen 2016-02-10 11:26:17 -0800
  • 76c7028c0a Added selected style, changed comment style to 2 * handle reversed range specifiers Rob McMullen 2016-02-10 10:28:36 -0800
  • 967ea446fb style is now tracked in segments, referring back to the disk image to share views among segments Rob McMullen 2016-02-09 16:55:24 -0800
  • 3b7c4a8b66 Changed np.uint16 to '<u2' because can't assume we're running on a little-endian machine Rob McMullen 2016-02-09 15:43:01 -0800
  • 5ddd6808fc Updated to 2.1.0 Rob McMullen 2016-02-09 10:45:23 -0800
  • a377e61fe6 Added atrcopy script Rob McMullen 2016-02-09 10:44:41 -0800
  • b2b08df40c Added fix for xex with bad segment definitions Rob McMullen 2016-02-09 10:37:36 -0800
  • 59d5f40e10 Moved main script into run() function Rob McMullen 2016-02-09 10:32:02 -0800
  • 7b3c009e63 Put more methods in DiskImageBase and created KBootDirent so that KBoot exes can be extracted using normal extraction routines * added name to disk image to supply default filename for kboot exes Rob McMullen 2016-02-09 10:23:06 -0800