From 6a70d1dab10741dc1e30fd382369cc5decae58de Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 21 Jun 2018 20:30:14 +0000 Subject: [PATCH] Removed unused label --- libsrc/c64/tgi/c64-hi.s | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libsrc/c64/tgi/c64-hi.s b/libsrc/c64/tgi/c64-hi.s index 1b3cedd08..251efa1e1 100644 --- a/libsrc/c64/tgi/c64-hi.s +++ b/libsrc/c64/tgi/c64-hi.s @@ -570,7 +570,10 @@ YCONT2: lda (POINT),y ;Plot endpoint and CHUNK eor (POINT),y sta (POINT),y - jmp EXIT + lda #$36 + sta $01 + cli + rts YFIXX: ;x=x+1 adc DY @@ -624,7 +627,7 @@ XCONT2: dex lsr CHUNK ;Advance to last point jsr LINEPLOT ;Plot the last chunk -EXIT: lda #$36 + lda #$36 sta $01 cli rts -- 2.39.5