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

trunk/src/mame/video/k052109.c
r31110r31111
206206      m_char_size = ROM->bytes();
207207   }
208208
209   decode_gfx();
210   gfx(0)->set_colors(palette()->entries() / gfx(0)->depth());
211
209212   m_ram = auto_alloc_array_clear(machine(), UINT8, 0x6000);
210213
211214   m_colorram_F = &m_ram[0x0000];

Previous 199869 Revisions Next


© 1997-2024 The MAME Team