diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-05-13 21:06:08 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-05-13 21:06:08 -0700 |
commit | ba8849cd414e4bc0ec4fa3a9d75fac265833a086 (patch) | |
tree | 6a0ba3ec7c7e359bd9209efb294f9eda41192635 /vdp.h | |
parent | 4d04a8c9be8dc5ed1eeec9793a0ff4e87d1013d8 (diff) |
Added some basic VDP debugging features to debugger. Fixed DMA enable bug
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_ |