diff options
author | Javier <dev.git@javispedro.com> | 2022-04-18 22:13:00 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-18 22:13:00 +0200 |
commit | b9396bdeff4588762ab017cb3446910a2684b380 (patch) | |
tree | a43e4647125e52e02507127043b62bcb3f59c3c3 /int33.h | |
parent | 3da9d4d5eff694e7e91116a693f328c289fc82f6 (diff) | |
download | vbados-b9396bdeff4588762ab017cb3446910a2684b380.tar.gz vbados-b9396bdeff4588762ab017cb3446910a2684b380.zip |
switch mouse driver to always use 1-byte packets from BIOS
Diffstat (limited to 'int33.h')
-rw-r--r-- | int33.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ static uint16_t int33_get_driver_version(void); __value [bx] \ __modify [ax bx cx dx] -static int int33_get_max_coordinates(int16_t *x, int16_t *y); +static int int33_get_max_coordinates(uint16_t *x, uint16_t *y); #pragma aux int33_get_max_coordinates = \ "mov ax, 0x26" \ "mov bx, -1" \ |