1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Introdice alternative tape timings for the +4.

This commit is contained in:
Thomas Harte
2025-01-15 22:11:26 -05:00
parent 3adf3dc547
commit a6e453a452
16 changed files with 135 additions and 65 deletions
@@ -18,6 +18,9 @@ MultiMediaTarget::MultiMediaTarget(const std::vector<std::unique_ptr<::Machine::
}
bool MultiMediaTarget::insert_media(const Analyser::Static::Media &media) {
// TODO: copy media afresh for each target machine; media
// generally has mutable state.
bool inserted = false;
for(const auto &target : targets_) {
inserted |= target->insert_media(media);