We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d433e3 commit 216f5ceCopy full SHA for 216f5ce
1 file changed
src/Spice86.Core/Emulator/Devices/Input/Keyboard/PS2Keyboard.cs
@@ -521,7 +521,7 @@ public void PortWrite(byte value) {
521
/// Called when the controller is ready to accept keyboard frames.
522
/// </summary>
523
internal void NotifyReadyForFrame() {
524
- // Since INT9H (IRQ1 hardware handler) de
+ // Since INT9H (IRQ1 hardware handler) dequeued some items,
525
// clear the buffer overflow flag, do not ignore keys any more
526
_bufferOverflowed = false;
527
TransferNextBufferedFrameIfReady();
0 commit comments