Rob McMullen
|
ce66a0c8b0
|
Changed save_session to serialize_session
|
2019-03-17 14:12:41 -07:00 |
|
Rob McMullen
|
cb9f592762
|
Removed some debug prints
|
2019-03-08 10:34:55 -08:00 |
|
Rob McMullen
|
282ec20bdd
|
Updated version to 10.0; split metadata into 2 files as per my new "standard"
|
2019-03-07 13:02:57 -08:00 |
|
Rob McMullen
|
5aa2560c7c
|
Changed extra_[to|from]_dict to session save/restore
|
2019-03-07 12:00:09 -08:00 |
|
Rob McMullen
|
b9aad5ac08
|
Fixed magic identification return value in find_diskimage
|
2019-03-07 11:26:22 -08:00 |
|
Rob McMullen
|
f5874eacaa
|
Converted omnivore_framework to sawx
|
2019-03-04 21:56:31 -08:00 |
|
Rob McMullen
|
9f5addf645
|
Updated omnivore loader for new API
|
2019-02-10 09:02:12 -08:00 |
|
Rob McMullen
|
b8a858ee6d
|
Added entry point for omnivore framework loader
|
2019-02-07 20:00:02 -08:00 |
|
Rob McMullen
|
0abcf2d929
|
Fixed error in test_create unit test
|
2018-11-11 12:40:28 -08:00 |
|
Rob McMullen
|
7ce7d0349a
|
Added mime_display_order that adds in extra mime types that give false positives like the 2600 and vectrex.
|
2018-11-08 19:17:56 -08:00 |
|
Rob McMullen
|
49405c9384
|
Added vectrex cartridge mime type and signatures
|
2018-11-08 16:36:14 -08:00 |
|
Rob McMullen
|
f6bd90656a
|
Added starpath cassette images & changed to binary sha1 hash instead of using hexdigest
|
2018-11-08 13:38:15 -08:00 |
|
Rob McMullen
|
738aa05921
|
Added 2600 cartridge type and signatures
|
2018-11-08 10:27:33 -08:00 |
|
Rob McMullen
|
d22f2cdf3f
|
Initial recognition of 5200 carts by sha1 signature
|
2018-11-08 10:19:26 -08:00 |
|
Rob McMullen
|
9a638fa951
|
Added file type to .inf files
|
2018-10-30 13:17:03 -07:00 |
|
Rob McMullen
|
40a5a3207a
|
Added SegmentParser.reconstruct_segments to fill segments with actual data
* used when restoring segment parser from json
|
2018-10-29 13:32:59 -07:00 |
|
Rob McMullen
|
50488fc2e5
|
Added rom image conversion to atari cart images
|
2018-10-26 12:14:56 -07:00 |
|
Rob McMullen
|
a2831c0edf
|
Disabled pytest coverage by default
|
2018-10-26 12:14:33 -07:00 |
|
Rob McMullen
|
c57c35eeec
|
Added create_emulator_boot_segment to disk images and files
* prepare a segment that can be written to disk and booted by an emulator
|
2018-10-26 10:53:35 -07:00 |
|
Rob McMullen
|
3cac86deba
|
Added generic ROM image and set strict checking for Atari cart image types
* to be directly recognized as an Atari cart, must have the CART 16-byte header
|
2018-10-25 19:51:33 -07:00 |
|
Rob McMullen
|
b717edb8de
|
Changed find_diskimage to take verbose param so it can be called outside this module and not depend on options.verbose
|
2018-10-25 19:50:50 -07:00 |
|
Rob McMullen
|
5e2fbc70a0
|
Updated to version 9.1
|
2018-09-24 11:26:31 -07:00 |
|
Rob McMullen
|
68b9e95512
|
Added error checking for python version & clarified README
|
2018-09-24 11:25:33 -07:00 |
|
Rob McMullen
|
956fd58294
|
Allow DefaultSegment to be created from a simple numpy array
|
2018-09-18 17:01:26 -07:00 |
|
Rob McMullen
|
266bf24d79
|
Updated version to 9.0
|
2018-07-24 10:11:58 -07:00 |
|
Rob McMullen
|
53e937c870
|
Fixed namespace error of ByteNotInFile166
|
2018-07-20 08:04:54 -07:00 |
|
Rob McMullen
|
80d47573bb
|
added delete_file stub to LocalFilesystemImage
|
2018-07-18 19:33:44 -07:00 |
|
Rob McMullen
|
dff073208f
|
Added dummy diskimage to allow writing assembled files to local disk
|
2018-07-17 18:47:40 -07:00 |
|
Rob McMullen
|
e4ce309bd3
|
Added file extensions recognition to create_executable_file_image
* you can write a XEX to an Apple DOS 3.3 image, for instance
|
2018-07-17 18:33:16 -07:00 |
|
Rob McMullen
|
54b7d56085
|
Added RunAddressSegment that will supply a run addr to assemble
* moved executable file creation into executables.py (XEX, BSAVE, etc.)
|
2018-07-17 18:10:29 -07:00 |
|
Rob McMullen
|
5f5e911d10
|
Added check for incomplete file in container unpacking
|
2018-07-16 07:03:47 -07:00 |
|
Rob McMullen
|
cdac32238e
|
Changed MANIFEST.in to match *_test?.atr* automatically
|
2018-06-28 10:35:12 -07:00 |
|
Rob McMullen
|
dc4a0a8418
|
Updated to version 8.2
|
2018-06-28 10:30:11 -07:00 |
|
Rob McMullen
|
941ab4147a
|
Added ATR header to kboot images
|
2018-06-28 10:28:55 -07:00 |
|
Rob McMullen
|
80943254b4
|
Fixed #13: filename/ext need to be bytes, not str in py3
|
2018-06-28 10:19:11 -07:00 |
|
Rob McMullen
|
0f5d9b845e
|
Updated version to 8.1
|
2018-06-25 12:02:09 -07:00 |
|
Rob McMullen
|
98e46ac23c
|
Refs #1: BSAVE parser now much more strict on detecting valid file
* size specified in header must now match exactly to the length of data in the file
* i.e.: rejects incomplete files and files with extra data
|
2018-06-25 11:55:05 -07:00 |
|
Rob McMullen
|
f03517f0b0
|
Removed duplicate error messages when disk image type isn't supported
|
2018-06-25 11:35:38 -07:00 |
|
Rob McMullen
|
ca6076b1ad
|
Added compressed container examples to MANIFEST.in
|
2018-06-24 23:14:13 -07:00 |
|
Rob McMullen
|
b5c4f19e31
|
Updated version to 8.0
|
2018-06-24 23:10:41 -07:00 |
|
Rob McMullen
|
6e7497b3d3
|
Added bz2, xz containers, tests, sample data
|
2018-06-24 23:07:47 -07:00 |
|
Rob McMullen
|
e32bfc921f
|
Updated readme to emphasize py3.6-only and to show support for compressed containers
|
2018-06-24 22:22:56 -07:00 |
|
Rob McMullen
|
3262f470f5
|
More documentation for DiskImageContainer
|
2018-06-24 20:01:44 -07:00 |
|
Rob McMullen
|
714493b597
|
Refs #1: added gzip container as reference
|
2018-06-24 18:40:16 -07:00 |
|
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 |
|