summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot_orlegend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot_orlegend.cpp')
-rw-r--r--src/mame/machine/pgmprot_orlegend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pgmprot_orlegend.cpp b/src/mame/machine/pgmprot_orlegend.cpp
index 73db400cbb9..7e4d436f056 100644
--- a/src/mame/machine/pgmprot_orlegend.cpp
+++ b/src/mame/machine/pgmprot_orlegend.cpp
@@ -166,7 +166,7 @@ void pgm_asic3_state::init_orlegend()
{
pgm_basic_init();
- m_maincpu->space(AS_PROGRAM).install_readwrite_handler(0xC04000, 0xC0400f, read16_delegate(FUNC(pgm_asic3_state::pgm_asic3_r),this), write16_delegate(FUNC(pgm_asic3_state::pgm_asic3_w),this));
+ m_maincpu->space(AS_PROGRAM).install_readwrite_handler(0xC04000, 0xC0400f, read16_delegate(*this, FUNC(pgm_asic3_state::pgm_asic3_r)), write16_delegate(*this, FUNC(pgm_asic3_state::pgm_asic3_w)));
m_asic3_reg = 0;
m_asic3_latch[0] = 0;