From 365b62b4a78368c9639fc0c4edaf274baf76e0a8 Mon Sep 17 00:00:00 2001
From: Thomas Harte <thomas.harte@gmail.com>
Date: Fri, 1 Dec 2023 09:50:11 -0500
Subject: [PATCH] Add TODO.

---
 Machines/PCCompatible/PCCompatible.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp
index b6131fb60..1336f5005 100644
--- a/Machines/PCCompatible/PCCompatible.cpp
+++ b/Machines/PCCompatible/PCCompatible.cpp
@@ -164,6 +164,7 @@ class FloppyController {
 										decoder_.geometry().sector,
 										decoder_.geometry().size);
 								} else {
+									// TODO: Overrun, presumably?
 								}
 
 								break;