mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-01 11:16:16 +00:00
Remove more get_s.
This commit is contained in:
@@ -41,5 +41,5 @@ void DiskIIDrive::set_control_lines(const int lines) {
|
||||
}
|
||||
|
||||
bool DiskIIDrive::read() {
|
||||
return !!(stepper_mask_ & 2) || get_is_read_only();
|
||||
return !!(stepper_mask_ & 2) || is_read_only();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user