mirror of
https://github.com/holub/mame
synced 2025-06-04 11:56:28 +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>
|
template <typename Creator>
|
||||||
device_t *device_replace(const char *tag, Creator &&type, u32 clock)
|
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>
|
template <typename Creator, typename... Params>
|
||||||
auto device_replace(const char *tag, Creator &&type, Params &&... args)
|
auto device_replace(const char *tag, Creator &&type, Params &&... args)
|
||||||
|
Loading…
Reference in New Issue
Block a user