1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-12 15:31:09 +00:00

Ensure use_automatic_tape_control_ is always a valid bool.

This commit is contained in:
Thomas Harte 2020-12-09 20:10:56 -05:00
parent 1928c955d9
commit dbdea95241

View File

@ -466,7 +466,7 @@ template<bool is_zx81> class ConcreteMachine:
void set_use_fast_tape() {
use_fast_tape_hack_ = allow_fast_tape_hack_ && tape_player_.has_tape();
}
bool use_automatic_tape_motor_control_;
bool use_automatic_tape_motor_control_ = true;
HalfCycles tape_advance_delay_ = 0;
// MARK: - Video