Simple question for anyone who knows the answer:
would either of those $2007 writes trip the IRQ counter? I'm thinking the second one would, but I'd like confirmation if possible.
What about if those STA's were LDA $2007? same thing?
Code:
BIT $2002
LDA #$0F
STA $2006
LDA #$FF
STA $2006
STA $2007
STA $2007
LDA #$0F
STA $2006
LDA #$FF
STA $2006
STA $2007
STA $2007
would either of those $2007 writes trip the IRQ counter? I'm thinking the second one would, but I'd like confirmation if possible.
What about if those STA's were LDA $2007? same thing?