mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Convert the C64 decoder to the new configuration scheme. Also convert all the
imagewriters.
This commit is contained in:
@@ -3,6 +3,7 @@ syntax = "proto2";
|
||||
import "arch/aeslanier/aeslanier.proto";
|
||||
import "arch/amiga/amiga.proto";
|
||||
import "arch/brother/brother.proto";
|
||||
import "arch/c64/c64.proto";
|
||||
import "arch/ibm/ibm.proto";
|
||||
|
||||
message DecoderProto {
|
||||
@@ -16,6 +17,7 @@ message DecoderProto {
|
||||
BrotherInputProto brother = 6;
|
||||
AesLanierInputProto aeslanier = 7;
|
||||
AmigaInputProto amiga = 8;
|
||||
Commodore64InputProto c64 = 9;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user