| 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 |
| r243543 | r243544 | |
|---|---|---|
| 299 | 299 | for (x=0;x<256;x++) |
| 300 | 300 | { |
| 301 | 301 | 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)) | |
| 304 | 304 | dest[x] = dat; |
| 305 | 305 | |
| 306 | 306 | count++; |
| https://github.com/mamedev/mame/commit/187102728f61c74b98467e1647d5214c788cf050 |
| Previous | 199869 Revisions | Next |