]> git.sur5r.net Git - cc65/commitdiff
Documented the reason for having a pixel aspect ratio (PAR) of 1 on the Lynx.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 30 Apr 2011 12:47:53 +0000 (12:47 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 30 Apr 2011 12:47:53 +0000 (12:47 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5002 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/lynx/lynx-160-102-16.s

index 5b315ae1d443292746a44fb788696756c489e3e6..8610531ca0a6861f0022591b995cc5b5d4ec2cb8 100644 (file)
@@ -34,7 +34,7 @@
         .byte   2                       ; Number of screens available
         .byte   8                       ; System font X size
         .byte   8                       ; System font Y size
-        .word  $0100                   ; Aspect ratio
+        .word  $0100                   ; Aspect ratio (square pixel LCD)
 
 ; Next comes the jump table. Currently all entries must be valid and may point
 ; to an RTS for test versions (function not implemented). A future version may