From a0d53cff6b47245960ec8dfdaf10291bc8382653 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Sat, 30 Apr 2011 12:47:53 +0000
Subject: [PATCH] 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
---
libsrc/lynx/lynx-160-102-16.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.39.5