From bd0f6f39c00be0d573b3ac98dd63f10279f94730 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 16 Apr 2022 23:40:09 +0200 Subject: additional readme fixes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3