Computed pixel aspect ratio (PAR) by presuming a display aspect ratio (DAR) of 4/3 for a classic CRT and using the given driver resolutions as storage aspect ratio (SAR).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5001 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
; Screen memory size in bytes
|
||||
scrsize = x_res * y_res / ppb
|
||||
; Pixel aspect ratio
|
||||
aspect = $0100 ; 1:1
|
||||
aspect = $00CC ; based on 4/3 display
|
||||
; Free memory needed
|
||||
mem_needed = 15339
|
||||
; Number of screen pages
|
||||
|
||||
Reference in New Issue
Block a user