Convert the FB100 decoder.

This commit is contained in:
David Given
2021-05-15 12:11:11 +02:00
parent 38a8367f62
commit 243eea33e9
6 changed files with 39 additions and 25 deletions

View File

@@ -5,6 +5,7 @@ import "arch/amiga/amiga.proto";
import "arch/brother/brother.proto";
import "arch/c64/c64.proto";
import "arch/f85/f85.proto";
import "arch/fb100/fb100.proto";
import "arch/ibm/ibm.proto";
message DecoderProto {
@@ -20,6 +21,7 @@ message DecoderProto {
AmigaInputProto amiga = 8;
Commodore64InputProto c64 = 9;
F85InputProto f85 = 10;
Fb100InputProto fb100 = 11;
}
}