From 09a61cf1a7bb3708a2aa843c8f5449757a48edd1 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 23 Mar 2024 20:12:38 -0400 Subject: [PATCH] Don't expect an ACK after identifying. --- Machines/Acorn/Archimedes/Keyboard.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."