]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/atari-6.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / atari-6.s
index d9190720cd5ce8ac14e999d3d1b19df300c86fa7..091b698d426475e1cd6b3fa04ee7c87b768c40ec 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 = $0100                          ; 1:1
+       aspect = $00CC                          ; based on 4/3 display
 ; Free memory needed
        mem_needed = 1193
 ; Number of screen pages