aboutsummaryrefslogtreecommitdiff
path: root/dostsr.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-04fix colors in vga 256-color modeJavier1-38/+61
2022-04-04add planar/ega mode cursor supportJavier1-2/+3
2022-04-03replace some custom asm utils with watcom intrinsincsJavier1-9/+11
2022-04-03write full bytes instead of pixelsJavier1-6/+8
2022-04-03try to handle graphical cursor rendering in a more generic wayJavier1-175/+197
2022-04-03complete wheel supportJavier1-6/+46
2022-04-02readd VDS support so that it works under emm386 and win386+swapJavier1-1/+1
2022-04-02complete support for the win386 hooks in dos mouse side, and further simplify...Javier1-19/+103
2022-04-02implement graphic cursor for CGA modes, wheel mouse detection, int2f hooking,...Javier1-116/+410
2022-03-29initial import of DOS mouse driverJavier1-0/+740