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