aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-16 23:40:09 +0200
committerJavier <dev.git@javispedro.com>2022-04-16 23:40:09 +0200
commitbd0f6f39c00be0d573b3ac98dd63f10279f94730 (patch)
tree832858a81ce2d0494f4c2569ebdaac6aebecdaf3 /README.md
parent200c0ce89af4322b8c1a2c89c4f10034795d3540 (diff)
downloadvbados-bd0f6f39c00be0d573b3ac98dd63f10279f94730.tar.gz
vbados-bd0f6f39c00be0d573b3ac98dd63f10279f94730.zip
additional readme fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76d6f36..9634ee9 100644
--- a/README.md
+++ b/README.md
@@ -302,7 +302,7 @@ that is to build the multiple file several times with different settings. To avo
that and the resulting makefile complications, I just put all auxiliary functions
directly in the header files.
-* [mousmain.c](../tree/mousemain.c) is the transient part of the mouse driver,
+* [mousmain.c](../tree/mousmain.c) is the transient part of the mouse driver,
while [mousetsr.c](../tree/mousetsr.c) is the resident part.
For example here is the [entry point for int33](https://git.javispedro.com/cgit/vbados.git/tree/mousetsr.c?id=8aea756f5094de4b357c125b75973d82328e0c31#n1055).
A single function, `handle_mouse_event`, takes the mouse events from
@@ -378,6 +378,8 @@ directly in the header files.
* [unixtime.h](../tree/unixtime.h) a (probably wrong) function to convert
UNIX into DOS times, since we can't use the C runtime from the TSR.
+
+* [mousew16.c](../tree/mousew16.c) contains the Windows 3.x driver source.
### int33 extensions