fixed uninitialized member in src/emu/video/huc6260.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-22 21:26:49 +00:00
parent db757e19cc
commit 7f4799a899

View File

@ -291,6 +291,7 @@ void huc6260_device::device_reset()
m_blur = 0;
m_pixels_per_clock = 4;
m_height = 263;
m_pixel_clock = 0;
m_last_v = m_screen->vpos();
m_last_h = m_screen->hpos();