mirror of
https://github.com/holub/mame
synced 2025-04-29 19:37:17 +03:00
Try to fix the build once again (nw)
This commit is contained in:
parent
182028ea82
commit
09ab222658
@ -211,7 +211,7 @@ public:
|
|||||||
|
|
||||||
// fetch items by name
|
// fetch items by name
|
||||||
[[deprecated("absolute tag lookup; use subdevice or finder instead")]] inline device_t *device(const char *tag) const { return root_device().subdevice(tag); }
|
[[deprecated("absolute tag lookup; use subdevice or finder instead")]] inline device_t *device(const char *tag) const { return root_device().subdevice(tag); }
|
||||||
[[deprecated("absolute tag lookup; use subdevice or finder instead")]] template <class DeviceClass> inline DeviceClass *device(const char *tag) { return downcast<DeviceClass *>(device(tag)); }
|
template <class DeviceClass> [[deprecated("absolute tag lookup; use subdevice or finder instead")]] inline DeviceClass *device(const char *tag) { return downcast<DeviceClass *>(device(tag)); }
|
||||||
|
|
||||||
// immediate operations
|
// immediate operations
|
||||||
int run(bool quiet);
|
int run(bool quiet);
|
||||||
|
Loading…
Reference in New Issue
Block a user