mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
debug build fix compile (nw)
This commit is contained in:
parent
f300367db2
commit
65912bd4f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user