summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-05-07 06:57:50 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-05-07 06:57:50 +0000
commit0238c610f7591571ef6258b1d1cc0653d5353ffa (patch)
treeb92b86df66c278b26f5add32b2537f330036555d /src/emu/sound.c
parent0a119e20fe95c08f11d54329e5e2413772abad7e (diff)
Clean-ups and version bumpmame0145u8
Diffstat (limited to 'src/emu/sound.c')
-rw-r--r--src/emu/sound.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound.c b/src/emu/sound.c
index f9a376c54aa..6920dcb3c01 100644
--- a/src/emu/sound.c
+++ b/src/emu/sound.c
@@ -144,7 +144,7 @@ attotime sound_stream::sample_time() const
//-------------------------------------------------
-// user_gain - return the user-controllable gain
+// user_gain - return the user-controllable gain
// on a given stream's input
//-------------------------------------------------
@@ -217,7 +217,7 @@ const char *sound_stream::input_name(int inputnum, astring &string) const
//-------------------------------------------------
-// input_source_device - return the device
+// input_source_device - return the device
// attached as a given input's source
//-------------------------------------------------
@@ -229,7 +229,7 @@ device_t *sound_stream::input_source_device(int inputnum) const
//-------------------------------------------------
-// input_source_device - return the output number
+// input_source_device - return the output number
// attached as a given input's source
//-------------------------------------------------