Previous 199869 Revisions Next

r31004 Tuesday 17th June, 2014 at 03:16:45 UTC by Alex Jackson
star100: improve (?) bg color (nw)
[src/mame/drivers]goldstar.c
[src/mame/video]goldstar.c

trunk/src/mame/video/goldstar.c
r31003r31004
112112
113113   SET_TILE_INFO_MEMBER(1,
114114         code | (attr & 0x0f)<<8,
115         (attr&0xf0)>>4,
115         (attr&0x70)>>4,
116116         0);
117117}
118118
r31003r31004
271271
272272   SET_TILE_INFO_MEMBER(1,
273273         code | (attr & 0x0f)<<8,
274         (attr&0xf0)>>4,
274         (attr&0x70)>>4,
275275         0);
276276}
277277
r31003r31004
282282
283283   SET_TILE_INFO_MEMBER(1,
284284         code | (attr & 0x0f)<<8,
285         (attr&0xf0)>>4,
285         (attr&0x70)>>4,
286286         0);
287287}
288288
r31003r31004
293293
294294   SET_TILE_INFO_MEMBER(1,
295295         code | (attr & 0x0f)<<8,
296         (attr&0xf0)>>4,
296         (attr&0x70)>>4,
297297         0);
298298}
299299
trunk/src/mame/drivers/goldstar.c
r31003r31004
72857285
72867286static GFXDECODE_START( sangho )
72877287   GFXDECODE_ENTRY( "gfx1", 0, sangho_charlayout, 0, 16 )
7288   GFXDECODE_ENTRY( "gfx2", 0, sangho_tilelayout, 0, 16 )
7288   GFXDECODE_ENTRY( "gfx2", 0, sangho_tilelayout, 128, 8 )
72897289/* 7*16,16 title girl in 1st color
72907290   6*16,16 watermelon in game
72917291   4*16,16 blueberry in game

Previous 199869 Revisions Next


© 1997-2024 The MAME Team