debug build fix compile (nw)

This commit is contained in:
Miodrag Milanovic 2014-05-13 12:25:27 +00:00
parent f300367db2
commit 65912bd4f0

View File

@ -4867,9 +4867,9 @@ void voodoo_device::common_start_voodoo(UINT8 type)
int val;
/* validate configuration */
assert(config->screen != NULL);
assert(config->cputag != NULL);
assert(config->fbmem > 0);
assert(m_screen != NULL);
assert(m_cputag != NULL);
assert(m_fbmem > 0);
/* store a pointer back to the device */
v->device = this;