Mercurial > repos > blastem
comparison vdp.h @ 2557:75dd7536c467
Apparently window v/h size is latched once per line. Fixes glitch in Landstalker
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 16 Jan 2025 22:42:09 -0800 |
parents | efd2242c2c23 |
children | 3d14db924e57 |
comparison
equal
deleted
inserted
replaced
2556:6f1eebc0a90b | 2557:75dd7536c467 |
---|---|
265 uint8_t debug_fb_indices[NUM_DEBUG_TYPES]; | 265 uint8_t debug_fb_indices[NUM_DEBUG_TYPES]; |
266 uint8_t debug_modes[NUM_DEBUG_TYPES]; | 266 uint8_t debug_modes[NUM_DEBUG_TYPES]; |
267 uint8_t pushed_frame; | 267 uint8_t pushed_frame; |
268 uint8_t type; | 268 uint8_t type; |
269 uint8_t cram_latch; | 269 uint8_t cram_latch; |
270 uint8_t window_h_latch; | |
271 uint8_t window_v_latch; | |
270 int32_t color_map[1 << 12]; | 272 int32_t color_map[1 << 12]; |
271 uint8_t vdpmem[]; | 273 uint8_t vdpmem[]; |
272 }; | 274 }; |
273 | 275 |
274 | 276 |