diff vdp.h @ 424:7e8e179116af

Add support for loading GST format savestates
author Mike Pavone <pavone@retrodev.com>
date Sat, 29 Jun 2013 17:15:08 -0700
parents 36fbbced25c2
children add9e2f5c0e3
line wrap: on
line diff
--- a/vdp.h	Tue Jun 25 23:18:57 2013 -0700
+++ b/vdp.h	Sat Jun 29 17:15:08 2013 -0700
@@ -156,7 +156,7 @@
 uint32_t vdp_run_to_vblank(vdp_context * context);
 //runs until the target cycle is reached or the current DMA operation has completed, whicever comes first
 void vdp_run_dma_done(vdp_context * context, uint32_t target_cycles);
-void vdp_load_savestate(vdp_context * context, FILE * state_file);
+uint8_t vdp_load_gst(vdp_context * context, FILE * state_file);
 void vdp_save_state(vdp_context * context, FILE * outfile);
 int vdp_control_port_write(vdp_context * context, uint16_t value);
 int vdp_data_port_write(vdp_context * context, uint16_t value);