Previous 199869 Revisions Next

r30977 Sunday 15th June, 2014 at 05:38:24 UTC by Alex Jackson
nsmpoker.c: 8 color palette + 4bpp tilemap is not a good idea, even in a barely-more-than-skeleton driver (nw)
[src/mame/drivers]nsmpoker.c

trunk/src/mame/drivers/nsmpoker.c
r30976r30977
422422
423423   MCFG_GFXDECODE_ADD("gfxdecode", "palette", nsmpoker)
424424
425   MCFG_PALETTE_ADD("palette", 8)
425   MCFG_PALETTE_ADD("palette", 16)
426426   MCFG_PALETTE_INIT_OWNER(nsmpoker_state, nsmpoker)
427427
428428MACHINE_CONFIG_END

Previous 199869 Revisions Next


© 1997-2024 The MAME Team