mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
fix debug build (nw)
This commit is contained in:
parent
0d901132a4
commit
9f802adc65
@ -24,7 +24,7 @@ static void mystwarr_decode_tiles(running_machine &machine)
|
||||
for (gfxnum = 0; gfxnum < ARRAY_LENGTH(state->m_gfxdecode->gfx()); gfxnum++)
|
||||
if (state->m_gfxdecode->gfx(gfxnum) != NULL && state->m_gfxdecode->gfx(gfxnum)->srcdata() == s)
|
||||
break;
|
||||
assert(gfxnum != ARRAY_LENGTH(machine.gfx));
|
||||
assert(gfxnum != ARRAY_LENGTH(state->m_gfxdecode->gfx()));
|
||||
|
||||
decoded = auto_alloc_array(machine, UINT8, len);
|
||||
d = decoded;
|
||||
|
Loading…
Reference in New Issue
Block a user