Commit Graph

361 Commits

Author SHA1 Message Date
Rob McMullen aef3095bc6 Merge branch 'omnivore-old' into omnivore-2.0 2018-03-09 11:31:25 -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 19c530e6f6 Fixed templates to use Omnivore 1.0 byte_edit task 2017-10-16 22:07:56 -07: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
Rob McMullen 9852a98852 Added debug logging to help track segment parse errors 2017-05-18 22:12:48 -07:00
Rob McMullen f0c263b588 Added convenience function get_raw_index_from_address 2017-05-18 22:12:21 -07:00
Rob McMullen e74b3b5b34 Fixed incorrectly formatted log.debug call 2017-05-12 20:11:08 -07:00
Rob McMullen e577cda644 Removed some debug prints 2017-05-11 13:03:06 -07:00
Rob McMullen 3a0774d00d Merge branch 'fstbt' 2017-05-10 15:17:30 -07:00
Rob McMullen b7f7a7dd81 Moved fstbt code into separate file that can be autogenerated 2017-05-10 15:16:02 -07:00
Rob McMullen bdaa44755a Relaxed constraints for interleaving segments
* use size of smallest segment as size to interleave
* adjust downward if interleave factor not an integer multiple of size
2017-05-10 10:38:20 -07:00
Rob McMullen dc2224a191 Added interesting load effect for first HGR screen 2017-05-10 05:47:57 -07:00
Rob McMullen 38b05e6dbd Added trigger version of fstbt that uses dummy values of d1 and d2 to set hgr1 and hgr2 2017-05-10 05:18:46 -07:00
Rob McMullen 0d7645f243 Added framework and 'boot' command to create boot images 2017-05-09 17:58:16 -07:00
Rob McMullen 48b77deda3 Added standard delivery boot loader 2017-05-09 17:53:28 -07:00
Rob McMullen eee02b14cb Create blank sector if no data passed into create_sector 2017-05-09 14:59:31 -07:00
Rob McMullen eddfbf0dfd Added lots of related Apple projects to README
* most of the new additions are from the list at https://github.com/zellyn/diskii
2017-05-09 10:24:11 -07:00
Rob McMullen 37c2311d1b Fixed some python 3 bytes/string issues 2017-05-08 22:26:48 -07:00
Rob McMullen 47f9973d91 Readme fixes 2017-05-08 21:59:44 -07:00
Rob McMullen e9582cf95d Updated to version 5 for python 3 support 2017-05-08 12:55:50 -07:00
Rob McMullen baa2090565 Merge branch 'py3' 2017-05-08 12:00:11 -07:00
Rob McMullen c1f2e9a566 Added python 3.5, 3.6 to classifiers
* updated requires & replaced missing execfile
2017-05-08 11:58:49 -07:00
Rob McMullen 8284ae23b3 Changed to floor division which works on both py2 and py3 2017-05-08 11:03:04 -07:00
Rob McMullen d3976a6686 Added section in README about related projects 2017-05-08 10:41:30 -07:00
Rob McMullen afc59593bd Changed StringIO to BytesIO
* renamed stringio property to bufferedio in SegmentData
2017-05-07 21:08:29 -07:00