> The only factor affecting the interrupt is the battery > power. An interrupt by definition is called on > precisely even intervals, regardless even of the > varying lengths at which the interrupt resides. Actually, the interrupt is affected by itself. The Z80 will not call an interrupt during an interrupt, so if the interrupt routine is extremely long (over 1/200s), the next interrupt call will not occur on time.