From c076636df12d642a1744ac1bd64fc8706af848f6 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 30 Nov 2023 14:26:26 -0500 Subject: [PATCH] Fix typo. --- Machines/PCCompatible/PCCompatible.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index aae72a4e4..5a5f81c92 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -963,7 +963,7 @@ class IO { case 0x0007: dma_.i8237.write<7>(value); break; // TODO: 0x0008 -> command - // TODO: 0x0001 -> mask + // TODO: 0x000a -> mask // TODO: 0x000b -> mode case 0x000c: dma_.i8237.flip_flop_reset(); break;