mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Given that I'm not racing this any more, turned the intended 1 second back into 1 second.
This commit is contained in:
parent
e2575d6de4
commit
bcb7c27cc4
@ -54,7 +54,7 @@ Tape::Pulse ZX80O81P::virtual_get_next_pulse() {
|
|||||||
// Start with 1 second of silence.
|
// Start with 1 second of silence.
|
||||||
if(!is_past_silence_ || has_finished_data()) {
|
if(!is_past_silence_ || has_finished_data()) {
|
||||||
pulse.type = Pulse::Type::Low;
|
pulse.type = Pulse::Type::Low;
|
||||||
pulse.length.length = 10;
|
pulse.length.length = 1;
|
||||||
pulse.length.clock_rate = 1;
|
pulse.length.clock_rate = 1;
|
||||||
is_past_silence_ = true;
|
is_past_silence_ = true;
|
||||||
has_ended_final_byte_ = has_finished_data();
|
has_ended_final_byte_ = has_finished_data();
|
||||||
|
Loading…
Reference in New Issue
Block a user