summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rp5h01.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/rp5h01.c')
-rw-r--r--src/emu/machine/rp5h01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/rp5h01.c b/src/emu/machine/rp5h01.c
index 3535cbe0f4e..c0619151810 100644
--- a/src/emu/machine/rp5h01.c
+++ b/src/emu/machine/rp5h01.c
@@ -51,7 +51,7 @@ void rp5h01_device::device_config_complete()
void rp5h01_device::device_start()
{
- m_data = *region();
+ m_data = region()->base();
if (m_data == NULL)
m_data = initial_data;
else