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
|
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 |
|
Rob McMullen
|
1b1e7b1eb8
|
Removed old -l option for create
|
2017-05-05 13:33:09 -07:00 |
|
Rob McMullen
|
1520abd742
|
Fixed --help error with no arguments
|
2017-05-05 10:59:28 -07:00 |
|
Rob McMullen
|
fb933cc9f5
|
Removed special case argument hack to get "create -l" to work
* added list of available templates to "create --help"
|
2017-05-04 21:29:07 -07:00 |
|
Rob McMullen
|
dc099193c5
|
documentation updates
|
2017-05-04 19:53:41 -07:00 |
|
Rob McMullen
|
3867eb457b
|
Now allowing some commands (specifically create) to be called without a disk image name
|
2017-05-04 19:36:23 -07:00 |
|
Rob McMullen
|
9cbd705421
|
Updated create command to show more info about image as it's created
|
2017-05-04 12:56:16 -07:00 |
|
Rob McMullen
|
b8a1b35d3e
|
Added DOS 3.3 template to automatically run a binary named AUTOBRUN
|
2017-05-04 12:45:25 -07:00 |
|
Rob McMullen
|
57ba159a5a
|
Fixed template argument and changed list_files to take params so other commands don't have to define dummy options
|
2017-05-04 12:44:44 -07:00 |
|
Rob McMullen
|
bd5664c79c
|
Print sorted list of available templates
|
2017-05-04 10:45:45 -07:00 |
|
Rob McMullen
|
b766dcbf46
|
Corrected enhanced density image; it's DOS 2, not DOS 3
* added some system disk images
* oh yeah, and actually added the disk images
|
2017-05-04 10:43:58 -07:00 |
|
Rob McMullen
|
0b62f6a59b
|
Skip the disk image summary print on crc command
|
2017-05-04 10:14:45 -07:00 |
|
Rob McMullen
|
5aa6bffeb8
|
Added CRC32 as option for list and separate command for parsable output
|
2017-05-04 10:09:15 -07:00 |
|
Rob McMullen
|
90c31a3672
|
Added check for read error in find_diskimage
|
2017-05-04 09:45:20 -07:00 |
|
Rob McMullen
|
052e084d1d
|
Added template descriptions
|
2017-05-04 09:43:47 -07:00 |
|
Rob McMullen
|
8aa248acea
|
Added basic template creation
|
2017-05-04 06:48:11 -07:00 |
|
Rob McMullen
|
8aa99b7978
|
Added file size summary for assembled files & print out only image filename on save
|
2017-05-03 12:05:02 -07:00 |
|