mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
tia.c: Fixed some initial settings which caused out of bounds access. (nw)
This commit is contained in:
parent
e07ce9ec26
commit
0a88d06ceb
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue