demos: outline: work around ca65 assembler issue

This commit is contained in:
Vince Weaver 2021-06-01 14:57:44 -04:00
parent a51377ee38
commit 280eb30da3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ rotozoom:
; cca = -20*ca;
lda #-20 ; 2
lda #<-20 ; 2
sta NUM1H ; 3
lda #0 ; 2
sta NUM1L ; 3