From 46b2db00bc042da7426dabcd3ea7011a013a0cd0 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 2 Sep 2025 12:52:04 -0400 Subject: [PATCH] Establish that the AT actually wants SenseDriveStatus. --- Machines/PCCompatible/FloppyController.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Machines/PCCompatible/FloppyController.hpp b/Machines/PCCompatible/FloppyController.hpp index 4c634107b..1092d9737 100644 --- a/Machines/PCCompatible/FloppyController.hpp +++ b/Machines/PCCompatible/FloppyController.hpp @@ -211,6 +211,11 @@ public: specify_specs_ = decoder_.specify_specs(); break; // case Command::SenseDriveStatus: { +// // Hack attack! +// results_.serialise( +// 0x20, +// 0x00 +// ); // } break; case Command::Invalid: