Age | Commit message (Expand) | Author | Files | Lines |
2022-04-06 | implement autoinstallation to upper memory | Javier | 5 | -32/+293 |
2022-04-05 | add vmware support, debug logging to serial port, and fix ps2 routine clobber... | Javier | 9 | -82/+575 |
2022-04-04 | fix colors in vga 256-color mode | Javier | 2 | -44/+75 |
2022-04-04 | add planar/ega mode cursor support | Javier | 3 | -8/+89 |
2022-04-03 | replace some custom asm utils with watcom intrinsincs | Javier | 6 | -81/+31 |
2022-04-03 | update readme a bit | Javier | 1 | -32/+39 |
2022-04-03 | write full bytes instead of pixels | Javier | 1 | -6/+8 |
2022-04-03 | try to handle graphical cursor rendering in a more generic way | Javier | 6 | -224/+398 |
2022-04-03 | complete wheel support | Javier | 6 | -27/+124 |
2022-04-02 | readd VDS support so that it works under emm386 and win386+swap | Javier | 8 | -89/+146 |
2022-04-02 | complete support for the win386 hooks in dos mouse side, and further simplify... | Javier | 5 | -156/+165 |
2022-04-02 | implement graphic cursor for CGA modes, wheel mouse detection, int2f hooking,... | Javier | 12 | -262/+784 |
2022-03-29 | initial import of DOS mouse driver | Javier | 19 | -403/+1854 |
2022-03-23 | remove issue with fullscreen DOS from readme, add download instructions | Javier | 1 | -11/+11 |
2022-03-13 | fix ps2 get_device_id (not yet used) | Javier | 1 | -1/+1 |
2022-03-13 | split ps/2 initialization into more functions | Javier | 2 | -54/+127 |
2022-03-13 | let VMD know the mouse type | Javier | 4 | -2/+64 |
2022-03-12 | fix missing include | Javier | 1 | -0/+1 |
2022-03-12 | use int2f to detect fullscreen dosboxes in protected mode | Javier | 4 | -3/+181 |
2022-03-11 | fix random lock failure with paging on/vds | Javier | 2 | -13/+28 |
2022-02-28 | fix README | Javier | 1 | -5/+14 |
2022-02-28 | use virtual DMA service on windows with paging enabled | Javier | 5 | -97/+267 |
2022-02-27 | initial import | Javier | 12 | -0/+1425 |