mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
fixed uninitialized variable in src/emu/video/saa5050.c (nw)
This commit is contained in:
parent
0f71d79444
commit
0536992912
@ -217,6 +217,7 @@ void saa5050_device::device_start()
|
||||
void saa5050_device::device_reset()
|
||||
{
|
||||
m_ra = 0;
|
||||
m_double_height_bottom_row = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user