mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
fixed uninitialized members in src/emu/video/crt9007.c (nw)
This commit is contained in:
parent
001fa535b6
commit
44386e9bf0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user