comparison vdp.h @ 2236:c149c929361c

Fix color bug when switching between Game Gear and other Sega systems
author Michael Pavone <pavone@retrodev.com>
date Tue, 13 Sep 2022 20:18:03 -0700
parents eaaf28af3c94
children 0d1d5dccdd28
comparison
equal deleted inserted replaced
2235:93918a6a8ab7 2236:c149c929361c
254 uint8_t debug_fb_indices[VDP_NUM_DEBUG_TYPES]; 254 uint8_t debug_fb_indices[VDP_NUM_DEBUG_TYPES];
255 uint8_t debug_modes[VDP_NUM_DEBUG_TYPES]; 255 uint8_t debug_modes[VDP_NUM_DEBUG_TYPES];
256 uint8_t pushed_frame; 256 uint8_t pushed_frame;
257 uint8_t type; 257 uint8_t type;
258 uint8_t cram_latch; 258 uint8_t cram_latch;
259 int32_t color_map[1 << 12];
259 uint8_t vdpmem[]; 260 uint8_t vdpmem[];
260 } vdp_context; 261 } vdp_context;
261 262
262 263
263 264