mirror of
https://github.com/holub/mame
synced 2025-06-26 22:29:10 +03:00
silence compiler warning (nw)
This commit is contained in:
parent
8911a52216
commit
f74e0219ee
@ -521,6 +521,7 @@ INLINE void build_single_table(double rl, const ay8910_device::ay_ym_param *par,
|
||||
|
||||
}
|
||||
|
||||
#ifdef UNUSED_FUNCTION
|
||||
INLINE void build_resistor_table(const ay8910_device::ay_ym_param *par, INT32 *tab, int zero_is_off)
|
||||
{
|
||||
int j;
|
||||
@ -535,6 +536,7 @@ INLINE void build_resistor_table(const ay8910_device::ay_ym_param *par, INT32 *t
|
||||
tab[j] = par->res[j];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
INLINE void build_mosfet_resistor_table(const ay8910_device::mosfet_param &par, const double rd, INT32 *tab)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user