From 23534beaa6f719811c0bcb91d2d0f1396fb7f665 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 21 Jun 2018 00:25:33 +0000 Subject: [PATCH] Smaller driver code --- libsrc/c64/tgi/c64-hi.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libsrc/c64/tgi/c64-hi.s b/libsrc/c64/tgi/c64-hi.s index e2c3bca9f..1b3cedd08 100644 --- a/libsrc/c64/tgi/c64-hi.s +++ b/libsrc/c64/tgi/c64-hi.s @@ -570,10 +570,7 @@ YCONT2: lda (POINT),y ;Plot endpoint and CHUNK eor (POINT),y sta (POINT),y - lda #$36 - sta $01 - cli - rts + jmp EXIT YFIXX: ;x=x+1 adc DY -- 2.39.5