David Given
|
5a38db166f
|
Remove reader flags.
|
2021-05-15 18:56:30 +02:00 |
|
David Given
|
3c9fb79263
|
The -Wl,--no-as-needed option isn't needed any more and doesn't work on OSX.
|
2021-05-15 18:30:49 +02:00 |
|
David Given
|
98d5a2dad9
|
Add missing file.
|
2021-05-15 18:07:05 +02:00 |
|
David Given
|
4ab8b4984d
|
Rename all InputProto and OutputProtos for clarity.
|
2021-05-15 18:05:53 +02:00 |
|
David Given
|
f741ad058e
|
Convert the ZilogMcz decoder.
|
2021-05-15 17:40:20 +02:00 |
|
David Given
|
2512a4fc32
|
Convert the Victor9k decoder.
|
2021-05-15 17:29:59 +02:00 |
|
David Given
|
5554d5e608
|
Convert the TIDS990 encoder and decoder.
|
2021-05-15 17:24:20 +02:00 |
|
David Given
|
48d5ed2ff9
|
Convert the MX decoder.
|
2021-05-15 17:06:28 +02:00 |
|
David Given
|
2632668d0e
|
Convert (hopefully correctly) the IBM writables.
|
2021-05-15 14:26:06 +02:00 |
|
David Given
|
f46e444aa2
|
Convert the Micropolis decoder.
|
2021-05-15 14:10:08 +02:00 |
|
David Given
|
1149ad86a2
|
Convert the Apple2 decoder.
|
2021-05-15 14:04:44 +02:00 |
|
David Given
|
e1398d98b0
|
Remove some stray files.
|
2021-05-15 13:50:13 +02:00 |
|
David Given
|
8133e2b7aa
|
Convert the Atari ST configuration.
|
2021-05-15 13:49:31 +02:00 |
|
David Given
|
ebe678b18b
|
Fix IBM sector base default; convert the ampro configuration.
|
2021-05-15 13:47:34 +02:00 |
|
David Given
|
509217606c
|
Remove sqlite flux sink flags.
|
2021-05-15 13:42:30 +02:00 |
|
David Given
|
6fb694669c
|
Remove the fluxmapreader flags.
|
2021-05-15 13:34:26 +02:00 |
|
David Given
|
5a63172a86
|
Remove the hardware source/sink flags.
|
2021-05-15 13:06:53 +02:00 |
|
David Given
|
93dcc7e242
|
Convert the image readers and Mac encoder and decoder.
|
2021-05-15 12:33:22 +02:00 |
|
David Given
|
243eea33e9
|
Convert the FB100 decoder.
|
2021-05-15 12:11:11 +02:00 |
|
David Given
|
38a8367f62
|
Convert the F85 decoder.
|
2021-05-15 12:05:31 +02:00 |
|
David Given
|
a02953cccc
|
Fix the last fix.
|
2021-05-15 11:56:50 +02:00 |
|
David Given
|
f13f96967e
|
Try to fix the dependency issue with protobufs.
|
2021-05-15 11:09:31 +02:00 |
|
David Given
|
f7c31281e0
|
Convert the C64 decoder to the new configuration scheme. Also convert all the
imagewriters.
|
2021-05-15 00:25:32 +02:00 |
|
David Given
|
ac34a43d9b
|
Add the missing Brother 120kB format.
|
2021-05-15 00:08:49 +02:00 |
|
David Given
|
c8d0950979
|
Convert the Amiga encoder and decoder to the new system.
|
2021-05-15 00:06:39 +02:00 |
|
David Given
|
a4ff59eccb
|
Remember to actually hook the aeslanier decoder up.
|
2021-05-14 23:42:01 +02:00 |
|
David Given
|
c3a50f9442
|
Add missing file...
|
2021-05-14 23:39:47 +02:00 |
|
David Given
|
57e81ee72e
|
Convert the AES Lanier decoder to the new configuration system.
|
2021-05-14 23:39:07 +02:00 |
|
David Given
|
05df0a37b1
|
Add (pretty basic) config dumping and documentation help.
|
2021-05-14 23:29:16 +02:00 |
|
David Given
|
25f2c3a8c1
|
Move the USB flags into the config file.
|
2021-05-13 23:35:05 +02:00 |
|
David Given
|
c3aa12db78
|
Add support for filename flags to the flags parser. Allow setting config values
from the command line.
|
2021-05-13 23:16:52 +02:00 |
|
David Given
|
a3bd7cc644
|
Programmatically create the readables and writables mappings.
|
2021-05-13 19:39:45 +02:00 |
|
David Given
|
5a186b6960
|
Rename all protos to end with 'Proto' to avoid name conflicts.
|
2021-05-13 18:05:08 +02:00 |
|
David Given
|
639588fa68
|
Hardware flux sources are configurable.
|
2021-05-13 17:39:49 +02:00 |
|
David Given
|
f9510c54b2
|
Split the encoder/decoder configuration away from inputs and outputs. Make the
test pattern creator a flux source.
|
2021-05-13 17:23:06 +02:00 |
|
David Given
|
3a8ddf8025
|
The writer now works with the new config system.
|
2021-05-13 15:55:05 +02:00 |
|
David Given
|
c2aae7ee18
|
fe-read now supports multiple readable formats.
|
2021-05-13 00:02:54 +02:00 |
|
David Given
|
9d0804eff4
|
Convert the IBM decoder to use the new config system.
|
2021-05-12 23:42:38 +02:00 |
|
David Given
|
6ff84b3693
|
Bash the imagewriter stuff into working with the new config system.
|
2021-05-12 23:08:17 +02:00 |
|
David Given
|
df0a9bac96
|
More config machinery: the reader now reads (but can't put the resulting image
anywhere).
|
2021-05-12 00:26:42 +02:00 |
|
David Given
|
cf9cef6f87
|
Added the machinery for including literal protobufs in the code.
|
2021-05-11 22:13:10 +02:00 |
|
David Given
|
a8f1469d36
|
Flesh out the proto config stuff some more.
|
2021-05-10 22:38:04 +02:00 |
|
David Given
|
74cb332706
|
The dotted path setter should now work properly.
|
2021-05-08 23:56:45 +02:00 |
|
David Given
|
89165369b1
|
Import Snowhouse.
|
2021-05-08 23:01:40 +02:00 |
|
David Given
|
a54e3d33a6
|
Add a first draft of the dotted config file setter.
|
2021-05-08 22:58:29 +02:00 |
|
David Given
|
4fa1dd6860
|
There aren't any static protobuf libraries, so we're going to have to build
dynamic Windows executables now.
|
2021-05-08 10:56:15 +01:00 |
|
David Given
|
924b862f7c
|
Adjust protobuf configuration.
|
2021-05-07 23:58:41 +02:00 |
|
David Given
|
5f077762d5
|
Hopefully set the right protoc compiler?
|
2021-05-07 23:45:43 +02:00 |
|
David Given
|
1b0ec50711
|
Add lots more protobuf machinery.
|
2021-05-07 23:38:31 +02:00 |
|
David Given
|
22f320f1c4
|
Merge from master.
|
2021-05-07 22:27:45 +02:00 |
|