fixed uninitialized members in src/mame/video/tia.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-03-09 00:22:51 +00:00
parent 8531a3311e
commit 234b4aed99

View File

@ -1956,4 +1956,7 @@ void tia_video_device::device_reset()
skipclipP1 = 0;
horzBL = 0;
VSYNC = 0;
CXM0P = 0;
COLUBK = 0;
COLUPF = 0;
}