summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-05-13 21:06:08 -0700
committerMike Pavone <pavone@retrodev.com>2013-05-13 21:06:08 -0700
commitba8849cd414e4bc0ec4fa3a9d75fac265833a086 (patch)
tree6a0ba3ec7c7e359bd9209efb294f9eda41192635 /vdp.h
parent4d04a8c9be8dc5ed1eeec9793a0ff4e87d1013d8 (diff)
Added some basic VDP debugging features to debugger. Fixed DMA enable bug
Diffstat (limited to 'vdp.h')
-rw-r--r--vdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.h b/vdp.h
index cd131b2..1b623ec 100644
--- a/vdp.h
+++ b/vdp.h
@@ -142,5 +142,6 @@ uint32_t vdp_next_hint(vdp_context * context);
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_