Previous 199869 Revisions Next

r22856 Thursday 16th May, 2013 at 18:18:42 UTC by smf
fixed memset size (nw)
[src/emu/sound]ymf271.c

trunk/src/emu/sound/ymf271.c
r22855r22856
17421742      m_ext_read_handler(*this),
17431743      m_ext_write_handler(*this)
17441744{
1745   memset(m_slots, 0, sizeof(&m_slots));
1746   memset(m_groups, 0, sizeof(&m_groups));
1745   memset(m_slots, 0, sizeof(m_slots));
1746   memset(m_groups, 0, sizeof(m_groups));
17471747}
17481748
17491749//-------------------------------------------------

Previous 199869 Revisions Next


© 1997-2024 The MAME Team