?login_element?
?pathlinks? – Rev 1485
Blame |
Last modification |
View Log
| Download
#ifndef included_randinit
#define included_randinit
randinit:
; need to make sure seed1 is non-zero
ld hl,seed1
ld a,(hl)
inc hl
or (hl)
inc hl
or (hl)
inc hl
or (hl)
ret nz
dec (hl)
ret
#endif