Previous 199869 Revisions Next

r32889 Thursday 23rd October, 2014 at 03:04:13 UTC by Alex W. Jackson
ay8910: only build the table that will be actually used (per-channel or pre-mixed) (nw)
[src/emu/sound]ay8910.c

trunk/src/emu/sound/ay8910.c
r241400r241401
828828         build_mosfet_resistor_table(ay8910_mosfet_param, m_res_load[chan], m_env_table[chan]);
829829      }
830830   }
831   else
831   else if (m_streams == AY8910_NUM_CHANNELS)
832832   {
833833      for (chan=0; chan < AY8910_NUM_CHANNELS; chan++)
834834      {
r241400r241401
840840    * The previous implementation added all three channels up instead of averaging them.
841841    * The factor of 3 will force the same levels if normalizing is used.
842842    */
843   build_3D_table(m_res_load[0], m_par, m_par_env, normalize, 3, m_zero_is_off, m_vol3d_table);
843   else
844   {
845      build_3D_table(m_res_load[0], m_par, m_par_env, normalize, 3, m_zero_is_off, m_vol3d_table);
846   }
844847}
845848
846849void ay8910_device::ay8910_statesave()


Previous 199869 Revisions Next


© 1997-2024 The MAME Team