summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k053252.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/k053252.cpp')
-rw-r--r--src/devices/machine/k053252.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/k053252.cpp b/src/devices/machine/k053252.cpp
index 54f2274bd2d..b0a72009e78 100644
--- a/src/devices/machine/k053252.cpp
+++ b/src/devices/machine/k053252.cpp
@@ -65,7 +65,7 @@ TODO:
#include "multibyte.h"
-DEFINE_DEVICE_TYPE(K053252, k053252_device, "k053252", "K053252 Timing/Interrupt Controller")
+DEFINE_DEVICE_TYPE(K053252, k053252_device, "k053252", "Konami 053252 Timing/Interrupt Controller")
k053252_device::k053252_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, K053252, tag, owner, clock)