From e73ff9ec75a85c187c0a46bd4a79bf76282dd871 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 21 Apr 2017 01:22:52 -0700 Subject: 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 --- gst.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gst.c') diff --git a/gst.c b/gst.c index 8cb28fb..7ebeead 100644 --- a/gst.c +++ b/gst.c @@ -230,7 +230,6 @@ uint8_t vdp_load_gst(vdp_context * context, FILE * state_file) { 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; -- cgit v1.2.3