modifying SoftPWM for attiny

lyron:
SoftwareSerial sSerial = SoftwareSerial( 36, txPin );

Do NOT try to access invalid pins. The Tiny Core (like the Arduino Core) DOES NOT VALIDATE PIN NUMBERS



The core you are using includes "Tiny Debug Serial". I strongly suggest using Tiny Debug Serial instead of SoftwareSerial. There are some details available here...
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1285218245/25#25