Lower case KL5C80A12 device name.

This commit is contained in:
MASH 2015-12-11 04:21:20 +01:00
parent 50def15673
commit 5096a8aa3f

View File

@ -19,7 +19,7 @@ const device_type KL5C80A12 = &device_creator<kl5c80a12_device>;
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__)
{
}