mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Merge pull request #494 from MASHinfo/patch-2
Lower case KL5C80A12 device name.
This commit is contained in:
commit
94e9c5672b
@ -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__)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user