mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 15:31:09 +00:00
Corrected comment.
This commit is contained in:
parent
5626d35bc4
commit
cb534d8b85
@ -75,7 +75,7 @@ Tape::Pulse ZX80O::virtual_get_next_pulse() {
|
|||||||
|
|
||||||
wave_pointer_ ++;
|
wave_pointer_ ++;
|
||||||
} else {
|
} else {
|
||||||
// waves are of length 150µs
|
// pulses are of length 150µs
|
||||||
pulse.length.length = 3;
|
pulse.length.length = 3;
|
||||||
pulse.length.clock_rate = 20000;
|
pulse.length.clock_rate = 20000;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user