aboutsummaryrefslogtreecommitdiff
path: root/mousew16.c
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2026-08-30 23:09:33 +0200
committerJavier <dev.git@javispedro.com>2026-08-30 23:09:33 +0200
commit906193586d30a382d2b982419d92f80c07a65286 (patch)
tree2227709b79a56e1bd49f07c46589fdb87a891782 /mousew16.c
parentd27caefd5fb1465c6641a4555f66d2d1b64ff804 (diff)
downloadvbados-906193586d30a382d2b982419d92f80c07a65286.tar.gz
vbados-906193586d30a382d2b982419d92f80c07a65286.zip
mousew16: minor comment cleanupHEADmaster
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;
}