mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
Mark gamate_palette as ATTR_UNUSED. (nw)
This commit is contained in:
parent
6da17c0355
commit
9cb20c78aa
@ -245,7 +245,7 @@ static INPUT_PORTS_START( gamate )
|
|||||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SELECT) PORT_NAME("Select")
|
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SELECT) PORT_NAME("Select")
|
||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
|
||||||
static const unsigned short gamate_palette[4] =
|
ATTR_UNUSED static const unsigned short gamate_palette[4] =
|
||||||
{
|
{
|
||||||
0,1,2,3
|
0,1,2,3
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user