mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
forgot to git add one line again (nw)
This commit is contained in:
parent
4ef4464aec
commit
ecfa838fb5
@ -144,7 +144,7 @@ public:
|
||||
template <typename Creator>
|
||||
device_t *device_replace(const char *tag, Creator &&type, u32 clock)
|
||||
{
|
||||
return device_add(tag, device_type(type), clock);
|
||||
return device_replace(tag, device_type(type), clock);
|
||||
}
|
||||
template <typename Creator, typename... Params>
|
||||
auto device_replace(const char *tag, Creator &&type, Params &&... args)
|
||||
|
Loading…
Reference in New Issue
Block a user