diff options
author | 2020-09-21 10:32:23 +1000 | |
---|---|---|
committer | 2020-09-21 10:32:23 +1000 | |
commit | 5d9ca93d71c36517ff6cc57ff538d8ef79621cf2 (patch) | |
tree | 9250213fd4d3a896065efa4a75a8d1b09a9f845d | |
parent | dfa11689709e22b326e5ec5767981027a13428d0 (diff) |
mm5837: validation error
-rw-r--r-- | src/devices/sound/mm5837.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mm5837.cpp b/src/devices/sound/mm5837.cpp index c10e6b3639b..6049b64d0fe 100644 --- a/src/devices/sound/mm5837.cpp +++ b/src/devices/sound/mm5837.cpp @@ -17,7 +17,7 @@ //************************************************************************** DEFINE_DEVICE_TYPE(MM5837, mm5837_device, "mm5837", "MM5837 Digital Noise Source") -DEFINE_DEVICE_TYPE(MM5837_STREAM, mm5837_stream_device, "mm5837", "MM5837 Digital Noise Stream") +DEFINE_DEVICE_TYPE(MM5837_STREAM, mm5837_stream_device, "mm5837_stream", "MM5837 Digital Noise Stream") //************************************************************************** |