mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Revokes unnecessary change.
This commit is contained in:
parent
0d84b4b9dd
commit
d6a5f9a29e
@ -26,7 +26,7 @@ using namespace Intel::i8272;
|
||||
|
||||
#define SetBusy() (main_status_ |= 0x10)
|
||||
#define ResetBusy() (main_status_ &= ~0x10)
|
||||
#define IsBusy() (main_status_ & 0x10)
|
||||
#define Busy() (main_status_ & 0x10)
|
||||
|
||||
#define SetAbnormalTermination() (status_[0] |= 0x40)
|
||||
#define SetInvalidCommand() (status_[0] |= 0x80)
|
||||
|
Loading…
Reference in New Issue
Block a user