diff options
| author | Javier <dev.git@javispedro.com> | 2026-08-30 23:09:33 +0200 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2026-08-30 23:09:33 +0200 |
| commit | 906193586d30a382d2b982419d92f80c07a65286 (patch) | |
| tree | 2227709b79a56e1bd49f07c46589fdb87a891782 /mousew16.c | |
| parent | d27caefd5fb1465c6641a4555f66d2d1b64ff804 (diff) | |
| download | vbados-906193586d30a382d2b982419d92f80c07a65286.tar.gz vbados-906193586d30a382d2b982419d92f80c07a65286.zip | |
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; } |
