Re: A83: PAusing


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

Re: A83: PAusing



what ever the unigamer game you is in basic, do this for asm
   ld b, (value between 1-255, 1 is fastest)
Pause:
   halt
   djnz Pause