summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/intv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/intv.cpp')
-rw-r--r--src/mame/machine/intv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/intv.cpp b/src/mame/machine/intv.cpp
index 72ee38838e0..38498eccce1 100644
--- a/src/mame/machine/intv.cpp
+++ b/src/mame/machine/intv.cpp
@@ -307,7 +307,7 @@ READ8_MEMBER( intv_state::intvkb_iocart_r )
else if (m_iocart2->exists())
return m_iocart2->read_rom(space, offset, mem_mask);
else
- return m_region_keyboard->u8(offset + 0xe000);
+ return m_region_keyboard->as_u8(offset + 0xe000);
}