ericde45 / JAG_collisions

collisions test source code, using blitter, for Atari Jaguar
GNU General Public License v3.0
1 stars 0 forks source link

Not working on Virtual Jaguar #1

Open djipi opened 2 years ago

djipi commented 2 years ago

Hi, Following your mention about VJ, could you add video(s) or picture(s) to show how it looks like on the console and/or Phoenix? Thanks.

ericde45 commented 2 years ago

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

djipi commented 2 years ago

Thank you. I have added an issue in VJ-Rx for the record.