mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
tia.c: Fixed some initial settings which caused out of bounds access. (nw)
This commit is contained in:
parent
e07ce9ec26
commit
0a88d06ceb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user