mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
allow empty value lines
This commit is contained in:
parent
6241d0120b
commit
c582f49c70
@ -94,6 +94,7 @@ SaveGlobalPreferences
|
||||
ldx #0
|
||||
ldy #0
|
||||
lda ($00),y
|
||||
beq ++
|
||||
clc
|
||||
adc #$01
|
||||
sta @len
|
||||
@ -107,7 +108,7 @@ SaveGlobalPreferences
|
||||
@len=*+1
|
||||
+ cpy #$FD ; SMC
|
||||
bne -
|
||||
rts
|
||||
++ rts
|
||||
|
||||
@kEquals !byte 1
|
||||
!raw "="
|
||||
|
Loading…
Reference in New Issue
Block a user