summaryrefslogtreecommitdiff
path: root/gst.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-04-21 01:22:52 -0700
committerMichael Pavone <pavone@retrodev.com>2017-04-21 01:22:52 -0700
commite73ff9ec75a85c187c0a46bd4a79bf76282dd871 (patch)
treeeca130612c8782dec2b58d12a1511ad74d7a1338 /gst.c
parentc23439852e6e0292a4293eb2b0dc6910de66bc54 (diff)
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
Diffstat (limited to 'gst.c')
-rw-r--r--gst.c1
1 files changed, 0 insertions, 1 deletions
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;