ims_cvc.cpp: Logical addition to silence "unused variable" warning (nw)

This commit is contained in:
AJR 2018-09-20 13:20:25 -04:00
parent 58f7647fe6
commit dbef8cada7

View File

@ -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()