summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco_vhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco_vhd.c')
-rw-r--r--src/mess/machine/coco_vhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/coco_vhd.c b/src/mess/machine/coco_vhd.c
index fe4ade801b0..7fef1b320ca 100644
--- a/src/mess/machine/coco_vhd.c
+++ b/src/mess/machine/coco_vhd.c
@@ -106,7 +106,7 @@ void coco_vhd_image_device::device_start()
{
m_status = VHDSTATUS_NO_VHD_ATTACHED;
m_cpu = machine().device<cpu_device>(MAINCPU_TAG);
- m_cpu_space = m_cpu->space(AS_PROGRAM);
+ m_cpu_space = &m_cpu->space(AS_PROGRAM);
}