mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
02894 cprosocc: Ingame graphics corruption. [Phil Bennett]
This commit is contained in:
parent
a590e437bf
commit
9be75f4787
@ -517,6 +517,10 @@ VIDEO_START( decocass )
|
||||
gfx_element_set_source(machine->gfx[1], decocass_charram);
|
||||
gfx_element_set_source(machine->gfx[2], decocass_tileram);
|
||||
gfx_element_set_source(machine->gfx[3], decocass_objectram);
|
||||
|
||||
/* This should ensure that the fake 17th tile is left blank
|
||||
* now that dirty-tile tracking is handled by the core */
|
||||
gfx_element_decode(machine->gfx[2], 16);
|
||||
}
|
||||
|
||||
VIDEO_UPDATE( decocass )
|
||||
|
Loading…
Reference in New Issue
Block a user