|
Atari coding BBS
Re: key repeat |
Posted by: pink-rg
|
Feb,11.2005-21:49
|
might be worth also trying to flush the gemdos key buffer:
IKBD_FlushGemdos:
movem.l d0-d2/a0-a2,-(a7)
.loop:
move.w #$b,-(a7) ; Cconis()
trap #1
addq.l #2,a7
tst.w d0
beq .empty
move.w #8,-(a7) ; Cnecin()
trap #1
addq.l #2,a7
bra.s .loop
.empty:
movem.l (a7)+,d0-d2/a0-a2
rts
|
[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.
|