Previous 199869 Revisions Next

r31253 Thursday 10th July, 2014 at 19:51:30 UTC by Wilbert Pol
silence compiler warning (nw)
[src/emu/sound]ay8910.c

trunk/src/emu/sound/ay8910.c
r31252r31253
521521
522522}
523523
524#ifdef UNUSED_FUNCTION
524525INLINE void build_resistor_table(const ay8910_device::ay_ym_param *par, INT32 *tab, int zero_is_off)
525526{
526527   int j;
r31252r31253
535536         tab[j] = par->res[j];
536537   }
537538}
539#endif
538540
539541INLINE void build_mosfet_resistor_table(const ay8910_device::mosfet_param &par, const double rd, INT32 *tab)
540542{

Previous 199869 Revisions Next


© 1997-2024 The MAME Team