diff gst.c @ 1325:58bfbed6cdb5

Fairly major rework of how active/passive is handled along with how the V30 mode bit is handled. Allows the vertical border extension trick in Overdrive 2 to work right
author Michael Pavone <pavone@retrodev.com>
date Fri, 21 Apr 2017 01:22:52 -0700
parents 0928b68fef2a
children 69c25e1188e5
line wrap: on
line diff
--- a/gst.c	Fri Apr 21 01:19:40 2017 -0700
+++ b/gst.c	Fri Apr 21 01:22:52 2017 -0700
@@ -230,7 +230,6 @@
 	{
 		vdp_control_port_write(context, 0x8000 | (i << 8) | tmp_buf[i]);
 	}
-	latch_mode(context);
 	if (fread(tmp_buf, 1, CRAM_SIZE*2, state_file) != CRAM_SIZE*2) {
 		fputs("Failed to read CRAM from savestate\n", stderr);
 		return 0;