summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9825.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp9825.cpp')
-rw-r--r--src/mame/drivers/hp9825.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hp9825.cpp b/src/mame/drivers/hp9825.cpp
index 73578da06ae..9f69d976a88 100644
--- a/src/mame/drivers/hp9825.cpp
+++ b/src/mame/drivers/hp9825.cpp
@@ -206,8 +206,8 @@ void hp9825_state::device_reset()
// Then, set r/w handlers of all installed I/O cards
int sc;
- read16_delegate rhandler(*this);
- write16_delegate whandler(*this);
+ read16m_delegate rhandler(*this);
+ write16m_delegate whandler(*this);
for (unsigned i = 0; i < 3; i++) {
if ((sc = m_io_slot[ i ]->get_rw_handlers(rhandler , whandler)) >= 0) {
logerror("Install R/W handlers for slot %u @ SC = %d\n", i, sc);