Convert the Amiga encoder and decoder to the new system.

This commit is contained in:
David Given
2021-05-15 00:06:39 +02:00
parent a4ff59eccb
commit c8d0950979
11 changed files with 111 additions and 58 deletions

13
arch/amiga/amiga.proto Normal file
View File

@@ -0,0 +1,13 @@
syntax = "proto2";
import "lib/common.proto";
message AmigaInputProto {}
message AmigaOutputProto {
optional double clock_rate_us = 1
[default=2.00, (help)="Encoded data clock rate."];
optional double post_index_gap_ms = 2
[default=0.5, (help)="Post-index gap before first sector header."];
}