mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-24 13:17:41 +00:00
Remove more get_s.
This commit is contained in:
@@ -184,7 +184,7 @@ void DiskII::decide_clocking_preference() {
|
||||
}
|
||||
|
||||
bool DiskII::is_write_protected() const {
|
||||
return (stepper_mask_ & 2) || drives_[active_drive_].get_is_read_only();
|
||||
return (stepper_mask_ & 2) || drives_[active_drive_].is_read_only();
|
||||
}
|
||||
|
||||
void DiskII::set_state_machine(const std::vector<uint8_t> &state_machine) {
|
||||
|
||||
Reference in New Issue
Block a user