Arduino Pong

Heres what I get (on the 168) when I don't disable the interrupt

And this is what I get when i put 'cli();' as the first line in setup()

So it seems that cli(); works just as well as changing wiring.c, and it's easier!
Thanks agent_orange.

If your getting something similar to the first img, try the cli(); method.

Al