From: ol.sc Date: Sat, 30 Apr 2011 12:47:53 +0000 (+0000) Subject: Documented the reason for having a pixel aspect ratio (PAR) of 1 on the Lynx. X-Git-Tag: V2.13.3~458 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a0d53cff6b47245960ec8dfdaf10291bc8382653;p=cc65 Documented the reason for having a pixel aspect ratio (PAR) of 1 on the Lynx. git-svn-id: svn://svn.cc65.org/cc65/trunk@5002 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/lynx/lynx-160-102-16.s b/libsrc/lynx/lynx-160-102-16.s index 5b315ae1d..8610531ca 100644 --- a/libsrc/lynx/lynx-160-102-16.s +++ b/libsrc/lynx/lynx-160-102-16.s @@ -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