From c16e9b293782365109eeae6dfaad7633bb5ce474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 20 Mar 2023 20:48:46 +0200 Subject: [PATCH] Document the latest hack --- ponydos.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponydos.asm b/ponydos.asm index a9e6856..a2ae398 100644 --- a/ponydos.asm +++ b/ponydos.asm @@ -490,7 +490,7 @@ mouse_handler: test bl, Y_OVERFLOW call xy_handler - mov bh, 1 + mov bh, 1 ; Mark that mouse state has updated and bl, BUTTONS mov [cs:di], bx