diff --git a/Machines/Acorn/Archimedes/Keyboard.hpp b/Machines/Acorn/Archimedes/Keyboard.hpp index 75de0d2b7..147b15fc8 100644 --- a/Machines/Acorn/Archimedes/Keyboard.hpp +++ b/Machines/Acorn/Archimedes/Keyboard.hpp @@ -47,7 +47,7 @@ struct Keyboard { switch(input) { case RQID: // Post keyboard ID. serial_.output(KeyboardParty, 0x81); // Declare this to be a UK keyboard. - phase_ = Phase::ExpectingACK; + phase_ = Phase::Idle; break; case PRST: // "1-byte command, does nothing."