mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
Fixed non-C99 complaint
This commit is contained in:
parent
16f656b1f2
commit
1934fb76af
@ -276,7 +276,7 @@ INLINE void snes_draw_blend(UINT16 offset, UINT16 *colour, UINT8 mode, UINT8 cli
|
||||
*****************************************/
|
||||
INLINE void snes_draw_tile_common(UINT8 screen, UINT8 planes, UINT8 layer, UINT16 tileaddr, INT16 x, UINT8 priority, UINT8 flip, UINT16 pal )
|
||||
{
|
||||
UINT8 mask, plane[planes];
|
||||
UINT8 mask, plane[8];
|
||||
UINT16 c;
|
||||
INT16 ii, jj;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user