Previous 199869 Revisions Next

r21224 Wednesday 20th February, 2013 at 19:25:07 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/sound/cdp1869.c (nw)
[src/emu/sound]cdp1869.c

trunk/src/emu/sound/cdp1869.c
r21223r21224
376376
377377   // allocate timers
378378   m_prd_timer = timer_alloc();
379   m_dispoff = 0;
379380   update_prd_changed_timer();
380381
381382   // initialize palette
r21223r21224
389390   m_tonediv = 0;
390391   m_tonefreq = 0;
391392   m_toneamp = 0;
393   m_dblpage = 0;
394   m_line16 = 0;
395   m_line9 = 0;
396   m_fresvert = 0;
397   m_freshorz = 0;
398   m_hma = 0;
399   m_col = 0;
400   m_incr = 0;
401   m_signal = 0;
392402
393403   // register for state saving
394404   save_item(NAME(m_prd));

Previous 199869 Revisions Next


© 1997-2024 The MAME Team