From aaca957565a13e9f2c6ab5ae085d7c8fb6c0fa85 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 28 Nov 2016 22:45:46 -0800 Subject: Clean up symbol visiblity and delete a ltitle bit of dead code --- vdp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index feca77d..69db9f3 100644 --- a/vdp.h +++ b/vdp.h @@ -204,7 +204,6 @@ void vdp_print_sprite_table(vdp_context * context); void vdp_print_reg_explain(vdp_context * context); void latch_mode(vdp_context * context); uint32_t vdp_cycles_to_frame_end(vdp_context * context); -uint32_t vdp_frame_end_line(vdp_context *context); void write_vram_byte(vdp_context *context, uint16_t address, uint8_t value); extern int32_t color_map[1 << 12]; -- cgit v1.2.3