Mark gamate_palette as ATTR_UNUSED. (nw)

This commit is contained in:
couriersud 2015-02-22 16:07:32 +01:00
parent 6da17c0355
commit 9cb20c78aa

View File

@ -245,7 +245,7 @@ static INPUT_PORTS_START( gamate )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SELECT) PORT_NAME("Select")
INPUT_PORTS_END
static const unsigned short gamate_palette[4] =
ATTR_UNUSED static const unsigned short gamate_palette[4] =
{
0,1,2,3
};