Previous 199869 Revisions Next

r33107 Saturday 1st November, 2014 at 10:36:18 UTC by Oliver Stöneberg
fixed clang compilation of src/mess/drivers/gamate.c (nw)
[src/mess/drivers]gamate.c

trunk/src/mess/drivers/gamate.c
r241618r241619
181181   PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SELECT) PORT_NAME("select")
182182INPUT_PORTS_END
183183
184#if 0
184185static const struct gfx_layout gamate_charlayout =
185186{
186187      4,      /* width of object */
r241618r241619
199200{
200201   0,1,2,3
201202};
203#endif
202204
203205/* palette in red, green, blue tribles */
204206static const unsigned char gamate_colors[4][3] =
r241618r241619
209211   { 0, 0, 0 }
210212};
211213
214#if 0
212215static GFXDECODE_START( gamate_charlayout )
213216      GFXDECODE_ENTRY( "gfx1", 0x0000, gamate_charlayout, 0, 0x100 )
214217GFXDECODE_END
218#endif
215219
216220PALETTE_INIT_MEMBER(gamate_state, gamate)
217221{


Previous 199869 Revisions Next


© 1997-2024 The MAME Team