mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
fixed uninitialized member in src/emu/video/mc6845.c (nw)
This commit is contained in:
parent
a37772ec09
commit
3055378a38
@ -1312,6 +1312,7 @@ void mc6845_device::device_reset()
|
||||
m_line_address = 0;
|
||||
m_horiz_disp = 0;
|
||||
m_cursor_x = 0;
|
||||
m_mode_control = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user