diff options
author | Javier <dev.git@javispedro.com> | 2022-04-16 23:40:09 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-16 23:40:09 +0200 |
commit | bd0f6f39c00be0d573b3ac98dd63f10279f94730 (patch) | |
tree | 832858a81ce2d0494f4c2569ebdaac6aebecdaf3 | |
parent | 200c0ce89af4322b8c1a2c89c4f10034795d3540 (diff) | |
download | vbados-bd0f6f39c00be0d573b3ac98dd63f10279f94730.tar.gz vbados-bd0f6f39c00be0d573b3ac98dd63f10279f94730.zip |
additional readme fixes
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |