diff options
Diffstat (limited to 'src/devices/sound/k053260.cpp')
| -rw-r--r-- | src/devices/sound/k053260.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k053260.cpp b/src/devices/sound/k053260.cpp index d11ae99fcda..4e7e1d54123 100644 --- a/src/devices/sound/k053260.cpp +++ b/src/devices/sound/k053260.cpp @@ -62,7 +62,7 @@ static constexpr int CLOCKS_PER_SAMPLE = 64; // device type definition -DEFINE_DEVICE_TYPE(K053260, k053260_device, "k053260", "K053260 KDSC") +DEFINE_DEVICE_TYPE(K053260, k053260_device, "k053260", "Konami 053260 KDSC") // Pan multipliers. Set according to integer angles in degrees, amusingly. |
