Thread: Plasma
View Single Post
Old 23 April 2009, 11:53   #32
pmc
gone
 
pmc's Avatar
 
Join Date: Apr 2007
Location: completely gone
Posts: 1,596
Asman - You're definitely correct that the copper's interrrupt request is getting overwritten. I tested this by commenting out the manual call to the interrupt routine in the startup as follows:

move.l cop_int_vect.w,cop_int_address
move.l #.interrupt_code,cop_int_vect.w
; move.w #%1000000000010000,intreq(a5)

Then when I ran the routine I got no colours written by the blitter routine that runs in the interrupt at all proving that the interrupt never gets called by the copper...

I'll keep looking to try and resolve it.
pmc is offline  
 
Page generated in 0.04344 seconds with 11 queries