Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blitter collision may have a problem #62

Open
djipi opened this issue Apr 8, 2022 · 0 comments
Open

Blitter collision may have a problem #62

djipi opened this issue Apr 8, 2022 · 0 comments
Labels
bug legacy Happens also in the original VJ S1

Comments

@djipi
Copy link
Owner

djipi commented Apr 8, 2022

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 ericde45/JAG_collisions#1 (comment)

@djipi djipi added bug S1 legacy Happens also in the original VJ labels Apr 8, 2022
@djipi djipi pinned this issue Apr 8, 2022
@djipi djipi unpinned this issue Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug legacy Happens also in the original VJ S1
Projects
Status: To Do
Development

No branches or pull requests

1 participant