summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-03-03 11:24:54 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-03-03 11:24:54 +0000
commit9be75f47870b0ae41f96515d28dcd2f810a3c8cc (patch)
tree675d5ed011717f4bc09e1f47e8e40fd00339a2f2 /src
parenta590e437bf9a4db01fc8227e9fc189b123bf5253 (diff)
02894 cprosocc: Ingame graphics corruption. [Phil Bennett]
Diffstat (limited to 'src')
-rw-r--r--src/mame/video/decocass.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/video/decocass.c b/src/mame/video/decocass.c
index 779a1ae7732..fc796053c9e 100644
--- a/src/mame/video/decocass.c
+++ b/src/mame/video/decocass.c
@@ -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 )