mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
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
@ -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…
x
Reference in New Issue
Block a user