aboutsummaryrefslogtreecommitdiff
path: root/rand.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-12-31 03:00:46 -0500
committerB. Watson <yalhcru@gmail.com>2015-12-31 03:00:46 -0500
commit0ab84dd41eabd424420530efa36ac6147379706c (patch)
tree186240740abb0dd7b71f7f872e7a261261175340 /rand.s
parente947bd066312e3fcaaad62914126ac9270e79fbf (diff)
downloadtaipan-0ab84dd41eabd424420530efa36ac6147379706c.tar.gz
faster screen updates, requires git cc65
Diffstat (limited to 'rand.s')
-rw-r--r--rand.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/rand.s b/rand.s
index 3d64c74..1fa7d8d 100644
--- a/rand.s
+++ b/rand.s
@@ -17,7 +17,6 @@ _randi:
; void __fastcall__ randl(void);
_randl:
lda RANDOM
-randl1:
sta sreg
lda RANDOM
sta sreg+1