mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
tia.c: Fix crashes caused by uninitialized variable. (nw)
This commit is contained in:
parent
c2b8999803
commit
892980f48e
@ -1919,5 +1919,7 @@ void tia_video_device::device_reset()
|
||||
p1gfx.size[i] = 1;
|
||||
}
|
||||
|
||||
current_bitmap = 0;
|
||||
|
||||
NUSIZx_changed = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user