summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/speaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/speaker.h')
-rw-r--r--src/emu/speaker.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/speaker.h b/src/emu/speaker.h
index cf0b2f04130..27df82e23e5 100644
--- a/src/emu/speaker.h
+++ b/src/emu/speaker.h
@@ -81,7 +81,7 @@ extern const device_type SPEAKER;
// ======================> speaker_device
class speaker_device : public device_t,
- public device_mixer_interface
+ public device_mixer_interface
{
friend resource_pool_object<speaker_device>::~resource_pool_object();
@@ -101,15 +101,15 @@ protected:
virtual void device_start() ATTR_COLD;
// inline configuration state
- double m_x;
- double m_y;
- double m_z;
+ double m_x;
+ double m_y;
+ double m_z;
// internal state
#ifdef MAME_DEBUG
- INT32 m_max_sample; // largest sample value we've seen
- INT32 m_clipped_samples; // total number of clipped samples
- INT32 m_total_samples; // total number of samples
+ INT32 m_max_sample; // largest sample value we've seen
+ INT32 m_clipped_samples; // total number of clipped samples
+ INT32 m_total_samples; // total number of samples
#endif
};
@@ -118,4 +118,4 @@ protected:
typedef device_type_iterator<&device_creator<speaker_device>, speaker_device> speaker_device_iterator;
-#endif /* __SOUND_H__ */
+#endif /* __SOUND_H__ */