summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/disc_mth.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-24 15:15:04 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-24 15:38:49 +0200
commit96d123b42c87007222bb545878cdef0116b60885 (patch)
treea611581b57d4debe784f1134a3de95426a7ba592 /src/devices/sound/disc_mth.h
parentc2c22570779f69e6921499b7abeb75f6db3d7822 (diff)
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusion (nw)
Diffstat (limited to 'src/devices/sound/disc_mth.h')
-rw-r--r--src/devices/sound/disc_mth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/disc_mth.h b/src/devices/sound/disc_mth.h
index 0e550739a53..bbe71e30f52 100644
--- a/src/devices/sound/disc_mth.h
+++ b/src/devices/sound/disc_mth.h
@@ -174,7 +174,7 @@ DISCRETE_CLASS_STEP_RESET(dst_mixer, 1,
int m_r_node_bit_flag;
int m_c_bit_flag;
double m_r_total;
- const double * m_r_node[DISC_MIXER_MAX_INPS]; /* Either pointer to resistance node output OR NULL */
+ const double * m_r_node[DISC_MIXER_MAX_INPS]; /* Either pointer to resistance node output OR nullptr */
double m_r_last[DISC_MIXER_MAX_INPS];
double m_exponent_rc[DISC_MIXER_MAX_INPS]; /* For high pass filtering cause by cIn */
double m_v_cap[DISC_MIXER_MAX_INPS]; /* cap voltage of each input */