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
This commit is contained in:
parent
14cfadbc75
commit
a0d53cff6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue