comparison tools/lib64gfx.h @ 2514:bf1d671fc999

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 May 2020 08:25:12 +0300
parents 6f2572b6f151
children a40de347fcb0
comparison
equal deleted inserted replaced
2513:c72196d3fdbe 2514:bf1d671fc999
16 extern "C" { 16 extern "C" {
17 #endif 17 #endif
18 18
19 19
20 // Max defines 20 // Max defines
21 #define D64_MAX_EXTRA_DATA 16 21 #define D64_MAX_EXTRA_DATA 16 // Number of extraData slots
22 #define D64_MAX_EXTRA_INFO 64 22 #define D64_MAX_EXTRA_INFO 64 // Number of extraInfo slots
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