Convert the C64 decoder to the new configuration scheme. Also convert all the

imagewriters.
This commit is contained in:
David Given
2021-05-15 00:25:32 +02:00
parent ac34a43d9b
commit f7c31281e0
11 changed files with 88 additions and 48 deletions

View File

@@ -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;
}
}