mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 02:17:08 +00:00
Makes a first attempt at NIB support.
This commit is contained in:
@@ -78,7 +78,7 @@ void DiskII::set_data_register(uint8_t value) {
|
||||
}
|
||||
|
||||
uint8_t DiskII::get_shift_register() {
|
||||
// printf("[%02x] ", shift_register_);
|
||||
// if(shift_register_ & 0x80) printf("[%02x] ", shift_register_);
|
||||
inputs_ &= ~input_command;
|
||||
return shift_register_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user