Virtual-Jaguar-Rx icon indicating copy to clipboard operation
Virtual-Jaguar-Rx copied to clipboard

Blitter collision may have a problem

Open djipi opened this issue 2 years ago • 0 comments

hello

after blitter collision test call, i test the status register of the blitter and i change the Background color if collision

    move.l	B_CMD,d0
and.l	#%11,d0			; bit0 : 1=idle, bit1 : 1=stopped

btst	#1,d0
beq.s	pas_de_collision
move.w	#$7700,BG

pas_de_collision:

result on phoenix :

https://www.mirari.fr/1SLo

Originally posted by @ericde45 in https://github.com/ericde45/JAG_collisions/issues/1#issuecomment-1092459152

djipi avatar Apr 08 '22 08:04 djipi