| |
Trifox Account closed
Registered: Mar 2006 Posts: 108 |
sprite sprite collision interrupt ?
hi, i have tried to set bit 3 in $d01a and $d019
but somehow my interrupt is not initiated when 2 sprites overlap ... ;( i leave the interrupt with
asl $d019 ; ACK interrupt (to re-enable it)
pla
tay
pla
tax
pla
|
|
... 10 posts hidden. Click here to view all posts.... |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
you ment $D01A!? |
| |
TNT Account closed
Registered: Oct 2004 Posts: 189 |
You enable interrupts with $d01a, you read their status and ack them with $d019. |
| |
Danzig
Registered: Jun 2002 Posts: 440 |
yeah, shyte, I misread grahams posting...
like "clear all IRQ flags" reads "set all IRQ flags" to me...
*dumb* |
Previous - 1 | 2 - Next |