diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-11-28 22:45:46 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-11-28 22:45:46 -0800 |
commit | aaca957565a13e9f2c6ab5ae085d7c8fb6c0fa85 (patch) | |
tree | 313d2bcdb58f3e9bf474502961169cb4a01bb235 /vdp.h | |
parent | b371dfde279ea1b67dc4a3611c268ca6bf2a6a9a (diff) |
Clean up symbol visiblity and delete a ltitle bit of dead code
Diffstat (limited to 'vdp.h')
-rw-r--r-- | vdp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]; |