From b9396bdeff4588762ab017cb3446910a2684b380 Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 18 Apr 2022 22:13:00 +0200 Subject: switch mouse driver to always use 1-byte packets from BIOS --- int33.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'int33.h') diff --git a/int33.h b/int33.h index 69ef7ed..10816f0 100644 --- a/int33.h +++ b/int33.h @@ -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" \ -- cgit v1.2.3