Thank ya sir!darkman5001 wrote:2004 Trailblazer uses the P10 PCM.
Well, we now know the dog lives for between 20,000 and 40,000 iterations ... 20,000 iterations returns ack, 40,000 does not.
So, now it's time to start hitting Dog scratching techniques with a 40,000 (or greater) iteration loop ...
I've been using the technique,
Code: Select all
move.b #0x55, (0xFFFA55).l | Reset COP1
move.b #0xAA, (0xFFFA55).l
bclr #7, (0xFFFA21).l | Reset COP2
bset #7, (0xFFFA21).l
So, the next test is,
Code: Select all
move.b #0x55, (0xFFFA55).l | Reset COP1
move.b #0xAA, (0xFFFA55).l
eori.b #0x80, (0xFFFA21).l
And has been sent ...
Any thoughts, input on dog scratching techniques are welcome!