1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-17 10:06:21 +00:00

Remove phoney mid-BBR/BBS access.

This commit is contained in:
Thomas Harte 2024-07-02 22:01:02 -04:00
parent b3012bd89e
commit e750866ab6

View File

@ -725,7 +725,7 @@ void Processor<personality, T, uses_ready_line>::run_for(const Cycles cycles) {
} else {
scheduled_program_counter_ = operations_[size_t(OperationsSlot::DoNotBBRBBS)];
}
} break;
} continue;
// MARK: - Transfers