ATTiny85 and MIT core not running at 8Mhz?

joshuajnoble:
I'm not sure how the Tiny core works but I didn't see any indication that it's using Timer1 and I'd assume it's using Timer0 for delay() and delayMicroseconds().

I believe you're right...

If I'm not, and delay() stops working, use Timer0..