Commit Graph

58 Commits

Author SHA1 Message Date
David Given
bea21fb77d Break out the assembly instructions into a separate page. 2019-03-04 00:49:01 +01:00
David Given
9e9d8b0a34 Acorn ADFS is a unicorn, not a dinosaur. 2019-03-03 21:15:32 +01:00
David Given
07c4a18171 Merge pull request #33 from davidgiven/gzip
Flux files now compress their data.
2019-03-03 21:10:27 +01:00
David Given
3be0931c2d Update documentation. Change the name to something more sensible. 2019-03-03 21:04:16 +01:00
David Given
fd960b8778 Add TRS-80 support. 2019-03-03 17:25:38 +01:00
David Given
b2a9858b29 Reorganise disk format documentation. 2019-03-03 14:41:00 +01:00
David Given
654f250341 No, wait. The AES Lanier sectors are clearly 256 bytes, but include the sector
header.
2019-03-03 12:43:18 +01:00
David Given
3d72e79969 Update AES Lanier documentation. 2019-03-03 12:25:12 +01:00
David Given
410d56e707 Add AES Lanier documentation. 2019-03-02 22:41:48 +01:00
David Given
003690cf6e Amiga disks work! Why are they not in the table? 2019-03-02 14:12:19 +01:00
David Given
f6c4f70cbc Merge pull request #27 from davidgiven/apple2
Add basic Apple 2 support.
2019-03-02 14:06:02 +01:00
David Given
77e0d17f0d Describe the Apple II support. 2019-03-02 14:01:39 +01:00
David Given
7bc3f792f5 Add the problems page. 2019-03-02 13:00:54 +01:00
David Given
502c2d5dc6 Update Victor 9000 documentation. 2019-03-02 12:11:57 +01:00
David Given
0397358f89 Merge from trunk. 2019-03-02 11:08:18 +01:00
David Given
87a5ef087c Typo fix. 2019-03-01 00:59:04 +01:00
David Given
b3e8bd9794 Add the Victor skeleton, stolen from the Commodore 64. But I can't make the
disks segment usefully.
2019-03-01 00:55:29 +01:00
David Given
d7ca09bc06 The Ampro is a dinosaur, not a unicorn. 2019-02-28 23:53:52 +01:00
David Given
cdbee68fd4 Remember to add the Ampro documentation... 2019-02-28 23:53:06 +01:00
David Given
a7857b12e2 Add the Ampro Little Board. 2019-02-28 23:50:49 +01:00
David Given
4a9dd5e7ed Typo fix. 2019-02-28 23:35:47 +01:00
David Given
f95ad74e67 Document that fe-readamiga produces ADF files. 2019-02-28 23:22:23 +01:00
David Given
4df9741350 Update documentation again. 2019-02-27 00:04:45 +01:00
David Given
3a740cd79b Centre video in doc page. 2019-02-26 23:49:10 +01:00
David Given
9d7b9bc243 Add a link to the demo video. 2019-02-26 23:36:12 +01:00
David Given
09423e4c23 Table layout fixes. 2019-02-25 21:40:39 +01:00
David Given
8c3d86c23e Typo fix. 2019-02-25 21:21:06 +01:00
David Given
7aae494434 Add Commodore 64 documentation. Overhaul the support grid. 2019-02-25 21:18:10 +01:00
David Given
a0eea73e3d Correct board pinout instructions. 2019-02-24 15:53:09 +01:00
David Given
5d4f908b8f Nope, Mac disks are read only. 2019-02-21 01:11:18 +01:00
David Given
afc6b1c32d Document the Mac support. 2019-02-21 01:10:47 +01:00
David Given
a6c894fdc3 Change links from .md to .html to make Cowlark work. 2019-02-19 23:13:42 +01:00
David Given
cbcc707c06 Document the Amiga disk support. 2019-02-19 22:41:19 +01:00
David Given
f51868c35c Add a primitive (non-checksum-checking) parser. Looks like the decoding loses a
lot of sectors --- the read rate is terrible.
2019-02-18 00:38:34 +01:00
David Given
7cce4d9aa3 Atari ST works! 2019-02-16 20:16:56 +01:00
David Given
fe307447c4 Okay, I have a better understanding of how Brother 120kB files work now. 2019-02-15 20:39:12 +01:00
David Given
4102e3bd41 Add brother120tool for extracting files from Brother 120kB floppy images. 2019-02-15 20:28:30 +01:00
David Given
04f548e868 Rename documentation to work with cowlark.com. 2019-02-14 23:03:03 +01:00
David Given
5209893780 Adjust image layout. 2019-02-14 22:35:40 +01:00
David Given
4f6728a846 Add Github link. 2019-02-14 22:24:26 +01:00
David Given
60949b1f44 Move the README into the doc directory. 2019-02-14 22:23:31 +01:00
David Given
43066ddf45 Found some stuff out about the Brother 120kB file system format. 2019-02-14 22:00:52 +01:00
David Given
21df54d8d8 Adjust Brother documentation. 2019-02-14 21:47:53 +01:00
David Given
61d98073a7 Add support for reading Kryoflux stream files. 2019-02-14 21:44:23 +01:00
David Given
12135b5dd6 Add support for FM decoding and Acorn DFS disks, requiring some rearrangement.
Also make the Brother two revolutions thing (which DFS also needs) the default.
2019-02-12 21:29:31 +01:00
David Given
b6f99d4429 Add a special reader program for Acorn disks as I keep getting the parameters
wrong.
2019-02-09 23:20:58 +01:00
David Given
575213687e Move the pins to the other side of the board, so we don't need the capacitor
hack any more.
2019-02-09 22:50:43 +01:00
David Given
0e1d5b0470 Add support for reading ADFS disks --- a slight variation to normal MFM IBM.
Made the IBM reader way more robust in terms of retrying bad reads, as my
sample disks were pretty dodgy.
2019-01-21 22:42:10 +01:00
David Given
17b808b167 More Brother documentation. 2019-01-12 09:45:40 +01:00
David Given
5406df1e45 Update the Brother documentation. 2019-01-12 00:03:32 +01:00