Fix duplicate symbol in mainmem.ldr.s

This commit is contained in:
Bobbi Webber-Manners 2021-11-13 14:35:02 -05:00
parent 56258a2d62
commit 3474d3c77c
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -145,12 +145,12 @@ LOADCODE PHP ; Save carry flag
LDY #$00
LDA (A1L),Y
STA :LEN
:L1B CPY :LEN
:L1C CPY :LEN
BEQ :ERR1
INY
LDA (A1L),Y
JSR COUT1
BRA :L1B
BRA :L1C
:ERR1 JSR CROUT
JSR BELL
:SPIN BRA :SPIN