diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-08-09 23:26:51 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-08-09 23:26:51 -0700 |
commit | 5b2b37e775d719fc055ef5e8e59cf965a8049e11 (patch) | |
tree | 4662dab8115571aaced5ee6e2d1c80cc7839f3be /vdp.h | |
parent | 581601741c3b94bc66a03eece1774618312b260a (diff) |
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
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |