diff options
author | 2018-03-25 02:03:24 +1100 | |
---|---|---|
committer | 2018-03-25 02:03:24 +1100 | |
commit | 08dde5eb0acb30b68b403a2b9ad2fd503067f2bd (patch) | |
tree | 9ea8ba7c97d124aa4f7600ebb183667609f81224 /src/devices/sound/es8712.cpp | |
parent | 8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff) |
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/devices/sound/es8712.cpp')
-rw-r--r-- | src/devices/sound/es8712.cpp | 4 |
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 +} |