From 5096a8aa3fbe79ea98d1669cc6fe2da33f52aba3 Mon Sep 17 00:00:00 2001 From: MASH Date: Fri, 11 Dec 2015 04:21:20 +0100 Subject: [PATCH] Lower case KL5C80A12 device name. --- src/devices/cpu/z80/kl5c80a12.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/z80/kl5c80a12.cpp b/src/devices/cpu/z80/kl5c80a12.cpp index 500b68d567b..7d6cdf70538 100644 --- a/src/devices/cpu/z80/kl5c80a12.cpp +++ b/src/devices/cpu/z80/kl5c80a12.cpp @@ -19,7 +19,7 @@ const device_type KL5C80A12 = &device_creator; kl5c80a12_device::kl5c80a12_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : z80_device(mconfig, KL5C80A12, "KL5C80A12", tag, owner, clock, "KL5C80A12", __FILE__) + : z80_device(mconfig, KL5C80A12, "KL5C80A12", tag, owner, clock, "kl5c80a12", __FILE__) { }