summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9845.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp9845.cpp')
-rw-r--r--src/mame/drivers/hp9845.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hp9845.cpp b/src/mame/drivers/hp9845.cpp
index ac6c63de9f0..f504196011a 100644
--- a/src/mame/drivers/hp9845.cpp
+++ b/src/mame/drivers/hp9845.cpp
@@ -473,8 +473,8 @@ void hp9845_base_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; 4 > i; ++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);