comparison vdp.h @ 327:1b00258b1f29

Added some basic VDP debugging features to debugger. Fixed DMA enable bug
author Mike Pavone <pavone@retrodev.com>
date Mon, 13 May 2013 21:06:08 -0700
parents 8e2fa485c0f2
children f16136a3835d
comparison
equal deleted inserted replaced
326:d3ff30f32359 327:1b00258b1f29
140 void vdp_adjust_cycles(vdp_context * context, uint32_t deduction); 140 void vdp_adjust_cycles(vdp_context * context, uint32_t deduction);
141 uint32_t vdp_next_hint(vdp_context * context); 141 uint32_t vdp_next_hint(vdp_context * context);
142 uint32_t vdp_next_vint(vdp_context * context); 142 uint32_t vdp_next_vint(vdp_context * context);
143 void vdp_int_ack(vdp_context * context, uint16_t int_num); 143 void vdp_int_ack(vdp_context * context, uint16_t int_num);
144 void vdp_print_sprite_table(vdp_context * context); 144 void vdp_print_sprite_table(vdp_context * context);
145 void vdp_print_reg_explain(vdp_context * context);
145 146
146 #endif //VDP_H_ 147 #endif //VDP_H_