mirror of
https://github.com/holub/mame
synced 2025-04-20 07:22:04 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
374e586d6b
@ -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