summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/kl5c80a12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z80/kl5c80a12.cpp')
-rw-r--r--src/devices/cpu/z80/kl5c80a12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/kl5c80a12.cpp b/src/devices/cpu/z80/kl5c80a12.cpp
index e04cdad91c9..44e1d9256b3 100644
--- a/src/devices/cpu/z80/kl5c80a12.cpp
+++ b/src/devices/cpu/z80/kl5c80a12.cpp
@@ -16,7 +16,7 @@
#include "emu.h"
#include "kl5c80a12.h"
-DEFINE_DEVICE_TYPE(KL5C80A12, kl5c80a12_device, "kl5c80a12", "KL5C80A12")
+DEFINE_DEVICE_TYPE(KL5C80A12, kl5c80a12_device, "kl5c80a12", "Kawasaki LSI KL5C80A12")
kl5c80a12_device::kl5c80a12_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)