mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
02991 polyplay: Broken graphics when playing [Phil Bennett]
This commit is contained in:
parent
30584f0017
commit
16db3dbc4d
@ -37,9 +37,8 @@ WRITE8_HANDLER( polyplay_characterram_w )
|
||||
{
|
||||
if (polyplay_characterram[offset] != data)
|
||||
{
|
||||
gfx_element_mark_dirty(space->machine->gfx[1], ((offset >> 3) & 0x7f) | 0x80);
|
||||
|
||||
polyplay_characterram[offset] = data;
|
||||
gfx_element_decode(space->machine->gfx[1], (offset >> 3) & 0x7f);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user