Previous 199869 Revisions Next

r35032 Saturday 14th February, 2015 at 13:21:37 UTC by David Haywood
hide gal graphics on title screen until fully drawn (fantasia etc.)  I don't know if this is more or less accurate to the PCBs tho, can somebody confirm? (nw)
[src/mame/drivers]expro02.c

trunk/src/mame/drivers/expro02.c
r243543r243544
299299      for (x=0;x<256;x++)
300300      {
301301         UINT16 dat = (m_expro02_fg_ind8_pixram[count]);
302         //dat &=0x3ff;
303         if (dat)
302         dat &=0x7ff;
303         if (!(m_generic_paletteram_16[(dat&0x7ff)] & 0x0001))
304304            dest[x] = dat;
305305
306306         count++;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team