From dbef8cada7569ed3885f2fa0cd246ae9e424a0fb Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 20 Sep 2018 13:20:25 -0400 Subject: [PATCH] ims_cvc.cpp: Logical addition to silence "unused variable" warning (nw) --- src/devices/video/ims_cvc.cpp | 1 + 1 file changed, 1 insertion(+) 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()