summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-09-20 13:20:25 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-09-20 13:20:28 -0400
commitdbef8cada7569ed3885f2fa0cd246ae9e424a0fb (patch)
treeea7d705e3efa109d186173384bc96162033b0b4a
parent58f7647fe6abe0a1ff4689e6f6cf548c0c7d81be (diff)
ims_cvc.cpp: Logical addition to silence "unused variable" warning (nw)
-rw-r--r--src/devices/video/ims_cvc.cpp1
1 files changed, 1 insertions, 0 deletions
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()