]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/apple2-40-48-16.s
Added VIC2 sprites as output format. Started to code the processing pipeline:
[cc65] / libsrc / apple2 / apple2-40-48-16.s
index 3f439cadc7433c991187f76337ff4fadeba402f7..135c883bc5dbadc10a73b78440ec7a654b7ccc56 100644 (file)
@@ -54,6 +54,7 @@ Y2    :=      ptr4
        .byte   8               ; System font X size
        .byte   8               ; System font Y size
        .word   $0198           ; Aspect ratio (based on 4/3 display)
+        .byte   0               ; TGI driver flags
 
 ; Next comes the jump table. With the exception of IRQ, all entries must be
 ; valid and may point to an RTS for test versions (function not implemented).
@@ -256,7 +257,7 @@ text:       jsr     HOME
        ; Done, reset the error code
        lda     #TGI_ERR_OK
        beq     :+              ; Branch always
-       
+
        ; Done, set the error code
 err:   lda     #TGI_ERR_INV_ARG
 :      sta     ERROR