fixed uninitialized members in src/emu/video/crt9007.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-23 09:26:10 +00:00
parent 001fa535b6
commit 44386e9bf0

View File

@ -530,6 +530,8 @@ void crt9007_device::device_start()
void crt9007_device::device_reset()
{
m_disp = 0;
m_vs = 0;
m_cblank = 0;
// HS = 1
m_out_hs_func(1);