comparison tools/lib64gfx.h @ 2323:f367677a5b21

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Sep 2019 10:44:22 +0300
parents 5abb81daadd5
children dc79c64f158c
comparison
equal deleted inserted replaced
2322:5abb81daadd5 2323:f367677a5b21
23 23
24 24
25 // Bitmap constants 25 // Bitmap constants
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 31 #define D64_SCR_FULL_WIDTH 384
32 #define D64_SCR_FULL_HEIGHT 272 32 #define D64_SCR_FULL_HEIGHT 272
33 #define D64_SCR_VIS_XOFFS 24 33 #define D64_SCR_VIS_XOFFS 24
34 #define D64_SCR_VIS_YOFFS 50 34 #define D64_SCR_VIS_YOFFS 50