]> 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 9054d8c69e0f90b3f55c20bc1c5c9413adbeb958..135c883bc5dbadc10a73b78440ec7a654b7ccc56 100644 (file)
@@ -8,7 +8,6 @@
        .include        "zeropage.inc"
 
        .include        "tgi-kernel.inc"
-       .include        "tgi-mode.inc"
        .include        "tgi-error.inc"
        .include        "apple2.inc"
 
@@ -54,7 +53,8 @@ Y2    :=      ptr4
        .byte   1               ; Number of screens available
        .byte   8               ; System font X size
        .byte   8               ; System font Y size
-       .word   $100            ; Aspect ratio
+       .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).
@@ -257,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