diff vdp.h @ 1881:55198fc9cc1f

Don't render lines that are cropped by overscan. Allows submitting frame earlier when bottom overscan is non-zero which can reduce latency in some cases
author Mike Pavone <pavone@retrodev.com>
date Mon, 16 Sep 2019 00:45:48 -0700
parents 45be49d3a98b
children 4178ce857e87
line wrap: on
line diff
--- a/vdp.h	Sat Sep 07 22:18:09 2019 -0700
+++ b/vdp.h	Mon Sep 16 00:45:48 2019 -0700
@@ -185,6 +185,7 @@
 	uint32_t       cycles;
 	uint32_t       pending_vint_start;
 	uint32_t       pending_hint_start;
+	uint32_t       top_offset;
 	uint16_t       vsram[VSRAM_SIZE];
 	uint16_t       vscroll_latch[2];
 	uint16_t       vcounter;