From 5b2b37e775d719fc055ef5e8e59cf965a8049e11 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 9 Aug 2017 23:26:51 -0700 Subject: New savestates are working. New config file option for selecting format states will be saved in. Mostly complete, needs a little more work before release --- vdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index a8285c1..6d43c74 100644 --- a/vdp.h +++ b/vdp.h @@ -244,7 +244,7 @@ void vdp_print_sprite_table(vdp_context * context); void vdp_print_reg_explain(vdp_context * context); void latch_mode(vdp_context * context); uint32_t vdp_cycles_to_frame_end(vdp_context * context); -void write_cram(vdp_context * context, uint16_t address, uint16_t value); +void write_cram_internal(vdp_context * context, uint16_t addr, uint16_t value); void vdp_check_update_sat_byte(vdp_context *context, uint32_t address, uint8_t value); void vdp_pbc_pause(vdp_context *context); void vdp_release_framebuffer(vdp_context *context); -- cgit v1.2.3