comparison vdp.h @ 1333:69c25e1188e5

Small tweak to how SAT cache updates are done. Mostly fixes the rotating cube scene in Overdrive 2
author Michael Pavone <pavone@retrodev.com>
date Wed, 26 Apr 2017 22:16:12 -0700
parents 58bfbed6cdb5
children 26e72126f9d1
comparison
equal deleted inserted replaced
1332:87bbc4bec958 1333:69c25e1188e5
237 void vdp_print_sprite_table(vdp_context * context); 237 void vdp_print_sprite_table(vdp_context * context);
238 void vdp_print_reg_explain(vdp_context * context); 238 void vdp_print_reg_explain(vdp_context * context);
239 void latch_mode(vdp_context * context); 239 void latch_mode(vdp_context * context);
240 uint32_t vdp_cycles_to_frame_end(vdp_context * context); 240 uint32_t vdp_cycles_to_frame_end(vdp_context * context);
241 void write_cram(vdp_context * context, uint16_t address, uint16_t value); 241 void write_cram(vdp_context * context, uint16_t address, uint16_t value);
242 void write_vram_byte(vdp_context *context, uint32_t address, uint8_t value); 242 void vdp_check_update_sat_byte(vdp_context *context, uint32_t address, uint8_t value);
243 243
244 #endif //VDP_H_ 244 #endif //VDP_H_