mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
es8712.cpp : Allow finder for msm (#4595)
This commit is contained in:
parent
5b1418a6de
commit
e886abcd37
@ -23,7 +23,7 @@ public:
|
||||
es8712_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
||||
// configuration
|
||||
void set_msm_tag(const char *tag) { m_msm.set_tag(tag); }
|
||||
template <typename T> void set_msm_tag(T &&tag) { m_msm.set_tag(std::forward<T>(tag)); }
|
||||
auto reset_handler() { return m_reset_handler.bind(); }
|
||||
auto msm_write_handler() { return m_msm_write_cb.bind(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user