mirror of
https://github.com/holub/mame
synced 2025-06-28 07:04:35 +03:00
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)
This commit is contained in:
parent
dbdfe70cdc
commit
187102728f
@ -299,8 +299,8 @@ UINT32 expro02_state::screen_update_backgrounds(screen_device &screen, bitmap_in
|
||||
for (x=0;x<256;x++)
|
||||
{
|
||||
UINT16 dat = (m_expro02_fg_ind8_pixram[count]);
|
||||
//dat &=0x3ff;
|
||||
if (dat)
|
||||
dat &=0x7ff;
|
||||
if (!(m_generic_paletteram_16[(dat&0x7ff)] & 0x0001))
|
||||
dest[x] = dat;
|
||||
|
||||
count++;
|
||||
|
Loading…
Reference in New Issue
Block a user