diff 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
line wrap: on
line diff
--- a/vdp.h	Sat Jan 11 23:21:36 2025 -0800
+++ b/vdp.h	Thu Jan 16 22:42:09 2025 -0800
@@ -267,6 +267,8 @@
 	uint8_t        pushed_frame;
 	uint8_t        type;
 	uint8_t        cram_latch;
+	uint8_t        window_h_latch;
+	uint8_t        window_v_latch;
 	int32_t        color_map[1 << 12];
 	uint8_t        vdpmem[];
 };