mirror of
https://github.com/holub/mame
synced 2025-05-11 16:48:52 +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_dhires = false;
|
||||
m_flash = false;
|
||||
m_mix = false;
|
||||
m_sysconfig = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user