mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
14 lines
345 B
Protocol Buffer
14 lines
345 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import "lib/common.proto";
|
|
|
|
message Commodore64DecoderProto {}
|
|
|
|
message Commodore64EncoderProto {
|
|
optional double post_index_gap_us = 1 [default=0.0,
|
|
(help) = "post-index gap before first sector header."];
|
|
optional double clock_compensation_factor = 2 [default=1.0,
|
|
(help) = "scale the output clock by this much."];
|
|
}
|
|
|