mirror of
https://github.com/Michaelangel007/apple2_dclock.git
synced 2024-12-22 09:29:49 +00:00
Removed unnecesarry old var
This commit is contained in:
parent
0aa69ba0af
commit
a2bf846f14
@ -95,7 +95,6 @@ PRODOS_GET_EOF = $D1
|
|||||||
; ----------------------------------------------------------------------------
|
; ----------------------------------------------------------------------------
|
||||||
; relocate code from RELOCS to RELOCT
|
; relocate code from RELOCS to RELOCT
|
||||||
DClockSystem
|
DClockSystem
|
||||||
RSEG1 = rseg1e-rseg1b ; MERLIN32: removed ()
|
|
||||||
ldy #rseg1e-rseg1b ; MERLIN32: removed ()
|
ldy #rseg1e-rseg1b ; MERLIN32: removed ()
|
||||||
:_ lda RELOCS,y
|
:_ lda RELOCS,y
|
||||||
sta RELOCT-1,y
|
sta RELOCT-1,y
|
||||||
|
Loading…
Reference in New Issue
Block a user