mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
fixed MT05515 (fixed usage of uninitialized member in huc6260_device) (nw)
This commit is contained in:
parent
f04842b8da
commit
8db8ef278e
@ -273,6 +273,7 @@ void huc6260_device::device_reset()
|
|||||||
m_pixels_per_clock = 4;
|
m_pixels_per_clock = 4;
|
||||||
m_height = 263;
|
m_height = 263;
|
||||||
m_pixel_clock = 0;
|
m_pixel_clock = 0;
|
||||||
|
memset(m_palette, 0x00, sizeof(m_palette));
|
||||||
|
|
||||||
m_last_v = m_screen->vpos();
|
m_last_v = m_screen->vpos();
|
||||||
m_last_h = m_screen->hpos();
|
m_last_h = m_screen->hpos();
|
||||||
|
Loading…
Reference in New Issue
Block a user