|
Atari coding BBS
Re: Switching Mouse OFF (STe) |
Posted by: Anonymous
|
Jun,20.2012-06:09
|
Hi,
Include this in your code at init:
dc.w $A00A ;Line-A hide mouse
before you exit your code you can turn the mouse on with:
dc.c $A009 ;Line-A show mouse
Alternatively, you can install your own IKBD vector that does not respond to mouse packets from the keyboard. IIRC The IKBD vector is at $110.
-]
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|