summaryrefslogtreecommitdiff
path: root/vdp.h
diff options
context:
space:
mode:
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 435ccf0..cd131b2 100644
--- a/vdp.h
+++ b/vdp.h
@@ -141,5 +141,6 @@ void vdp_adjust_cycles(vdp_context * context, uint32_t deduction);
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);
#endif //VDP_H_