Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-30 | refactor: switch debug log to a more convenient printf-like API | Javier | 1 | -25/+9 | |
2022-04-18 | switch mouse driver to always use 1-byte packets from BIOS | Javier | 1 | -1/+1 | |
2022-04-18 | in w16driver, change mouse speed for improved dosemu2 compatibility | Javier | 1 | -10/+29 | |
See discussion in https://github.com/dosemu2/dosemu2/issues/1552#issuecomment-1101657149 | |||||
2022-04-14 | add wheel support to win16 mouse driver | Javier | 1 | -7/+135 | |
2022-04-09 | rename source files for consistency | Javier | 1 | -0/+187 | |
2022-03-29 | initial import of DOS mouse driver | Javier | 1 | -342/+0 | |
2022-03-13 | split ps/2 initialization into more functions | Javier | 1 | -5/+16 | |
2022-03-13 | let VMD know the mouse type | Javier | 1 | -1/+10 | |
2022-03-12 | use int2f to detect fullscreen dosboxes in protected mode | Javier | 1 | -2/+105 | |
2022-02-28 | use virtual DMA service on windows with paging enabled | Javier | 1 | -4/+8 | |
2022-02-27 | initial import | Javier | 1 | -0/+215 | |