summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tecmosys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tecmosys.cpp')
-rw-r--r--src/mame/machine/tecmosys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tecmosys.cpp b/src/mame/machine/tecmosys.cpp
index 2b0553546b6..e119070d7d6 100644
--- a/src/mame/machine/tecmosys.cpp
+++ b/src/mame/machine/tecmosys.cpp
@@ -121,7 +121,7 @@ void tecmosys_state::prot_init(int which)
case 2: m_device_data = &tkdensha_data; break;
}
- machine().add_notifier(MACHINE_NOTIFY_RESET, machine_notify_delegate(FUNC(tecmosys_state::prot_reset),this));
+ machine().add_notifier(MACHINE_NOTIFY_RESET, machine_notify_delegate(&tecmosys_state::prot_reset,this));
}
READ16_MEMBER(tecmosys_state::prot_status_r)