summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/samcoupe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/samcoupe.cpp')
-rw-r--r--src/mame/machine/samcoupe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/samcoupe.cpp b/src/mame/machine/samcoupe.cpp
index ef5bead3f28..530fafe2ec9 100644
--- a/src/mame/machine/samcoupe.cpp
+++ b/src/mame/machine/samcoupe.cpp
@@ -323,7 +323,7 @@ void samcoupe_state::machine_reset()
if (m_config->read() & 0x01)
{
/* install RTC */
- spaceio.install_readwrite_handler(0xef, 0xef, 0, 0, 0xff00, read8_delegate(FUNC(samcoupe_state::samcoupe_rtc_r),this), write8_delegate(FUNC(samcoupe_state::samcoupe_rtc_w),this));
+ spaceio.install_readwrite_handler(0xef, 0xef, 0, 0, 0xff00, read8_delegate(*this, FUNC(samcoupe_state::samcoupe_rtc_r)), write8_delegate(*this, FUNC(samcoupe_state::samcoupe_rtc_w)));
}
else
{