Previous 199869 Revisions Next

r17930 Sunday 16th September, 2012 at 14:29:18 UTC by Miodrag Milanović
This should fix memleak for csplayh5, please check do not have chd (no whatsnew)
[src/emu/video]v9938.c

trunk/src/emu/video/v9938.c
r17929r17930
275275   PALETTE_INIT_CALL(v9938);
276276
277277   if (v99x8_device::s_pal_indYJK == NULL)
278      v99x8_device::s_pal_indYJK = global_alloc_array(UINT16, 0x20000);
278      v99x8_device::s_pal_indYJK = auto_alloc_array(machine,UINT16, 0x20000);
279279
280280   // set up YJK table
281281   LOG(("Building YJK table for V9958 screens, may take a while ... \n"));

Previous 199869 Revisions Next


© 1997-2024 The MAME Team