Commit Graph

393 Commits

Author SHA1 Message Date
Rob McMullen
c89b89f9a7 Fixed sector number offset for raw sector labels 2016-07-20 18:12:07 -07:00
Rob McMullen
a4726f1c5a Initial support for DOS 3.3 VTOC 2016-07-20 17:37:38 -07:00
Rob McMullen
ac8b750c44 Added ProDOS placeholder disk image 2016-07-20 10:03:29 -07:00
Rob McMullen
c6ef73358a Removed sector size assumption of 128 bytes if non-standard disk image size 2016-07-20 10:02:49 -07:00
Rob McMullen
74ea705347 Initial DOS 3.3 detection 2016-07-20 08:14:32 -07:00
Rob McMullen
d3265737ca Don't insert title or author when user supplies bootcode for XEX header 2016-06-12 10:13:59 -07:00
Rob McMullen
1dc003d65f Added origin to default string representation 2016-06-09 10:05:14 -07:00
Rob McMullen
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 2016-06-06 14:31:51 -07:00
Rob McMullen
66bb7e63ea Added new test_data directory for test images 2016-06-06 11:53:55 -07:00
Rob McMullen
2b7d895f80 Added new class UserExtraData to expand the capability for storing additional data in the global segment
* moved comments into this class
2016-06-05 23:30:18 -07:00
Rob McMullen
8f8fbb3bbd Updated version 2016-06-03 16:16:37 -07:00
Rob McMullen
0171d85d31 Added customizable title & author screen for xexboot images 2016-06-03 16:14:52 -07:00
Rob McMullen
2f0e682de7 Updated readme to show cart, MAME support 2016-06-03 16:14:31 -07:00
Rob McMullen
20feb9c96a Added checks for invalid cart type and added unit tests 2016-06-03 13:05:16 -07:00
Rob McMullen
f969d27e43 Added MAME segment parsing from Omnivore 2016-06-03 12:40:48 -07:00
Rob McMullen
d8b100fd95 Updated version to 3.0.0 2016-06-03 11:01:11 -07:00
Rob McMullen
75077e238f Reordered cartridges 2016-06-02 22:58:11 -07:00
Rob McMullen
22a832e46f Grouped carts > 128K into large cart MIME type 2016-06-02 22:51:16 -07:00
Rob McMullen
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
2016-06-02 17:18:06 -07:00
Rob McMullen
7500aafce1 Added strict/relaxed checking to allow autoload scanning to match as narrowly as possible
* added cart image names from atari800 source
2016-06-02 16:59:59 -07:00
Rob McMullen
be7dd609c7 Initial support for parsing cartridge images 2016-06-02 15:09:34 -07:00
Rob McMullen
0b6b704667 Added addl sanity checking for boot sector params in BootDiskImage 2016-06-02 13:00:21 -07:00
Rob McMullen
68de323d3f Added better error checking for atari DOS executables 2016-06-01 15:37:28 -07:00
Rob McMullen
f1038329ee Added parsers and MIME type definitions from Omnivore
* restructured main script to use parsers, replacing the old logic
2016-06-01 15:11:30 -07:00
Rob McMullen
ea9466cda7 Added segment interleaving support 2016-05-17 14:53:52 -07:00
Rob McMullen
0f209cf50a Fixed indexing of sub-arrays 2016-05-10 11:37:01 -07:00
Rob McMullen
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
2016-05-05 23:11:06 -07:00
Rob McMullen
a8af883d1f Added custom bootcode to add_xexboot_header 2016-05-05 23:10:28 -07:00
Rob McMullen
6d2f483f40 Changed to my own bootloader rather than kboot 2016-05-05 17:44:20 -07:00
Rob McMullen
eaca5e166a Added XEX creator from a list of segments 2016-05-05 17:14:23 -07:00
Rob McMullen
cfe6c775bb Added ability to create ATR header 2016-05-05 13:59:56 -07:00
Rob McMullen
bc7097dfd0 Fix for incorrect ObjSegment call when there's a short segment header 2016-05-04 11:18:50 -07:00
Rob McMullen
b977322a4e Initial attempt at adding kboot header 2016-05-03 23:21:01 -07:00
Rob McMullen
ccebfdf354 added get next/previous change in style mask 2016-04-29 11:37:50 -07:00
Rob McMullen
fd9ebe61b2 Added not_user_bit_mask 2016-04-29 11:37:32 -07:00
Rob McMullen
f2873c8b7d Added support for diff_bit_mask and displaying differences between two segments 2016-04-28 19:00:42 -07:00
Rob McMullen
7ed99d614f Fixed KBoot segment creation 2016-04-25 11:57:41 -07:00
Rob McMullen
6a924a5970 Removed wxpython specific get_file_dialog_wildcard out of atrcopy & added more descriptive class attribute names for segment saver info 2016-04-19 16:01:05 -07:00
Rob McMullen
74bbc5c67f Fixed style mask for user defined bits 2016-04-18 15:44:09 -07:00
Rob McMullen
02ba76f358 Changed to labeled bit mask constants rather than hard-coded bit values
* changed to one user bit mask value rather than separate bits
2016-04-18 11:54:29 -07:00
Rob McMullen
e9640269f9 Added exception when base index out of range in a normal (non-indexed) segment
* matches what happens in indexed segments
2016-04-18 10:34:40 -07:00
Rob McMullen
2edfc1786c Added user style bits 2016-04-15 15:53:54 -07:00
Rob McMullen
7cb1c13703 Added some convenience functions: reverse index mapping, valid index check, and sorted comments list 2016-04-13 16:12:23 -07:00
Rob McMullen
d246b7ca70 fixed bug in get_raw_index that wasn't returning int when there was no base array 2016-04-13 15:46:46 -07:00
Rob McMullen
19b90e9305 set _search_copy in segment so restoring using __setstate__ will have that attribute 2016-04-12 19:57:28 -07:00
Rob McMullen
b3e5005b56 bug fix release 2.6.1 2016-04-12 17:53:49 -07:00
Rob McMullen
15742653aa Fix for reconstruct_raw on old data that doesn't have _order_list 2016-04-12 17:53:12 -07:00
Rob McMullen
97394e0e89 Added some logging, version number to 2.6.0 2016-04-12 17:13:33 -07:00
Rob McMullen
a33e5aa6b2 Added segment parsing of DOS files within ATR images
* removed IndexedByteSegment; moved segment order info into SegmentData and OrderWrapper
2016-04-12 17:04:21 -07:00
Rob McMullen
1ab03e2612 Fixed typo in Atari DOS vtoc parsing 2016-04-12 11:47:27 -07:00