mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(nw) fixed validation error
This commit is contained in:
parent
f3b71f071b
commit
0ae1c2aaa5
@ -517,7 +517,7 @@ void m50741_device::m50741_map(address_map &map)
|
||||
}
|
||||
|
||||
m50741_device::m50741_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||
m50741_device(mconfig, M50740, tag, owner, clock)
|
||||
m50741_device(mconfig, M50741, tag, owner, clock)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user