mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
(MESS) fixed uninitialized member in src/mess/video/gime.c (nw)
This commit is contained in:
parent
02107a066d
commit
8c341fc40e
@ -346,6 +346,8 @@ void gime_base_device::device_reset(void)
|
||||
m_firq = 0x00;
|
||||
m_is_blinking = false;
|
||||
|
||||
m_legacy_video = false;
|
||||
|
||||
update_memory();
|
||||
reset_timer();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user