| .. |
|
decoders
|
More typo fixing.
|
2021-12-05 17:17:03 +01:00 |
|
encoders
|
Add the Victor9k boilerplate.
|
2021-11-27 19:44:53 +01:00 |
|
fluxsink
|
Make the new FL2 flux format the default.
|
2021-12-05 17:09:02 +00:00 |
|
fluxsource
|
Make the new FL2 flux format the default.
|
2021-12-05 17:09:02 +00:00 |
|
imagereader
|
Use per-track encoding specified in D88 files.
|
2021-12-04 03:36:06 -08:00 |
|
imagewriter
|
Add alias for XDF image files.
|
2021-11-30 00:40:54 -08:00 |
|
usb
|
Add a simple warning if you're using OSX with a GreaseWeazle and select a
|
2021-12-04 20:57:53 +00:00 |
|
bitmap.cc
|
Rip out dataspecs everywhere.
|
2021-05-18 22:22:06 +02:00 |
|
bitmap.h
|
Rip out dataspecs everywhere.
|
2021-05-18 22:22:06 +02:00 |
|
bytes.cc
|
Fix a horrifying Bytes.slice bug which was causing memory corruption.
|
2021-07-23 23:17:19 +02:00 |
|
bytes.h
|
Attempt to fix build error on OSX.
|
2021-07-24 00:03:22 +02:00 |
|
common.proto
|
Fix a bunch of documentation strings.
|
2021-05-18 21:10:59 +02:00 |
|
config.proto
|
Rework to support combined format definitions, although with only the Amiga
|
2021-07-16 22:39:38 +02:00 |
|
crc.cc
|
Add stateful decoders, which makes formats like the FB-100 much easier to work
|
2019-04-12 00:13:56 +02:00 |
|
crc.h
|
Add stateful decoders, which makes formats like the FB-100 much easier to work
|
2019-04-12 00:13:56 +02:00 |
|
csvreader.cc
|
Add CSV reader and skeleton layout analyser.
|
2021-04-17 00:08:06 +02:00 |
|
csvreader.h
|
Add CSV reader and skeleton layout analyser.
|
2021-04-17 00:08:06 +02:00 |
|
fl2.proto
|
Make the new FL2 flux format the default.
|
2021-12-05 17:09:02 +00:00 |
|
flags.cc
|
Correctly parse extra config textpbs as textpbs, not binarypbs.
|
2021-08-01 13:56:31 +02:00 |
|
flags.h
|
Add helper flags to fe-read and fe-write for setting common parameters.
|
2021-05-15 21:28:02 +02:00 |
|
flux.h
|
The encoders and decoders all build now.
|
2021-07-15 23:13:59 +02:00 |
|
fluxmap.cc
|
Rework the flux decoders to add a desync opcode for separating multiple reads
|
2021-12-05 14:42:57 +00:00 |
|
fluxmap.h
|
Rework the flux decoders to add a desync opcode for separating multiple reads
|
2021-12-05 14:42:57 +00:00 |
|
globals.cc
|
We can now decode IBM MFM disks all the way to an image, although with no CRC
|
2018-10-20 19:25:20 +02:00 |
|
globals.h
|
Add the FL2 reader.
|
2021-12-05 11:33:19 +00:00 |
|
hexdump.cc
|
Splitting by hard sectors works, up to a point; we can correctly decode (with
|
2019-03-09 12:19:28 +01:00 |
|
image.cc
|
Merge from master.
|
2021-10-30 22:19:37 +02:00 |
|
image.h
|
Hopefully get the imagereader/imagewriter and IBM encoder/decoders using sector
|
2021-07-29 00:02:46 +02:00 |
|
ldbs.cc
|
Added a simple library for reading and writing LDBS files.
|
2019-08-09 22:41:07 +02:00 |
|
ldbs.h
|
Added a simple library for reading and writing LDBS files.
|
2019-08-09 22:41:07 +02:00 |
|
proto.cc
|
Allow setting enum proto values from the command line.
|
2021-09-19 22:59:47 +02:00 |
|
proto.h
|
Allow setting cylinder and head ranges.
|
2021-05-16 18:11:40 +02:00 |
|
reader.cc
|
Typo fix.
|
2021-12-05 17:00:28 +01:00 |
|
reader.h
|
Another mahoosive refactor: move away from using protos for the disk output in
|
2021-07-15 22:50:29 +02:00 |
|
scp.h
|
s/ScpTrackStart/ScpTrackHeader/ and use in ScpTrack
|
2021-10-30 10:29:17 -07:00 |
|
sector.cc
|
First largely untested draft of a working verifier.
|
2021-07-19 00:13:06 +02:00 |
|
sector.h
|
First largely untested draft of a working verifier.
|
2021-07-19 00:13:06 +02:00 |
|
sql.cc
|
Allow upgrading of flux files to the new format.
|
2019-03-06 22:23:57 +01:00 |
|
sql.h
|
Rework the bytecode format to use a much simplified setup: a six-bit timer with
|
2020-03-14 18:58:43 +00:00 |
|
utils.cc
|
Make filename endings case insensitive.
|
2021-12-01 06:35:15 -08:00 |
|
utils.h
|
scpfluxsource: Support more than 5 revolutions
|
2021-10-08 20:40:23 -07:00 |
|
writer.cc
|
Instead of preloading the image, just explicitly load it in fe-write and change
|
2021-12-01 19:58:24 +00:00 |
|
writer.h
|
Instead of preloading the image, just explicitly load it in fe-write and change
|
2021-12-01 19:58:24 +00:00 |