comparison tools/lib64gfx.h @ 1923:42cd527a01b9

Remove mostly unused DM_GET_ADDR_{LO,HI} macros.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 01:24:38 +0300
parents 3c6f638ce402
children 410679d2fe8a
comparison
equal deleted inserted replaced
1922:3c6f638ce402 1923:42cd527a01b9
46 #define C64_VIDBANK_SIZE (16*1024) 46 #define C64_VIDBANK_SIZE (16*1024)
47 #define C64_MAX_SPRITES 1024 47 #define C64_MAX_SPRITES 1024
48 #define C64_MAX_CHARS 256 48 #define C64_MAX_CHARS 256
49 49
50 50
51 #define DM_GET_ADDR_LO(addr) ((addr) & 0xff)
52 #define DM_GET_ADDR_HI(addr) (((addr) >> 8) & 0xff)
53
54
55 // Different supported flags/modes 51 // Different supported flags/modes
56 enum 52 enum
57 { 53 {
58 D64_FMT_HIRES = 0x0000, // Hi-res 54 D64_FMT_HIRES = 0x0000, // Hi-res
59 D64_FMT_MC = 0x0001, // MultiColor 55 D64_FMT_MC = 0x0001, // MultiColor