summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es8712.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es8712.cpp')
-rw-r--r--src/devices/sound/es8712.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/es8712.cpp b/src/devices/sound/es8712.cpp
index cc63781dbac..3c15dc986e2 100644
--- a/src/devices/sound/es8712.cpp
+++ b/src/devices/sound/es8712.cpp
@@ -11,7 +11,7 @@
* Current implementation is based from :
* gcpinbal.cpp, by David Graves & R. Belmont.
* splitted by cam900
- *
+ *
* It seems that the ES8712 is actually a programmable counter which can stream
* ADPCM samples when hooked up to a ROM and a M5205 or M6585 (whose VCK signal
* can drive the counter). Neither of these seem to be used in conjunction with
@@ -233,4 +233,4 @@ WRITE_LINE_MEMBER(es8712_device::msm_int)
if (m_adpcm_trigger == 0)
m_base_offset++;
}
-} \ No newline at end of file
+}