1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Ensure CPC and Spectrum update fast-tape flag upon media insertion.

This commit is contained in:
Thomas Harte
2021-03-27 18:08:46 -04:00
parent 53ba0e67d1
commit 729edeac6c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1088,6 +1088,7 @@ template <bool has_fdc> class ConcreteMachine:
// If there are any tapes supplied, use the first of them.
if(!media.tapes.empty()) {
tape_player_.set_tape(media.tapes.front());
set_use_fast_tape_hack();
}
// Insert up to four disks.
@@ -432,6 +432,7 @@ template<Model model> class ConcreteMachine:
// If there are any tapes supplied, use the first of them.
if(!media.tapes.empty()) {
tape_player_.set_tape(media.tapes.front());
set_use_fast_tape();
}
// Insert up to four disks.