diff options
author | 2013-07-23 07:18:56 +0000 | |
---|---|---|
committer | 2013-07-23 07:18:56 +0000 | |
commit | 14629cbcb42fb824f71120ca93fcb7d53a360390 (patch) | |
tree | 4d8b9459d6e98a677927c934c5322c328819de3a /src/emu/sound/msm5232.c | |
parent | d3f32a1ba70fe3edf112059b6319fbfe218fe8d6 (diff) |
Cleanups and version bumpmame0149u1
Diffstat (limited to 'src/emu/sound/msm5232.c')
-rw-r--r-- | src/emu/sound/msm5232.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/msm5232.c b/src/emu/sound/msm5232.c index 328920ea2c1..f30247e0dd9 100644 --- a/src/emu/sound/msm5232.c +++ b/src/emu/sound/msm5232.c @@ -29,7 +29,7 @@ void msm5232_device::device_config_complete() const msm5232_interface *intf = reinterpret_cast<const msm5232_interface *>(static_config()); if (intf != NULL) *static_cast<msm5232_interface *>(this) = *intf; - + // or initialize to defaults if none provided else { |