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 |
|
Rob McMullen
|
c30f390fed
|
All tests passing for python 3
|
2017-05-07 19:33:38 -07:00 |
|
Rob McMullen
|
841aa1dc9b
|
WIP for py3 support
|
2017-05-07 18:58:10 -07:00 |
|
Rob McMullen
|
53bf63d506
|
Fixed kboot for py3
|
2017-05-07 14:13:48 -07:00 |
|
Rob McMullen
|
fa476b1eab
|
Fixed cartridge for py3
|
2017-05-07 14:03:25 -07:00 |
|
Rob McMullen
|
bddae24cb1
|
Futurize --stage1 changes
|
2017-05-07 13:31:45 -07:00 |
|
Rob McMullen
|
6047824405
|
Added 'if _xd:' wrapper around expensive debug logging calls
* generating numpy lists for printing is pretty expensive when doing it thousands of time as in the unit tests
|
2017-05-07 12:23:51 -07:00 |
|
Rob McMullen
|
f41f86c1b0
|
Changes to test_add_file to see why it's so slow
* profiling indicates that it's all the debug prints!
|
2017-05-07 09:58:29 -07:00 |
|
Rob McMullen
|
1e38dfb516
|
Added test_utils.py
|
2017-05-07 09:58:08 -07:00 |
|
Rob McMullen
|
5fcb646131
|
Added automatic pytest coverage annotated HTML report
* added automatic coverage branch warnings and ignorable statements
|
2017-05-07 09:26:09 -07:00 |
|
Rob McMullen
|
5c26b02c7e
|
More readme fixes
|
2017-05-06 22:44:25 -07:00 |
|
Rob McMullen
|
b3800e81ac
|
Fixed test for segment start address
|
2017-05-06 22:41:03 -07:00 |
|
Rob McMullen
|
b63e0508ac
|
Changing version to 4.0.0 because pypi won't install rc versions by default
* want this to be easy for non-python folks
|
2017-05-06 22:24:55 -07:00 |
|
Rob McMullen
|
c226eb870a
|
documentation corrections
|
2017-05-06 22:13:41 -07:00 |
|
Rob McMullen
|
1a11a8227e
|
Changed to 4.0rc1 to announce
|
2017-05-06 22:13:01 -07:00 |
|
Rob McMullen
|
8ce01a1738
|
Added note in readme about potentially slow numpy compilation
|
2017-05-06 21:46:53 -07:00 |
|
Rob McMullen
|
aef23b879a
|
Fixed abbreviation of bytes: should be "B", not "b" which is bits
|
2017-05-06 19:53:15 -07:00 |
|
Rob McMullen
|
3061813d3d
|
Docs update
|
2017-05-06 17:36:46 -07:00 |
|
Rob McMullen
|
bc2339a59e
|
Added contents directive to README
|
2017-05-06 17:30:53 -07:00 |
|
Rob McMullen
|
569aa5280f
|
Docs update
|
2017-05-06 17:27:38 -07:00 |
|
Rob McMullen
|
43c330c925
|
Fixed atari assembly and updated docs
|
2017-05-06 17:06:55 -07:00 |
|
Rob McMullen
|
e06a82e611
|
Added Apple BSAVE file parser
* added object file parsing into assembled files
* updated docs
|
2017-05-06 16:49:42 -07:00 |
|
Rob McMullen
|
e91c14d1f9
|
Readme updates
|
2017-05-05 19:33:51 -07:00 |
|
Rob McMullen
|
c4d10dc08d
|
Better formatting for template .inf files
|
2017-05-05 19:16:45 -07:00 |
|