|
Atari coding BBS
Re: Directory Updating |
Posted by: evil
|
Dec,10.2005-14:01
|
I had the same problem in my "change disk" screen for the forthcoming megademo. That screen doesn't depend much on CPUtime or so, so in my VBL I just let the OS-VBL run as well, it fixed the problem.
Something like:
my_vbl:
[my code...]
move.l old_vbl,-(sp)
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.
|