Merge pull request #494 from MASHinfo/patch-2

Lower case KL5C80A12 device name.
This commit is contained in:
David Haywood 2015-12-11 18:37:45 +00:00
commit 94e9c5672b

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__)
{
}