mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Convert the F85 decoder.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user