mirror of
https://github.com/cc65/cc65.git
synced 2025-01-15 22:30:04 +00:00
Mouse position no longer contained in the header
git-svn-id: svn://svn.cc65.org/cc65/trunk@3029 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d2351bba49
commit
424e9fedc8
@ -67,8 +67,6 @@
|
|||||||
IOCTL .addr
|
IOCTL .addr
|
||||||
IRQ .addr
|
IRQ .addr
|
||||||
.endstruct
|
.endstruct
|
||||||
XPOS .word ; Mouse X position
|
|
||||||
YPOS .word ; Mouse Y position
|
|
||||||
CALLBACKS .struct ; Jump instructions
|
CALLBACKS .struct ; Jump instructions
|
||||||
.byte ; JMP opcode
|
.byte ; JMP opcode
|
||||||
CHIDE .addr ; Jump address
|
CHIDE .addr ; Jump address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user