k052109: add missing set_colors() (nw)

This commit is contained in:
Alex W. Jackson 2014-06-26 02:18:51 +00:00
parent 900cfc86f0
commit 3aa3c275ff

View File

@ -206,6 +206,9 @@ void k052109_device::device_start()
m_char_size = ROM->bytes();
}
decode_gfx();
gfx(0)->set_colors(palette()->entries() / gfx(0)->depth());
m_ram = auto_alloc_array_clear(machine(), UINT8, 0x6000);
m_colorram_F = &m_ram[0x0000];