summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/partner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/partner.cpp')
-rw-r--r--src/mame/machine/partner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/partner.cpp b/src/mame/machine/partner.cpp
index 0b1397b4295..a00be2dd7be 100644
--- a/src/mame/machine/partner.cpp
+++ b/src/mame/machine/partner.cpp
@@ -100,8 +100,8 @@ void partner_state::partner_iomap_bank(uint8_t *rom)
switch(m_win_mem_page) {
case 2 :
// FDD
- space.install_write_handler(0xdc00, 0xddff, write8sm_delegate(FUNC(partner_state::partner_floppy_w),this));
- space.install_read_handler (0xdc00, 0xddff, read8sm_delegate(FUNC(partner_state::partner_floppy_r),this));
+ space.install_write_handler(0xdc00, 0xddff, write8sm_delegate(*this, FUNC(partner_state::partner_floppy_w)));
+ space.install_read_handler (0xdc00, 0xddff, read8sm_delegate(*this, FUNC(partner_state::partner_floppy_r)));
break;
case 4 :
// Timer