diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-04-21 01:22:52 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-04-21 01:22:52 -0700 |
commit | e73ff9ec75a85c187c0a46bd4a79bf76282dd871 (patch) | |
tree | eca130612c8782dec2b58d12a1511ad74d7a1338 /gst.c | |
parent | c23439852e6e0292a4293eb2b0dc6910de66bc54 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |