mirror of
https://github.com/holub/mame
synced 2025-05-12 09:08:53 +03:00
fixed uninitialized member in a2_video_device (nw)
happened with e.g. apple2, apple2c0
This commit is contained in:
parent
0c89700862
commit
a056bf3ffa
@ -756,6 +756,7 @@ void a2_video_device::device_reset()
|
|||||||
m_altcharset = false;
|
m_altcharset = false;
|
||||||
m_dhires = false;
|
m_dhires = false;
|
||||||
m_flash = false;
|
m_flash = false;
|
||||||
|
m_mix = false;
|
||||||
m_sysconfig = 0;
|
m_sysconfig = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user