Convert the F85 decoder.

This commit is contained in:
David Given
2021-05-15 12:05:31 +02:00
parent a02953cccc
commit 38a8367f62
7 changed files with 42 additions and 28 deletions

View File

@@ -4,6 +4,7 @@ import "arch/aeslanier/aeslanier.proto";
import "arch/amiga/amiga.proto";
import "arch/brother/brother.proto";
import "arch/c64/c64.proto";
import "arch/f85/f85.proto";
import "arch/ibm/ibm.proto";
message DecoderProto {
@@ -18,6 +19,7 @@ message DecoderProto {
AesLanierInputProto aeslanier = 7;
AmigaInputProto amiga = 8;
Commodore64InputProto c64 = 9;
F85InputProto f85 = 10;
}
}