Commit Graph

395 Commits

Author SHA1 Message Date
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
Rob McMullen
dc25b69d69 Added tests for binary file creation
* fixed return value mismatch in get_xex to create_executable_file_image
2017-05-03 12:00:34 -07:00
Rob McMullen
6f65c64996 Updated readme to show a command line generating an apple ][ binary and stuffing it in a disk image 2017-05-02 21:44:03 -07:00
Rob McMullen
b0ac658749 Fixed argparse hack to allow 'atrcopy image COMMAND --help' 2017-05-02 21:26:28 -07:00
Rob McMullen
aa8e6f70a8 Fixed the --all option for the extract command 2017-05-02 20:02:54 -07:00
Rob McMullen
95c0d081d1 Updated README 2017-05-02 20:01:53 -07:00
Rob McMullen
ad1eca7b17 Fixed setup to install dependencies using MANIFEST.in
* moved version number to _metadata.py
2017-05-02 19:43:21 -07:00
Rob McMullen
359e690b1c Added test cases for Atari enhanced density and double density disk images 2017-05-02 19:08:40 -07:00
Rob McMullen
3efb3d1afa Fixed segment resize that wasn't updating data/style attrs in DefaultSegment 2017-05-02 16:17:45 -07:00
Rob McMullen
a739b19cf2 Fixed comment test for change in get_comment_restore_data return value 2017-05-02 15:59:24 -07:00
Rob McMullen
7936abab3b Added DOS 33 test disk image 2017-05-02 15:53:06 -07:00
Rob McMullen
77d11b9f78 Skip jsonpickle tests if jsonpickle not installed 2017-05-02 15:49:33 -07:00
Rob McMullen
afc50070d2 Initial 'git subcommand' style command line parsing 2017-05-02 15:35:07 -07:00
Rob McMullen
e93f09e298 Added --run-addr (--brun) command line param
* for dos33, have to create a tiny segment at the beginning to store a JMP if addr is not the first byte in the first segment
2017-05-02 11:17:32 -07:00
Rob McMullen
d50ee6639c Added slice support for binary file writing 2017-05-01 08:41:23 -07:00
Rob McMullen
5438fa8dce Refs https://github.com/robmcmullen/omnivore/issues/194
* when removing comments, want to remove every comment in the range
2017-04-27 13:33:11 -07:00
Rob McMullen
184f9ac73d Removed some debug prints 2017-04-14 13:47:53 -07:00
Rob McMullen
136b55e831 Added set_style_at_indexes 2017-04-11 23:43:30 -07:00
Rob McMullen
b98e51568b Added convenience function to fix comments so no blank comments & style correctly marked 2017-04-10 23:38:13 -07:00
Rob McMullen
f02ad6a4e6 Removed get_nonblank_comments_at_indexes
* was a hack to try to restore comments to a region copied mid-comment-block
* better to enforce the "comment one byte" policy
2017-04-10 22:28:57 -07:00
Rob McMullen
f7d5f7d065 Fixed get_comment_restore_data to use ranges instead of just indexes to record lines without comments, too 2017-04-10 22:15:50 -07:00
Rob McMullen
281fea2038 Added segment parser serialization for https://github.com/robmcmullen/omnivore/issues/160 2017-04-04 22:21:03 -07:00
Rob McMullen
32d3e0de76 Fixed rectangle style setting if segment has an incomplete last line 2017-04-02 10:07:12 -07:00
Rob McMullen
510366051c Rectangle selection functions now take bytes_per_row as required parameter 2017-04-02 09:56:18 -07:00
Rob McMullen
b6a81a10b2 Moved the reconstruct_missing checks into __setstate__ 2017-03-28 16:11:26 -07:00
Rob McMullen
c28a3426f9 Added serializable memory map dict in segments 2017-03-28 15:48:10 -07:00
Rob McMullen
053c7a773e Changed get_xex to return segments: root segment & list of sub-segments 2017-03-26 22:19:09 -07:00
Rob McMullen
2e3a6147d5 Removed use_origin flag and assume any segment with a start_addr > 0 is meant to have an origin 2017-03-24 22:07:57 -07:00