diff options
Diffstat (limited to 'mousew16.c')
| -rw-r--r-- | mousew16.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; } |
