Commit Graph

432 Commits

Author SHA1 Message Date
Rob McMullen 664963cb58 Fixed some exception calls 2018-06-24 18:39:15 -07:00
Rob McMullen 7659499fdb Refs #1: added detection of DCM images 2018-06-24 17:21:47 -07:00
Rob McMullen 1a7381b865 Classes no longer unnecessarily subclass from object, as in py3 it's the default 2018-06-24 17:20:32 -07:00
Rob McMullen 6b9cf6d4d2 Converted "from errors import *" to "from . import errors" 2018-06-24 12:10:59 -07:00
Rob McMullen 1b7e1fad4c Fixed bytes/str issue for spartados directory 2018-06-24 10:08:07 -07:00
Rob McMullen 223f8fc1ff Fixed #12: changed utf-8 encoding to latin1 2018-06-24 09:53:22 -07:00
Rob McMullen 7e3159b175 Disk image filenames should be str, not encoded bytes 2018-06-24 09:51:46 -07:00
Rob McMullen 8747e7e26b Updated version to 7.1 2018-06-23 22:17:31 -07:00
Rob McMullen 1968cd9717 Fixes to convert filenames to str rather than bytes 2018-06-23 22:05:35 -07:00
Rob McMullen 800c01ccde Fixed #6: changed sparta dos dirent from stomping on 'filename' property of parent class 2018-06-23 21:50:42 -07:00
Rob McMullen 5680505f11 Updated setup to drop py2.7, 3.5 support. 3.6 only now 2018-06-23 20:04:59 -07:00
Rob McMullen 50a66a2dc9 Fixed deserialization to handle the start_addr to origin renaming 2018-06-05 18:13:58 -07:00
Rob McMullen ff937ebcc0 Removed future library; python 3.6 only as of version 7.0 2018-06-04 10:27:51 -07:00
Rob McMullen ab05cb1ae1 Changed start_addr to origin 2018-06-04 10:19:08 -07:00
Rob McMullen caee2554f8 Added segment saver for Apple 2 binary format 2018-05-26 20:14:57 -07:00
Rob McMullen ebdcb01c40 Changed numpy convenience method tostring to tobytes 2018-05-26 20:07:43 -07:00
Rob McMullen 68debef437 Added create_subset method to DefaultSegment 2018-05-25 12:13:57 -07:00
Rob McMullen 2b95276029 Added magic signature detection
* appends detail to MIME type if match; e.g. application/vnd.atari8bit.atr.jumpman
2018-04-30 22:28:47 -07:00
Rob McMullen b1e7aff40b Fixed exceptions for py3
* added usage summary if no args
2018-03-22 12:25:29 -07:00
Rob McMullen 5f384fce62 Updated to version 7.0 2018-03-22 12:12:45 -07:00
Rob McMullen b26d00a08d Added 'boot' command to readme 2018-03-22 12:11:45 -07:00
Rob McMullen 79b1e2c413 fixed kboot to work with the 'boot' command to generate a boot disk 2018-03-21 21:46:20 -07:00
Rob McMullen 64ca982b72 Updated to version 6.5.0 2018-03-09 11:34:36 -08:00
Rob McMullen cf1fe5344b Fixed #8: added partial template name matching 2018-03-09 11:28:55 -08:00
Rob McMullen 55b368414e Refs #8: added better error message when attempting to load unknown template 2018-03-09 11:06:30 -08:00
Rob McMullen 4185ca5617 Refs #8: added some error checking for templates without .inf files 2018-03-09 11:00:09 -08:00
Rob McMullen 6ea00e263e Profiling speedup #4: changed all types of raw data to use array for reverse index lookup 2017-10-06 12:06:37 -07:00
Rob McMullen a05d66cde6 Profiling speedup #3: reduce number of function calls inside get_index_from_base_index because it gets called *a lot* in loops 2017-10-05 23:18:41 -07:00
Rob McMullen 1adb4f0a61 Fixed error in calc_lookups; all tests pass 2017-10-05 22:18:25 -07:00
Rob McMullen 1fac3e6c31 Profiling speedup #2: cache data array length 2017-10-05 19:55:06 -07:00
Rob McMullen 678148b6a1 First profiling speedup: cache call to np_byte_bounds 2017-10-05 19:41:51 -07:00
Rob McMullen acd52f0eaa Updated version to 6.2 2017-10-02 11:15:00 -07:00
Rob McMullen db970c1caa Fixed #7: removed check for low load address; have examples of loading boot sectors at $0080
* added new check for valid ATR disk image size if boot sector not recognized
2017-10-02 11:14:02 -07:00
Rob McMullen 07be99f20f Updated to version 6.1 2017-09-28 11:25:08 -07:00
Rob McMullen 0c1c2e339c Fixed #5: added missing segment parsers in KBootImage 2017-09-28 11:23:26 -07:00
Rob McMullen 85574e89f3 Updated version to 6.0 2017-08-17 10:47:01 -07:00
Rob McMullen 26d8c0b9db Merge branch 'master' of github.com:robmcmullen/atrcopy 2017-07-25 13:54:11 -07:00
Rob McMullen 6df7031dc6 fstbt: option not to show HGR page; use $2001 or $4001 to trigger 2017-07-25 13:51:11 -07:00
Rob McMullen 0a8cd454b5 Merge branch 'master' of github.com:robmcmullen/atrcopy 2017-07-24 18:03:28 -07:00
Rob McMullen f15b5527c0 Don't save boot disk image if there are no segments to add to the image 2017-07-19 06:47:49 -07:00
Rob McMullen 36a6dd69fc dos33: workaround to ignore non-ascii characters. fails on beagle bros 'Alpha Plot.dsk' 2017-07-11 16:13:54 -07:00
Rob McMullen d8d76a91bf fstbt: don't use interesting load pattern for HGR1 after the first one, just switch to page 1 when done 2017-07-07 19:50:29 -07:00
Rob McMullen 864fc14545 parsers: changed print to log.debug 2017-07-07 12:20:47 -07:00
Rob McMullen 27c38a3ec8 fstbt: added sector ranges available through the recent standard delivery changes 2017-07-07 12:19:04 -07:00
Rob McMullen d3ade18e06 Minor readme update 2017-05-25 22:59:08 -07:00
Rob McMullen 5d354d0b11 Changed templates so they can be imported into omnivore
* template images now have file extension
* .inf files are now in json format, including some omnivore metadata
2017-05-25 06:50:27 -07:00
Rob McMullen 1a4153c85f Updated version to 5.1 in preparation for pending release 2017-05-24 22:31:41 -07:00
Rob McMullen 017dd81734 Fixed tests for uuid type 2017-05-19 23:12:31 -07:00
Rob McMullen 8260774995 Fixed https://github.com/robmcmullen/omnivore/issues/209
* force unicode on uuid string conversion in py2
2017-05-18 22:48:45 -07:00
Rob McMullen 06e07bafe6 Added missing bail-out InvalidDiskImage error in ProDOS loader 2017-05-18 22:13:50 -07:00