diff --git a/src/devices/video/ims_cvc.cpp b/src/devices/video/ims_cvc.cpp index ca6efc1b7d1..60b76604ef5 100644 --- a/src/devices/video/ims_cvc.cpp +++ b/src/devices/video/ims_cvc.cpp @@ -128,6 +128,7 @@ void g332_device::map(address_map &map) void ims_cvc_device::device_start() { + m_space = &space(0); } void ims_cvc_device::device_reset()