From d258a1ad81b993579870c94fe13661c93e3e12ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 18 Mar 2023 14:23:07 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typoe=20resb=E2=86=92resw=20with=20mouse?= =?UTF-8?q?=5Frow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ponydos.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponydos.asm b/ponydos.asm index a8e9f30..4a705a0 100644 --- a/ponydos.asm +++ b/ponydos.asm @@ -454,7 +454,7 @@ mouse_y resw 1 mouse_buttons resb 1 mouse_column resb 1 -mouse_row resw 1 +mouse_row resb 1 boot_disk resb 1