mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
removed not used code (nw)
This commit is contained in:
parent
8c87c80329
commit
333e54ff31
@ -249,12 +249,6 @@ 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] =
|
||||
{
|
||||
0,1,2,3
|
||||
};
|
||||
|
||||
|
||||
/* palette in red, green, blue tribles */
|
||||
static const unsigned char gamate_colors[4][3] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user