mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +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;
|
int val;
|
||||||
|
|
||||||
/* validate configuration */
|
/* validate configuration */
|
||||||
assert(config->screen != NULL);
|
assert(m_screen != NULL);
|
||||||
assert(config->cputag != NULL);
|
assert(m_cputag != NULL);
|
||||||
assert(config->fbmem > 0);
|
assert(m_fbmem > 0);
|
||||||
|
|
||||||
/* store a pointer back to the device */
|
/* store a pointer back to the device */
|
||||||
v->device = this;
|
v->device = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user