mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
fixed uninitialized member in src/emu/video/huc6260.c (nw)
This commit is contained in:
parent
db757e19cc
commit
7f4799a899
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user