From: cuz Date: Wed, 12 May 2004 13:17:34 +0000 (+0000) Subject: Mouse position no longer contained in the header X-Git-Tag: V2.12.0~801 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=424e9fedc8ac16b62dec47d030a6cab74d8b88d5;p=cc65 Mouse position no longer contained in the header git-svn-id: svn://svn.cc65.org/cc65/trunk@3029 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/mouse-kernel.inc b/asminc/mouse-kernel.inc index 20596f142..5bac16818 100644 --- a/asminc/mouse-kernel.inc +++ b/asminc/mouse-kernel.inc @@ -67,8 +67,6 @@ IOCTL .addr IRQ .addr .endstruct - XPOS .word ; Mouse X position - YPOS .word ; Mouse Y position CALLBACKS .struct ; Jump instructions .byte ; JMP opcode CHIDE .addr ; Jump address