From 3bc0843afc7ed291ca3c8278631d159f9387013c Mon Sep 17 00:00:00 2001 From: jede Date: Mon, 23 Oct 2017 23:25:08 +0200 Subject: [PATCH] FIX label for setpixelmode --- libsrc/telestrat/tgi/telestrat-228-200-3.s | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libsrc/telestrat/tgi/telestrat-228-200-3.s b/libsrc/telestrat/tgi/telestrat-228-200-3.s index 1ce4fc927..09c308e26 100644 --- a/libsrc/telestrat/tgi/telestrat-228-200-3.s +++ b/libsrc/telestrat/tgi/telestrat-228-200-3.s @@ -255,14 +255,16 @@ GETDEFPALETTE: ; SETPIXEL: + lda #$80 +SETPIXELSETMODE: + sta HRSFB lda X1 sta HRS1 lda Y1 sta HRS2 - lda #$80 - sta HRSFB + BRK_TELEMON(XCURSE) -- 2.39.5