mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-20 14:29:11 +00:00
Remove phoney mid-BBR/BBS access.
This commit is contained in:
parent
b3012bd89e
commit
e750866ab6
@ -725,7 +725,7 @@ void Processor<personality, T, uses_ready_line>::run_for(const Cycles cycles) {
|
|||||||
} else {
|
} else {
|
||||||
scheduled_program_counter_ = operations_[size_t(OperationsSlot::DoNotBBRBBS)];
|
scheduled_program_counter_ = operations_[size_t(OperationsSlot::DoNotBBRBBS)];
|
||||||
}
|
}
|
||||||
} break;
|
} continue;
|
||||||
|
|
||||||
// MARK: - Transfers
|
// MARK: - Transfers
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user