| Previous | 199869 Revisions | Next |
| r31111 Thursday 26th June, 2014 at 02:18:51 UTC by Alex Jackson |
|---|
| k052109: add missing set_colors() (nw) |
| [src/mame/video] | k052109.c |
| r31110 | r31111 | |
|---|---|---|
| 206 | 206 | m_char_size = ROM->bytes(); |
| 207 | 207 | } |
| 208 | 208 | |
| 209 | decode_gfx(); | |
| 210 | gfx(0)->set_colors(palette()->entries() / gfx(0)->depth()); | |
| 211 | ||
| 209 | 212 | m_ram = auto_alloc_array_clear(machine(), UINT8, 0x6000); |
| 210 | 213 | |
| 211 | 214 | m_colorram_F = &m_ram[0x0000]; |
| Previous | 199869 Revisions | Next |