diff --git a/Storage/Tape/Formats/ZX80O.cpp b/Storage/Tape/Formats/ZX80O.cpp index 55834890c..a4e36072b 100644 --- a/Storage/Tape/Formats/ZX80O.cpp +++ b/Storage/Tape/Formats/ZX80O.cpp @@ -75,7 +75,7 @@ Tape::Pulse ZX80O::virtual_get_next_pulse() { wave_pointer_ ++; } else { - // waves are of length 150µs + // pulses are of length 150µs pulse.length.length = 3; pulse.length.clock_rate = 20000;