From 906193586d30a382d2b982419d92f80c07a65286 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 30 Aug 2026 23:09:33 +0200 Subject: mousew16: minor comment cleanup --- mousew16.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mousew16.c') diff --git a/mousew16.c b/mousew16.c index 85ffac4..13cf310 100644 --- a/mousew16.c +++ b/mousew16.c @@ -571,8 +571,10 @@ VOID FAR PASCAL Disable(VOID) } } -/** Called by Window to retrieve the interrupt vector number used by this driver, or -1. */ +/** Called by Windows to retrieve the interrupt vector number used by this driver, or -1. */ int FAR PASCAL MouseGetIntVect(VOID) { + // Unclear if this is actually needed, or whether it needs the hw interrupt + // rather than the software one. return 0x33; } -- cgit v1.2.3