]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/atari-11.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / atari-11.s
index 5d3c163e59b65a624826f5a2c3969ed32eab8b93..2e2dfd842601c7cf9e49996005146d6b20f735dc 100644 (file)
@@ -8,7 +8,6 @@
        .include        "zeropage.inc"
 
        .include        "tgi-kernel.inc"
-       .include        "tgi-mode.inc"
        .include        "tgi-error.inc"
 
        .macpack        generic
@@ -34,7 +33,7 @@
 ; Screen memory size in bytes
        scrsize = x_res * y_res / ppb
 ; Pixel aspect ratio
-       aspect = $0400                          ; 4:1
+       aspect = $0330                          ; based on 4/3 display
 ; Free memory needed
        mem_needed = 7147
 ; Number of screen pages