1
0
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:
Thomas Harte 2023-12-12 10:59:43 -05:00
parent 0c98a78bb5
commit 2db04eb671

View File

@ -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
}
}
}