| Previous | 199869 Revisions | Next |
| r36179 Monday 2nd March, 2015 at 07:10:04 UTC by Miodrag Milanović |
|---|
| removed not used code (nw) |
| [src/mess/drivers] | gamate.c |
| r244690 | r244691 | |
|---|---|---|
| 249 | 249 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SELECT) PORT_NAME("Select") |
| 250 | 250 | INPUT_PORTS_END |
| 251 | 251 | |
| 252 | static const unsigned short gamate_palette[4] = | |
| 253 | { | |
| 254 | 0,1,2,3 | |
| 255 | }; | |
| 256 | ||
| 257 | ||
| 258 | 252 | /* palette in red, green, blue tribles */ |
| 259 | 253 | static const unsigned char gamate_colors[4][3] = |
| 260 | 254 | { |
| https://github.com/mamedev/mame/commit/333e54ff31450667c754de15160ce24839faab9f |
| Previous | 199869 Revisions | Next |