mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Lower case KL5C80A12 device name.
This commit is contained in:
parent
50def15673
commit
5096a8aa3f
@ -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)
|
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__)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user