comparison vdp.h @ 1428:2540c05520f2

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
author Michael Pavone <pavone@retrodev.com>
date Wed, 09 Aug 2017 23:26:51 -0700
parents 4e5797b3935a
children 40c3be9f1af7
comparison
equal deleted inserted replaced
1427:4e5797b3935a 1428:2540c05520f2
242 void vdp_int_ack(vdp_context * context); 242 void vdp_int_ack(vdp_context * context);
243 void vdp_print_sprite_table(vdp_context * context); 243 void vdp_print_sprite_table(vdp_context * context);
244 void vdp_print_reg_explain(vdp_context * context); 244 void vdp_print_reg_explain(vdp_context * context);
245 void latch_mode(vdp_context * context); 245 void latch_mode(vdp_context * context);
246 uint32_t vdp_cycles_to_frame_end(vdp_context * context); 246 uint32_t vdp_cycles_to_frame_end(vdp_context * context);
247 void write_cram(vdp_context * context, uint16_t address, uint16_t value); 247 void write_cram_internal(vdp_context * context, uint16_t addr, uint16_t value);
248 void vdp_check_update_sat_byte(vdp_context *context, uint32_t address, uint8_t value); 248 void vdp_check_update_sat_byte(vdp_context *context, uint32_t address, uint8_t value);
249 void vdp_pbc_pause(vdp_context *context); 249 void vdp_pbc_pause(vdp_context *context);
250 void vdp_release_framebuffer(vdp_context *context); 250 void vdp_release_framebuffer(vdp_context *context);
251 void vdp_reacquire_framebuffer(vdp_context *context); 251 void vdp_reacquire_framebuffer(vdp_context *context);
252 void vdp_serialize(vdp_context *context, serialize_buffer *buf); 252 void vdp_serialize(vdp_context *context, serialize_buffer *buf);