|
Atari coding BBS
Re: timer c <-> hdd question |
Posted by: pink-rg
|
Jun,01.2005-15:46
|
You might want to try calling the GEM Event Timer vector from your own interrupt (if you have replaced timer c). Some hard disc drivers might be depenent on this.
I killed timer c on godpey (needed all timers for SSD + palette splitting) then had problems with disk access sometimes failing.
Manually updating 4BA and calling the GEM Event Timer vector seemed to fix things.
Here's the code:
move.w $442.w,-(a7)
move.l $400.w,a0
jsr (a0)
addq.w #2,a7
|
[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.
|