Re: A83: Direct Input/Delay


[Prev][Next][Index][Thread]

Re: A83: Direct Input/Delay




Ok, (to add on to my mail a little bit) I just decided to experiment with some
delays, but it either froze my calc or is taking a helluva long time... :\
Tell me how much this delay sucks, and give me a new one please, anyone...? Im
not calling this in my Direct Input loop though. Its right after I switch the
text video of that word (like i was talking about before), and then calling
the Delay, and then jumping to my Direct Input loop. Whats the problem...?
																	--Jason K.
Delay:
	ld b, $FF
DelayLoop:
	push af
	dec b
	pop af
	nop
	djnz DelayLoop
	ret


Follow-Ups: