]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/atari-9.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / atari-9.s
index e5f064760994b81bf4e4a0d250e58ff3a9c83ed1..38e23702a4b2d8b1f3b535c3b1ba6f8f7a69f39f 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