comparison vdp.h @ 1019:e34334e6c682

Fix GST savestate loading to deal with SAT cache to fix sprite corruption on savestate load. Clear out Z80 native_pc so the Z80 state does not get hosed when loading a savestate while the emulator is already running
author Michael Pavone <pavone@retrodev.com>
date Mon, 02 May 2016 23:08:20 -0700
parents bf63cbf1d7bb
children 1a66d5165ea7
comparison
equal deleted inserted replaced
1018:dba8c630bdbf 1019:e34334e6c682
202 void vdp_print_sprite_table(vdp_context * context); 202 void vdp_print_sprite_table(vdp_context * context);
203 void vdp_print_reg_explain(vdp_context * context); 203 void vdp_print_reg_explain(vdp_context * context);
204 void latch_mode(vdp_context * context); 204 void latch_mode(vdp_context * context);
205 uint32_t vdp_cycles_to_frame_end(vdp_context * context); 205 uint32_t vdp_cycles_to_frame_end(vdp_context * context);
206 uint32_t vdp_frame_end_line(vdp_context *context); 206 uint32_t vdp_frame_end_line(vdp_context *context);
207 void write_vram_byte(vdp_context *context, uint16_t address, uint8_t value);
207 208
208 extern int32_t color_map[1 << 12]; 209 extern int32_t color_map[1 << 12];
209 210
210 #endif //VDP_H_ 211 #endif //VDP_H_