]> git.sur5r.net Git - cc65/commitdiff
FIX label for setpixelmode 507/head
authorjede <jede@oric.org>
Mon, 23 Oct 2017 21:25:08 +0000 (23:25 +0200)
committerjede <jede@oric.org>
Mon, 23 Oct 2017 21:25:08 +0000 (23:25 +0200)
libsrc/telestrat/tgi/telestrat-228-200-3.s

index 1ce4fc9271d4c9ef6938e3479dc74f28baefedf7..09c308e269b52ed493083fe6e8b85a0ac335f8c1 100644 (file)
@@ -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)