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/c352.cpp | |
parent | 8142f24c4307439397ffb2c01fab76e6f2c1b95e (diff) |
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/devices/sound/c352.cpp')
-rw-r--r-- | src/devices/sound/c352.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/c352.cpp b/src/devices/sound/c352.cpp index 015f132d229..ea22dbf50f6 100644 --- a/src/devices/sound/c352.cpp +++ b/src/devices/sound/c352.cpp @@ -298,7 +298,7 @@ void c352_device::device_start() } for(int i=0;i<128;i++) m_mulawtab[i+128] = (~m_mulawtab[i])&0xffe0; - + // register save state info for (i = 0; i < 32; i++) { |