mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-08 23:31:13 +00:00
Fix duplicate symbol in mainmem.ldr.s
This commit is contained in:
parent
56258a2d62
commit
3474d3c77c
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user