Previous 199869 Revisions Next

r17771 Monday 10th September, 2012 at 01:28:48 UTC by hap
small fix
[src/mame/drivers]homerun.c

trunk/src/mame/drivers/homerun.c
r17770r17771
7676      if (data & 0x20 & ~m_control)
7777         m_samples->stop(0);
7878
79      if (~data & 0x10 & m_control)
79      if (~data & 0x10 & m_control && !m_samples->playing(0))
8080      {
8181         samples_iterator iter(*m_samples);
8282         if (m_sample < iter.count())

Previous 199869 Revisions Next


© 1997-2024 The MAME Team