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

View File

@@ -1,8 +1,9 @@
syntax = "proto2";
import "arch/aeslanier/aeslanier.proto";
import "arch/amiga/amiga.proto";
import "arch/brother/brother.proto";
import "arch/ibm/ibm.proto";
import "arch/aeslanier/aeslanier.proto";
message DecoderProto {
optional double pulse_debounce_threshold = 1 [default = 0.30];
@@ -14,6 +15,7 @@ message DecoderProto {
IBMInputProto ibm = 5;
BrotherInputProto brother = 6;
AesLanierInputProto aeslanier = 7;
AmigaInputProto amiga = 8;
}
}