From 48718d1f339e263fb52a35a7a5230d32491b78b8 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sat, 29 Jun 2013 17:15:08 -0700 Subject: Add support for loading GST format savestates --- vdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index 2f17d6e..d547397 100644 --- a/vdp.h +++ b/vdp.h @@ -156,7 +156,7 @@ void vdp_run_context(vdp_context * context, uint32_t target_cycles); 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); -- cgit v1.2.3