summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315_5195.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315_5195.h')
-rw-r--r--src/mame/machine/315_5195.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/315_5195.h b/src/mame/machine/315_5195.h
index 479abf824f9..0ba33c13c1c 100644
--- a/src/mame/machine/315_5195.h
+++ b/src/mame/machine/315_5195.h
@@ -40,7 +40,7 @@ public:
sega_315_5195_mapper_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
// configuration helpers
- template <typename... T> void set_mapper(T &&... args) { m_mapper = mapper_delegate(std::forward<T>(args)...); }
+ template <typename... T> void set_mapper(T &&... args) { m_mapper.set(std::forward<T>(args)...); }
auto pbf() { return m_pbf_callback.bind(); }
auto mcu_int() { return m_mcu_int_callback.bind(); }