comparison tools/lib64gfx.h @ 2266:ecc17b2e129e

Add constants for "full" C64 screen dimensions, including the border regions. These are for future support of fullscreen image formats.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 17 Jun 2019 05:31:38 +0300
parents 48b48251610a
children e798a41f27a5
comparison
equal deleted inserted replaced
2265:48b48251610a 2266:ecc17b2e129e
26 #define D64_SCR_WIDTH 320 26 #define D64_SCR_WIDTH 320
27 #define D64_SCR_HEIGHT 200 27 #define D64_SCR_HEIGHT 200
28 #define D64_SCR_CH_WIDTH (D64_SCR_WIDTH/8) 28 #define D64_SCR_CH_WIDTH (D64_SCR_WIDTH/8)
29 #define D64_SCR_CH_HEIGHT (D64_SCR_HEIGHT/8) 29 #define D64_SCR_CH_HEIGHT (D64_SCR_HEIGHT/8)
30 30
31 #define D64_SCR_FULL_WIDTH 384
32 #define D64_SCR_FULL_HEIGHT 272
33 #define D64_SCR_VIS_XOFFS 24
34 #define D64_SCR_VIS_YOFFS 50
31 35
32 // C64 video screen pixel aspect ratio on PAL 36 // C64 video screen pixel aspect ratio on PAL
33 #define D64_SCR_PAR_XY (0.9365f) 37 #define D64_SCR_PAR_XY (0.9365f)
34 38
35 // Sprite constants 39 // Sprite constants