From 049780af4f05ea05976193cb66db436c258f2b26 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Wed, 22 Aug 2012 18:10:24 +0000 Subject: [PATCH] Left-over, don't bother --- src/mame/includes/snes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/includes/snes.h b/src/mame/includes/snes.h index 6e298871213..41e0f0ff925 100644 --- a/src/mame/includes/snes.h +++ b/src/mame/includes/snes.h @@ -503,7 +503,6 @@ public: inline void snes_draw_tile( UINT8 planes, UINT8 layer, UINT32 tileaddr, INT16 x, UINT8 priority, UINT8 flip, UINT8 direct_colors, UINT16 pal, UINT8 hires ); inline UINT32 snes_get_tmap_addr( UINT8 layer, UINT8 tile_size, UINT32 base, UINT32 x, UINT32 y ); inline void snes_update_line( UINT16 curline, UINT8 layer, UINT8 priority_b, UINT8 priority_a, UINT8 color_depth, UINT8 hires, UINT8 offset_per_tile, UINT8 direct_colors ); - UINT32 snes_get_vram_address( void ); void snes_update_line_mode7( UINT16 curline, UINT8 layer, UINT8 priority_b, UINT8 priority_a ); void snes_update_obsel( void ); void snes_oam_list_build( void );