From 4fd8e5c9fe3b0dcbd1f77076b9a10ecb5afff238 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sat, 11 May 2013 22:45:05 -0700 Subject: Remove z80_ram reference in SDL renderer to get stateview compiling again. Print out the sprite list in stateview. --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') 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_ -- cgit v1.2.3