diff 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
line wrap: on
line diff
--- a/vdp.h	Mon May 13 21:05:49 2013 -0700
+++ b/vdp.h	Mon May 13 21:06:08 2013 -0700
@@ -142,5 +142,6 @@
 uint32_t vdp_next_vint(vdp_context * context);
 void vdp_int_ack(vdp_context * context, uint16_t int_num);
 void vdp_print_sprite_table(vdp_context * context);
+void vdp_print_reg_explain(vdp_context * context);
 
 #endif //VDP_H_