1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Corrected comment.

This commit is contained in:
Thomas Harte 2017-06-07 10:05:16 -04:00
parent 5626d35bc4
commit cb534d8b85

View File

@ -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;