diff vdp.h @ 2223:1cccc57c069a

Admit defeat on VDP address latching theory and implement it the way GPGX does. Fixes regression in VDP FIFO Testing and SMS VDPTEST
author Michael Pavone <pavone@retrodev.com>
date Sun, 04 Sep 2022 23:29:37 -0700
parents dc4268a778bc
children eaaf28af3c94
line wrap: on
line diff
--- a/vdp.h	Sun Sep 04 14:26:12 2022 -0700
+++ b/vdp.h	Sun Sep 04 23:29:37 2022 -0700
@@ -198,7 +198,6 @@
 	uint32_t       frame;
 	uint32_t       vsram_size;
 	uint8_t        cd;
-	uint8_t        cd_latch;
 	uint8_t	       flags;
 	uint8_t        regs[VDP_REGS];
 	//cycle count in MCLKs