aboutsummaryrefslogtreecommitdiff
path: root/mousew16.c
diff options
context:
space:
mode:
Diffstat (limited to 'mousew16.c')
-rw-r--r--mousew16.c4
1 files changed, 3 insertions, 1 deletions
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;
}