mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) fixed uninitialized member in src/mess/machine/ti99/evpc.c (nw)
This commit is contained in:
parent
4781ad910c
commit
1b0552c92a
@ -317,6 +317,7 @@ void snug_enhanced_video_device::device_reset()
|
||||
m_select_value = 0x74000;
|
||||
m_dsr_page = 0;
|
||||
m_RAMEN = false;
|
||||
m_selected = false;
|
||||
}
|
||||
|
||||
void snug_enhanced_video_device::device_stop()
|
||||
|
Loading…
Reference in New Issue
Block a user