X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=decode.cpp;h=e8263eab4757ca30a903f96aa6c32cfbc3d1997e;hp=ab242d0be5845f7145e0b40ca75c5a646207ca25;hb=057dea4ad6dffb355ec9a84e3952dc2de8b88b7a;hpb=b0572bf7f70621037e6692c392965f2e85ea2590 diff --git a/decode.cpp b/decode.cpp index ab242d0..e8263ea 100644 --- a/decode.cpp +++ b/decode.cpp @@ -164,6 +164,7 @@ void output_tap(const std::vector& pulses, double calibration_factor) static struct option long_options[] = { {"auto-level", 0, 0, 'a' }, + {"output-leveled", 0, 0, 'A' }, {"no-calibrate", 0, 0, 's' }, {"plot-cycles", 0, 0, 'p' }, {"hysteresis-limit", required_argument, 0, 'l' },