mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fixed uninitialized members in src/emu/video/huc6261.c (nw)
This commit is contained in:
parent
7c32868246
commit
9f5a2a7980
@ -439,6 +439,9 @@ void huc6261_device::device_reset()
|
||||
m_register = 0;
|
||||
m_pixels_per_clock = 4;
|
||||
m_height = 263;
|
||||
m_pixel_clock = 0;
|
||||
|
||||
memset(m_palette, 0, sizeof(m_palette));
|
||||
|
||||
m_last_v = m_screen->vpos();
|
||||
m_last_h = m_screen->hpos();
|
||||
|
Loading…
Reference in New Issue
Block a user