Previous 199869 Revisions Next

r17405 Wednesday 22nd August, 2012 at 18:10:24 UTC by Angelo Salese
Left-over, don't bother
[src/mame/includes]snes.h

trunk/src/mame/includes/snes.h
r17404r17405
503503   inline void snes_draw_tile( UINT8 planes, UINT8 layer, UINT32 tileaddr, INT16 x, UINT8 priority, UINT8 flip, UINT8 direct_colors, UINT16 pal, UINT8 hires );
504504   inline UINT32 snes_get_tmap_addr( UINT8 layer, UINT8 tile_size, UINT32 base, UINT32 x, UINT32 y );
505505   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 );
506   UINT32 snes_get_vram_address( void );
507506   void snes_update_line_mode7( UINT16 curline, UINT8 layer, UINT8 priority_b, UINT8 priority_a );
508507   void snes_update_obsel( void );
509508   void snes_oam_list_build( void );

Previous 199869 Revisions Next


© 1997-2024 The MAME Team