Previous 199869 Revisions Next

r33307 Sunday 9th November, 2014 at 18:44:08 UTC by Alex W. Jackson
Fix more tilemap asserts (remaining ones are all Taito drivers) (nw)
[src/mame/drivers]deco32.c tattack.c

trunk/src/mame/drivers/deco32.c
r241818r241819
15921592GFXDECODE_END
15931593
15941594static GFXDECODE_START( dragngun )
1595   GFXDECODE_ENTRY( "gfx1", 0, charlayout,        0, 16 )  /* Characters 8x8 */
1596   GFXDECODE_ENTRY( "gfx2", 0, tilelayout,        0, 16 )  /* Tiles 16x16 */
1597   GFXDECODE_ENTRY( "gfx3", 0, tilelayout_8bpp,      0,  4 )   /* Tiles 16x16 */
1595   GFXDECODE_ENTRY( "gfx1", 0, charlayout,        0, 64 )  /* Characters 8x8 */
1596   GFXDECODE_ENTRY( "gfx2", 0, tilelayout,        0, 64 )  /* Tiles 16x16 */
1597   GFXDECODE_ENTRY( "gfx3", 0, tilelayout_8bpp,      0, 8 )   /* Tiles 16x16 */
15981598   GFXDECODE_ENTRY( "gfx4", 0, spritelayout4,       0, 32 )    /* Sprites 16x16 */
15991599   GFXDECODE_ENTRY( "gfx4", 0, spritelayout5,       0, 32 )    /* Sprites 16x16 */
16001600GFXDECODE_END
trunk/src/mame/drivers/tattack.c
r241818r241819
176176
177177
178178static GFXDECODE_START( tattack )
179   GFXDECODE_ENTRY( "gfx1", 0     , charlayout,  0, 1 )
179   GFXDECODE_ENTRY( "gfx1", 0     , charlayout,  0, 8 )
180180GFXDECODE_END
181181
182182PALETTE_INIT_MEMBER(tattack_state, tattack)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team