mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
fixed uninitialized members in src/mame/video/tia.c (nw)
This commit is contained in:
parent
8531a3311e
commit
234b4aed99
@ -1956,4 +1956,7 @@ void tia_video_device::device_reset()
|
||||
skipclipP1 = 0;
|
||||
horzBL = 0;
|
||||
VSYNC = 0;
|
||||
CXM0P = 0;
|
||||
COLUBK = 0;
|
||||
COLUPF = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user