From 0a88d06ceb6f1dea4ed1fc80cf669ef9b6fea0e2 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Sun, 21 Oct 2012 19:12:30 +0000 Subject: [PATCH] tia.c: Fixed some initial settings which caused out of bounds access. (nw) --- src/mame/video/tia.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/video/tia.c b/src/mame/video/tia.c index 662ac698adf..a55747c708d 100644 --- a/src/mame/video/tia.c +++ b/src/mame/video/tia.c @@ -1911,6 +1911,9 @@ void tia_video_device::device_reset() motclkM1 = 0; motclkBL = 0; + horzP0 = 0; + horzP1 = 0; + for( i = 0; i < PLAYER_GFX_SLOTS; i++ ) { p0gfx.start_pixel[i] = 8;