fixed uninitialized member in a2_video_device (nw)

happened with e.g. apple2, apple2c0
This commit is contained in:
Oliver Stöneberg 2014-12-30 19:44:36 +01:00
parent 0c89700862
commit a056bf3ffa

View File

@ -756,6 +756,7 @@ void a2_video_device::device_reset()
m_altcharset = false;
m_dhires = false;
m_flash = false;
m_mix = false;
m_sysconfig = 0;
}