| 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 |
| r30976 | r30977 | |
|---|---|---|
| 422 | 422 | |
| 423 | 423 | MCFG_GFXDECODE_ADD("gfxdecode", "palette", nsmpoker) |
| 424 | 424 | |
| 425 | MCFG_PALETTE_ADD("palette", | |
| 425 | MCFG_PALETTE_ADD("palette", 16) | |
| 426 | 426 | MCFG_PALETTE_INIT_OWNER(nsmpoker_state, nsmpoker) |
| 427 | 427 | |
| 428 | 428 | MACHINE_CONFIG_END |
| Previous | 199869 Revisions | Next |