Files
fluxengine/arch/micropolis/micropolis.proto
Eric Anderson ce5fcaf172 Micropolis raw 275 byte sectors
These are used by formats like VGI since the ECC varied per machine and
the 10 extra bytes of user data may contain useful information.
2021-10-02 22:59:14 -07:00

12 lines
252 B
Protocol Buffer

syntax = "proto2";
import "lib/common.proto";
message MicropolisDecoderProto {
optional int32 sector_output_size = 1 [default = 256,
(help) = "How much of the raw sector should be saved. Must be 256 or 275"];
}
message MicropolisEncoderProto {}