Thomas Harte
|
332f0d6167
|
Ensures MSAs are explicitly read-only.
|
2019-12-08 11:52:15 -05:00 |
|
Thomas Harte
|
9d07765823
|
Ensures proper precedence of * over %.
|
2019-11-14 23:19:31 -05:00 |
|
Thomas Harte
|
2c4f372872
|
Adds support for the .ST file format.
|
2019-11-12 23:23:14 -05:00 |
|
Thomas Harte
|
74be876d72
|
Corrects track count calculation for DSD disks.
|
2019-11-12 23:22:56 -05:00 |
|
Thomas Harte
|
e8e166eec5
|
Ensures no out-of-disk-bounds mirroring.
|
2019-11-12 23:22:25 -05:00 |
|
Thomas Harte
|
0204003680
|
Resolves GCC warnings.
|
2019-11-09 16:12:37 -05:00 |
|
Thomas Harte
|
0971bbeebe
|
Merge branch 'master' into AtariST
|
2019-11-05 23:24:26 -05:00 |
|
Thomas Harte
|
f3e2e88986
|
Update explanation of NIB processing.
|
2019-11-05 23:20:20 -05:00 |
|
Thomas Harte
|
46ec3510be
|
Fixed: ST sectors are numbered from 1, not 0.
|
2019-11-03 21:18:29 -05:00 |
|
Thomas Harte
|
1c154131f9
|
Expands size of storage in Cycles/HalfCycles; adjusts widely to compensate.
|
2019-10-29 22:36:29 -04:00 |
|
Thomas Harte
|
909685d87d
|
A drive with no disk is now happy to spin its motor.
It'll continue to produce index-hole events, which might not be accurate for 5.25" drives. Research to do.
|
2019-10-26 22:57:05 -04:00 |
|
Thomas Harte
|
c66c484c54
|
Removes unused includes.
|
2019-10-20 20:38:54 -04:00 |
|
Thomas Harte
|
345b32d6e3
|
Implements read-only MSA support.
|
2019-10-20 20:38:54 -04:00 |
|
Thomas Harte
|
8b397626bf
|
Adds a route through the static analyser to the Atari ST.
|
2019-10-20 20:38:54 -04:00 |
|
Thomas Harte
|
9d17d48bca
|
Ensures cycles_per_revolution_ is populated for fixed-rate drives.
|
2019-09-28 23:23:15 -04:00 |
|
Thomas Harte
|
faec516a2c
|
Starts pushing towards figuring out a proper infrastructure for mass storage.
|
2019-08-21 23:22:58 -04:00 |
|
Thomas Harte
|
f668e4a54c
|
Makes an attempt at getting the 5380 past arbitration.
Not entirely successful. Also gets a bit smarter with `final` on ClockingHint::Sources.
|
2019-08-15 23:14:40 -04:00 |
|
Thomas Harte
|
b1f04ed96d
|
Eliminates the crutch of PlusToo BIN files.
Thereby returning the .bin extension to the various consoles.
|
2019-07-28 16:07:16 -04:00 |
|
Thomas Harte
|
786b26d23e
|
Adds an admission of incompleteness.
I really need to figure out the 5-and-3 encoding.
|
2019-07-26 23:23:40 -04:00 |
|
Thomas Harte
|
d08d8ed22c
|
Adds a further drift safeguard.
|
2019-07-26 23:23:01 -04:00 |
|
Thomas Harte
|
572e8b52e1
|
At the cost of extra storage, attempts to simplify away potential rounding issues around the index hole.
|
2019-07-26 17:20:32 -04:00 |
|
Thomas Harte
|
9b634472c6
|
Gets a little more rigorous on "high resolution".
|
2019-07-26 15:26:51 -04:00 |
|
Thomas Harte
|
d2bfd59953
|
Ensures positional continuity across rotation speed changes.
|
2019-07-25 22:29:54 -04:00 |
|
Thomas Harte
|
3d20ae47ea
|
Ensures cycles_since_index_hole_ is wrapped to track length.
|
2019-07-25 21:48:01 -04:00 |
|
Thomas Harte
|
77333ff9f7
|
It appears that file checksums are not reliable.
|
2019-07-17 14:56:50 -04:00 |
|
Thomas Harte
|
79a624e696
|
Applies more rigorous logic to deciding when to stop parsing.
|
2019-07-16 18:06:54 -04:00 |
|
Thomas Harte
|
c123ca1054
|
Slightly improves syntax.
|
2019-07-16 18:05:58 -04:00 |
|
Thomas Harte
|
9f0f35033d
|
Introduces sector interleaving.
|
2019-07-16 18:05:40 -04:00 |
|
Thomas Harte
|
3633285aaa
|
Ensures a trailing zero bit isn't dropped.
|
2019-07-16 16:36:00 -04:00 |
|
Thomas Harte
|
cb16790330
|
Improves qualifiers.
|
2019-07-15 22:40:45 -04:00 |
|
Thomas Harte
|
ca37fd8f4c
|
Corrects tag preservation.
|
2019-07-15 17:15:06 -04:00 |
|
Thomas Harte
|
46b98dab70
|
Bumps up the amount of reserved storage.
To avoid a reallocation when reading Mac data.
|
2019-07-15 17:12:31 -04:00 |
|
Thomas Harte
|
0568996264
|
Fixes a couple of data arrangement issues on output.
|
2019-07-15 17:11:58 -04:00 |
|
Thomas Harte
|
5b05a9bc61
|
Extends Drive to report is_writing and so that writing works as the first action.
|
2019-07-12 18:53:41 -04:00 |
|
Thomas Harte
|
2c39229b13
|
Adds has-new-disk flag, allowing mounting of software from the desktop.
|
2019-07-12 13:17:24 -04:00 |
|
Thomas Harte
|
6c2cc206a6
|
Takes a first stab at write support for Macintosh disk images.
Albeit that the Macintosh itself can't yet write.
|
2019-07-11 18:09:37 -04:00 |
|
Thomas Harte
|
5a9f3cfc1e
|
Completes Mac GCR decoding and its associated test.
|
2019-07-11 17:37:07 -04:00 |
|
Thomas Harte
|
8f28b33342
|
Starts work on Macintosh GCR decoding.
|
2019-07-11 16:28:52 -04:00 |
|
Thomas Harte
|
c4ab0bb867
|
Starts sketching out an interface for IWM drives, eliminating a dangling use of unsigned as it goes.
|
2019-07-10 16:05:59 -04:00 |
|
Thomas Harte
|
3f303511bd
|
Adds cstring include, in support of memcpy .
|
2019-07-08 18:06:58 -04:00 |
|
Thomas Harte
|
b9c2c42bc0
|
Switches drives to using floats for time counting.
Hopefully to eliminate a lot of unnecessary `Time` work; inaccuracies should still be within tolerable range.
|
2019-07-02 15:43:03 -04:00 |
|
Thomas Harte
|
68a3e5a739
|
Renamed DiskCopy42 to MacintoshIMG, now that it's not just DiskCopy 4.2 files.
|
2019-06-18 14:32:58 -04:00 |
|
Thomas Harte
|
9730800b6a
|
Adds support for raw sector dumps.
|
2019-06-18 14:14:25 -04:00 |
|
Thomas Harte
|
506276a2bd
|
Corrected: use format tag as intended.
|
2019-06-18 14:04:28 -04:00 |
|
Thomas Harte
|
df56e6fe53
|
Fixed: the sector number also goes into sector bodies.
Also the checksum is written in the other order, and the final byte of data isn't output.
|
2019-06-18 10:34:10 -04:00 |
|
Thomas Harte
|
756641e837
|
Fixed: tags go first, then data.
|
2019-06-16 22:00:12 -04:00 |
|
Thomas Harte
|
05c2854dbc
|
Makes at least some attempt at producing real disk tracks.
|
2019-06-16 21:17:24 -04:00 |
|
Thomas Harte
|
5c8aacdc17
|
Fixes the more obvious issues with GCR encoding: byte order, top bit selection.
|
2019-06-16 17:17:24 -04:00 |
|
Thomas Harte
|
fe0dc4df88
|
Starts building out some tests for Apple GCR encoding.
|
2019-06-15 22:48:24 -04:00 |
|
Thomas Harte
|
33f2664fe9
|
Makes a first attempt at Macintosh GCR encoding.
|
2019-06-15 22:29:02 -04:00 |
|