fixed $40 vs #$40

This commit is contained in:
Charles Mangin 2018-06-21 15:53:42 -04:00 committed by GitHub
parent fa95574723
commit fec2c4de25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -208,7 +208,7 @@ SETUPLOOP LDA #$0
LDA #$FF
STA PROGRESSORIGIN,X ; progress reset - FF = unsolved
INX
CPX ]ROWS*]COLUMNS ; $#40 = hex 64 = 8x8
CPX #$40 ; $#40 = hex 64 = 8x8
BNE SETUPLOOP
;/setuploop