Minor style change.

This commit is contained in:
Oliver Schmidt 2020-07-21 23:44:36 +02:00 committed by GitHub
parent 041f981960
commit 77674352f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ _srand: sta rand+0 ; Store the seed
sta rand+2 ; argument << 16 is convenient fill for MSW
stx rand+3
; fall through to rand() to sufficiently "shuffle" first rand() result
_rand: clc
lda rand+0
adc #$B3