1
0
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:
Thomas Harte
2018-04-26 22:49:07 -04:00
parent 850a394eb5
commit 41075356e2
3 changed files with 61 additions and 10 deletions
+1 -1
View File
@@ -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_;
}