summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/igs025.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/igs025.h')
-rw-r--r--src/mame/machine/igs025.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/igs025.h b/src/mame/machine/igs025.h
index 6c00548d8e3..7458152ad5f 100644
--- a/src/mame/machine/igs025.h
+++ b/src/mame/machine/igs025.h
@@ -20,7 +20,7 @@ public:
uint32_t m_kb_game_id;
uint32_t m_kb_region;
- template <typename... T> void set_external_cb(T &&... args) { m_execute_external = igs025_execute_external(std::forward<T>(args)...); }
+ template <typename... T> void set_external_cb(T &&... args) { m_execute_external.set(std::forward<T>(args)...); }
DECLARE_WRITE16_MEMBER( olds_w );
DECLARE_WRITE16_MEMBER( drgw2_d80000_protection_w );