mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Add TODO list.
This commit is contained in:
parent
0c98a78bb5
commit
2db04eb671
@ -90,6 +90,13 @@ class PIC {
|
||||
awaiting_eoi_ = false;
|
||||
}
|
||||
} break;
|
||||
|
||||
// TODO:
|
||||
// 0b000 = rotate in auto EOI mode (clear)
|
||||
// 0b100 = rotate in auto EOI mode (set)
|
||||
// 0b101 = rotate on nonspecific EOI command
|
||||
// 0b110 = set primary command
|
||||
// 0b111 = rotate on specific EOI command
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user