mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Takes a further stab at ::CommandDataIsValid.
This commit is contained in:
parent
3d91b0a31b
commit
28ce675c96
@ -96,7 +96,7 @@ uint8_t GLU::get_data() {
|
||||
// b5: 1 = control, command and reset have all been pressed together; 0 = they haven't.
|
||||
// b6: 1 = ADB controller encountered an error and reset itself; 0 = no error.
|
||||
// b7: 1 = ADB has received a response from the addressed ADB device; 0 = no respone.
|
||||
// status_ &= ~(CPUFlags::CommandDataIsValid | CPUFlags::CommandRegisterFull);
|
||||
status_ &= ~uint8_t(CPUFlags::CommandDataIsValid);
|
||||
return registers_[7];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user