mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
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.
12 lines
252 B
Protocol Buffer
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 {}
|
|
|